diff mbox series

[v2] ethtool: upgrade 6.10 -> 6.11

Message ID 20241013213515.91881-1-changhyeok.bae@gmail.com
State New
Headers show
Series [v2] ethtool: upgrade 6.10 -> 6.11 | expand

Commit Message

Changhyeok Bae Oct. 13, 2024, 9:35 p.m. UTC
Release notes:
* Feature: cmis: print active and inactive firmware versions
* Feature: flash transceiver module firmware (--flash-module-firmware)
* Feature: add T1BRR 10Mb/s mode to link mode tables
* Feature: support for disabling netlink from command line
* Fix: fix lanes parameter format specifier
* Fix: add missing clause 33 PSE manual description
* Fix: qsf: Better handling of Page A2h netlink read failure
* Fix: rss: retrieve ring count using ETHTOOL_GRXRINGS ioctl (-x)
* Misc: man page formatting fix

Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
---
 .../ethtool/{ethtool_6.10.bb => ethtool_6.11.bb}                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/ethtool/{ethtool_6.10.bb => ethtool_6.11.bb} (93%)
diff mbox series

Patch

diff --git a/meta/recipes-extended/ethtool/ethtool_6.10.bb b/meta/recipes-extended/ethtool/ethtool_6.11.bb
similarity index 93%
rename from meta/recipes-extended/ethtool/ethtool_6.10.bb
rename to meta/recipes-extended/ethtool/ethtool_6.11.bb
index 8a7b2607f3..c4808c5856 100644
--- a/meta/recipes-extended/ethtool/ethtool_6.10.bb
+++ b/meta/recipes-extended/ethtool/ethtool_6.11.bb
@@ -11,7 +11,7 @@  SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz \
            file://avoid_parallel_tests.patch \
            "
 
-SRC_URI[sha256sum] = "2b266c45c0fe00e5f5b462ee4e795879fa4247003bf73c5a07a2279d801be058"
+SRC_URI[sha256sum] = "a8bee475d991939cad182b7dbcf3a1f139aeed8cb0add73d72084cd71d43282b"
 
 UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/software/network/ethtool/"