]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r338954, r340651, r344524, r345083.
authornp <np@FreeBSD.org>
Tue, 30 Apr 2019 01:25:02 +0000 (01:25 +0000)
committernp <np@FreeBSD.org>
Tue, 30 Apr 2019 01:25:02 +0000 (01:25 +0000)
commitc330d99ee4dac4a68b1882eadd4ef92c5fd376dc
tree2c1d3cfe4662dcac4f9960c2fc0d4847decf0c60
parent90894594bfddf36588113bc02ecb11d439ea8092
MFC r338954, r340651, r344524, r345083.

r338954:
cxgbe(4): Enable support for per-connection rate limiting in the default
firmware configuration files.

Approved by: re@ (gjb@)
Sponsored by: Chelsio Communications

r340651:
cxgbe(4): Update T4/5/6 firmwares to 1.22.0.3.

Obtained from: Chelsio Communications
Sponsored by: Chelsio Communications

r344524:
cxgbe(4): Updates to the default and hashfilter configurations.

- Do not use nvf = 4 as it is not really supported by the firmware.
  Firmwares 1.23.3.0 and above will ignore it silently.
- Increase PF4's share of the VIs and let it use all of the RSS table.

Sponsored by: Chelsio Communications

r345083:
cxgbe(4): Update T4/5/6 firmwares to 1.23.0.0.

Obtained from: Chelsio Communications
Sponsored by: Chelsio Communications
19 files changed:
sys/conf/files
sys/dev/cxgbe/firmware/t4fw-1.19.1.0.bin.uu [deleted file]
sys/dev/cxgbe/firmware/t4fw-1.23.0.0.bin.uu [new file with mode: 0644]
sys/dev/cxgbe/firmware/t4fw_cfg.txt
sys/dev/cxgbe/firmware/t4fw_interface.h
sys/dev/cxgbe/firmware/t5fw-1.19.1.0.bin.uu [deleted file]
sys/dev/cxgbe/firmware/t5fw-1.23.0.0.bin.uu [new file with mode: 0644]
sys/dev/cxgbe/firmware/t5fw_cfg.txt
sys/dev/cxgbe/firmware/t5fw_cfg_hashfilter.txt
sys/dev/cxgbe/firmware/t5fw_cfg_uwire.txt
sys/dev/cxgbe/firmware/t6fw-1.19.1.0.bin.uu [deleted file]
sys/dev/cxgbe/firmware/t6fw-1.23.0.0.bin.uu [new file with mode: 0644]
sys/dev/cxgbe/firmware/t6fw_cfg.txt
sys/dev/cxgbe/firmware/t6fw_cfg_hashfilter.txt
sys/dev/cxgbe/firmware/t6fw_cfg_uwire.txt
sys/dev/cxgbe/t4_main.c
sys/modules/cxgbe/t4_firmware/Makefile
sys/modules/cxgbe/t5_firmware/Makefile
sys/modules/cxgbe/t6_firmware/Makefile