]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r343889, r344519, r344682, r344719
authornp <np@FreeBSD.org>
Tue, 30 Apr 2019 16:52:50 +0000 (16:52 +0000)
committernp <np@FreeBSD.org>
Tue, 30 Apr 2019 16:52:50 +0000 (16:52 +0000)
commitbad3bea616f2756f9cfb39de4a1a1cc8a8371b25
treeb736c1171fcf687724329fe091abb9bc96d7af5d
parenta7d60f5e10dbbf56e6a4c3c984d64f39ee2c639a
MFC r343889, r344519, r344682, r344719

r343889:
cxgbev(4): Initialize debug_flags from the environment like in the PF driver.

r344519:
cxgbe(4): Use correct port_info in the call to is_bt().

This fixes a panic during configuration if the tx channel of a port
isn't the same as its port id.

Reported by: Fabrice Bruel
Sponsored by: Chelsio Communications

r344682:
cxgbe(4): Don't forget to report link state to the kernel if the link is
already up at attach.

Reported by: Fabrice Bruel @ Orange Business Service
Sponsored by: Chelsio Communications

r344719:
cxgbev(4): Enable 32b port capabilities in the VF driver.

Sponsored by: Chelsio Communications
sys/dev/cxgbe/common/t4_hw.c
sys/dev/cxgbe/t4_main.c
sys/dev/cxgbe/t4_vf.c