]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ixl(4): Add tunable to override Flow Control settings
authorKrzysztof Galazka <krzysztof.galazka@intel.com>
Mon, 5 Apr 2021 18:08:33 +0000 (11:08 -0700)
committerEric Joyner <erj@FreeBSD.org>
Mon, 5 Apr 2021 18:17:55 +0000 (11:17 -0700)
commit20a52706c814ccfd91c65586404abd2a1563a330
tree67a1125049ff40c7add28c430d59a7fd24892f8a
parent741223a65cd1752360c44341b762295f633e21cf
ixl(4): Add tunable to override Flow Control settings

Add flow_control to hw.ixl tunables tree to let override
initial flow control configuration for all interfaces.
Keep using configuration set by NVM by default.

Reviewed by: erj@, gallatin@
Tested by: gowtham.kumar.ks_intel.com
MFC after: 1 week
Sponsored by: Intel Corporation
Differential Revision: https://reviews.freebsd.org/D29338
sys/dev/ixl/if_ixl.c
sys/dev/ixl/ixl_pf_iflib.c
sys/dev/ixl/ixl_pf_main.c