diff options
author | np <np@FreeBSD.org> | 2017-01-06 08:42:04 +0000 |
---|---|---|
committer | np <np@FreeBSD.org> | 2017-01-06 08:42:04 +0000 |
commit | ae38043312f07747f62c4d1a681130f8e4aff1c1 (patch) | |
tree | 6c5228806454d823f713fb8af208709597088e52 /sys/modules/cxgbe/t5_firmware/Makefile | |
parent | d72b93682c653a28c21631c05bd0a6d30d8b05d9 (diff) | |
download | FreeBSD-src-ae38043312f07747f62c4d1a681130f8e4aff1c1.zip FreeBSD-src-ae38043312f07747f62c4d1a681130f8e4aff1c1.tar.gz |
MFC r310151 and r311173.
r310151:
cxgbe(4): Changes to the default T6 firmware configuration file.
- Disable features that are not supported or not used on FreeBSD.
- Increase the RSS table slice per interface.
- Increase the share of the TCAM reserved for filtering.
r311173:
cxgbe(4): Update T4, T5 and T6 firmwares to 1.16.26.0.
Sponsored by: Chelsio Communications
Diffstat (limited to 'sys/modules/cxgbe/t5_firmware/Makefile')
-rw-r--r-- | sys/modules/cxgbe/t5_firmware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/cxgbe/t5_firmware/Makefile b/sys/modules/cxgbe/t5_firmware/Makefile index 45c1461..2419a19 100644 --- a/sys/modules/cxgbe/t5_firmware/Makefile +++ b/sys/modules/cxgbe/t5_firmware/Makefile @@ -17,7 +17,7 @@ FIRMWS+= ${F}:${F:C/.txt//}:1.0.0.0 .endif .endfor -T5FW_VER= 1.16.22.0 +T5FW_VER= 1.16.26.0 FIRMWS+= t5fw.fw:t5fw:${T5FW_VER} CLEANFILES+= t5fw.fw |