git: 86b0782a3704 - stable/13 - cxgbe(4): Update firmwares to 1.26.6.0.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Feb 2022 06:55:46 UTC
The branch stable/13 has been updated by np: URL: https://cgit.FreeBSD.org/src/commit/?id=86b0782a37043ac000beb1d2d32d17476e743cc7 commit 86b0782a37043ac000beb1d2d32d17476e743cc7 Author: Navdeep Parhar <np@FreeBSD.org> AuthorDate: 2022-01-03 22:35:45 +0000 Commit: Navdeep Parhar <np@FreeBSD.org> CommitDate: 2022-02-28 06:48:07 +0000 cxgbe(4): Update firmwares to 1.26.6.0. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ CHANGES ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Version : 1.26.6.0 Date : 01/03/2022 ================================================================================ Fixes ----- BASE: - Fixed one module eeprom read failure. - Fixed an issue with speed selection when 40G and 25G are advertised and supported. - Fixed a random traffic hang when T5 receives invalid ets BW in dcbx messages from a switch. - Fixed very long link up time with few switches. ================================================================================ Obtained from: Chelsio Communications Sponsored by: Chelsio Communications (cherry picked from commit 3b76242433e5651bce0c89ce98af450c0cd02ad1) --- sys/conf/files | 6 +++--- sys/dev/cxgbe/firmware/t4fw-1.26.4.0.bin | Bin 570880 -> 0 bytes sys/dev/cxgbe/firmware/t4fw-1.26.6.0.bin | Bin 0 -> 570880 bytes sys/dev/cxgbe/firmware/t4fw_interface.h | 6 +++--- sys/dev/cxgbe/firmware/t5fw-1.26.4.0.bin | Bin 676352 -> 0 bytes sys/dev/cxgbe/firmware/t5fw-1.26.6.0.bin | Bin 0 -> 676352 bytes sys/dev/cxgbe/firmware/t6fw-1.26.4.0.bin | Bin 729600 -> 0 bytes sys/dev/cxgbe/firmware/t6fw-1.26.6.0.bin | Bin 0 -> 729600 bytes sys/modules/cxgbe/t4_firmware/Makefile | 2 +- sys/modules/cxgbe/t5_firmware/Makefile | 2 +- sys/modules/cxgbe/t6_firmware/Makefile | 2 +- 11 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sys/conf/files b/sys/conf/files index 75bba6b6bd84..949c0b5ecd86 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1525,7 +1525,7 @@ t4fw.fwo optional cxgbe \ no-implicit-rule \ clean "t4fw.fwo" t4fw.fw optional cxgbe \ - dependency "$S/dev/cxgbe/firmware/t4fw-1.26.4.0.bin" \ + dependency "$S/dev/cxgbe/firmware/t4fw-1.26.6.0.bin" \ compile-with "${CP} ${.ALLSRC} ${.TARGET}" \ no-obj no-implicit-rule \ clean "t4fw.fw" @@ -1559,7 +1559,7 @@ t5fw.fwo optional cxgbe \ no-implicit-rule \ clean "t5fw.fwo" t5fw.fw optional cxgbe \ - dependency "$S/dev/cxgbe/firmware/t5fw-1.26.4.0.bin" \ + dependency "$S/dev/cxgbe/firmware/t5fw-1.26.6.0.bin" \ compile-with "${CP} ${.ALLSRC} ${.TARGET}" \ no-obj no-implicit-rule \ clean "t5fw.fw" @@ -1593,7 +1593,7 @@ t6fw.fwo optional cxgbe \ no-implicit-rule \ clean "t6fw.fwo" t6fw.fw optional cxgbe \ - dependency "$S/dev/cxgbe/firmware/t6fw-1.26.4.0.bin" \ + dependency "$S/dev/cxgbe/firmware/t6fw-1.26.6.0.bin" \ compile-with "${CP} ${.ALLSRC} ${.TARGET}" \ no-obj no-implicit-rule \ clean "t6fw.fw" diff --git a/sys/dev/cxgbe/firmware/t4fw-1.26.4.0.bin b/sys/dev/cxgbe/firmware/t4fw-1.26.4.0.bin deleted file mode 100644 index 53d99c0dd38a..000000000000 Binary files a/sys/dev/cxgbe/firmware/t4fw-1.26.4.0.bin and /dev/null differ diff --git a/sys/dev/cxgbe/firmware/t4fw-1.26.6.0.bin b/sys/dev/cxgbe/firmware/t4fw-1.26.6.0.bin new file mode 100644 index 000000000000..ea13e7084dde Binary files /dev/null and b/sys/dev/cxgbe/firmware/t4fw-1.26.6.0.bin differ diff --git a/sys/dev/cxgbe/firmware/t4fw_interface.h b/sys/dev/cxgbe/firmware/t4fw_interface.h index 0469a2a12f9b..f589052618b7 100644 --- a/sys/dev/cxgbe/firmware/t4fw_interface.h +++ b/sys/dev/cxgbe/firmware/t4fw_interface.h @@ -10003,17 +10003,17 @@ enum fw_hdr_chip { enum { T4FW_VERSION_MAJOR = 1, T4FW_VERSION_MINOR = 26, - T4FW_VERSION_MICRO = 4, + T4FW_VERSION_MICRO = 6, T4FW_VERSION_BUILD = 0, T5FW_VERSION_MAJOR = 1, T5FW_VERSION_MINOR = 26, - T5FW_VERSION_MICRO = 4, + T5FW_VERSION_MICRO = 6, T5FW_VERSION_BUILD = 0, T6FW_VERSION_MAJOR = 1, T6FW_VERSION_MINOR = 26, - T6FW_VERSION_MICRO = 4, + T6FW_VERSION_MICRO = 6, T6FW_VERSION_BUILD = 0, }; diff --git a/sys/dev/cxgbe/firmware/t5fw-1.26.4.0.bin b/sys/dev/cxgbe/firmware/t5fw-1.26.4.0.bin deleted file mode 100644 index 64134d37c4c5..000000000000 Binary files a/sys/dev/cxgbe/firmware/t5fw-1.26.4.0.bin and /dev/null differ diff --git a/sys/dev/cxgbe/firmware/t5fw-1.26.6.0.bin b/sys/dev/cxgbe/firmware/t5fw-1.26.6.0.bin new file mode 100644 index 000000000000..8963b7247b6e Binary files /dev/null and b/sys/dev/cxgbe/firmware/t5fw-1.26.6.0.bin differ diff --git a/sys/dev/cxgbe/firmware/t6fw-1.26.4.0.bin b/sys/dev/cxgbe/firmware/t6fw-1.26.4.0.bin deleted file mode 100644 index d922781c4f69..000000000000 Binary files a/sys/dev/cxgbe/firmware/t6fw-1.26.4.0.bin and /dev/null differ diff --git a/sys/dev/cxgbe/firmware/t6fw-1.26.6.0.bin b/sys/dev/cxgbe/firmware/t6fw-1.26.6.0.bin new file mode 100644 index 000000000000..41ce839ce105 Binary files /dev/null and b/sys/dev/cxgbe/firmware/t6fw-1.26.6.0.bin differ diff --git a/sys/modules/cxgbe/t4_firmware/Makefile b/sys/modules/cxgbe/t4_firmware/Makefile index 84c8c885ff4e..179a9133c90a 100644 --- a/sys/modules/cxgbe/t4_firmware/Makefile +++ b/sys/modules/cxgbe/t4_firmware/Makefile @@ -17,7 +17,7 @@ FIRMWS+= ${F}:${F:C/.txt//}:1.0.0.0 .endif .endfor -T4FW_VER= 1.26.4.0 +T4FW_VER= 1.26.6.0 FIRMWS+= t4fw-${T4FW_VER}.bin:t4fw:${T4FW_VER} .include <bsd.kmod.mk> diff --git a/sys/modules/cxgbe/t5_firmware/Makefile b/sys/modules/cxgbe/t5_firmware/Makefile index 767feeadfc42..efa401c73099 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.26.4.0 +T5FW_VER= 1.26.6.0 FIRMWS+= t5fw-${T5FW_VER}.bin:t5fw:${T5FW_VER} .include <bsd.kmod.mk> diff --git a/sys/modules/cxgbe/t6_firmware/Makefile b/sys/modules/cxgbe/t6_firmware/Makefile index d2860dda0ec7..3269432e8ac1 100644 --- a/sys/modules/cxgbe/t6_firmware/Makefile +++ b/sys/modules/cxgbe/t6_firmware/Makefile @@ -17,7 +17,7 @@ FIRMWS+= ${F}:${F:C/.txt//}:1.0.0.0 .endif .endfor -T6FW_VER= 1.26.4.0 +T6FW_VER= 1.26.6.0 FIRMWS+= t6fw-${T6FW_VER}.bin:t6fw:${T6FW_VER} .include <bsd.kmod.mk>