@@ -1,4 +1,4 @@
-From 3f6c7d7d311bc3abac02b4a18da7c49850fc4de4 Mon Sep 17 00:00:00 2001
+From 7fbdc5cec5c5f2b89fd183543c3d35b5f7cc5530 Mon Sep 17 00:00:00 2001
From: Tudor Florea <tudor.florea@enea.com>
Date: Wed, 28 May 2014 18:59:54 +0200
Subject: [PATCH] ethtool: use serial-tests config needed by ptest.
@@ -14,10 +14,10 @@ Upstream-Status: Inappropriate
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
-index 06e2086..bca01e5 100644
+index 71b998e..79eff82 100644
--- a/configure.ac
+++ b/configure.ac
-@@ -3,7 +3,7 @@ AC_INIT(ethtool, 7.0, netdev@vger.kernel.org)
+@@ -3,7 +3,7 @@ AC_INIT(ethtool, 7.1, netdev@vger.kernel.org)
AC_PREREQ(2.52)
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([ethtool.c])
similarity index 94%
rename from meta/recipes-extended/ethtool/ethtool_7.0.bb
rename to meta/recipes-extended/ethtool/ethtool_7.1.bb
@@ -11,7 +11,7 @@ SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz \
file://avoid_parallel_tests.patch \
"
-SRC_URI[sha256sum] = "1a17b13dba2aef3897bb66c6140d88dc19e807b7948de3773d37320daae5266c"
+SRC_URI[sha256sum] = "21cc520ae5d881f01b0dcd6d26de4d52a64b24840bc2150daf778a235442e61d"
UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/software/network/ethtool/"
Changelog: https://git.kernel.org/pub/scm/network/ethtool/ethtool.git/tree/NEWS Release notes: * Feature: track TX pause storm events (-I -a) * Feature: update doc for ETHTOOL_PFC_PREVENTION_TOUT tunable * Feature: RX CQE coalescing params (-c, -C) * Feature: allow hex dump of all pages (-m) * Feature: qsfp: support newer SFF-8636 compliance codes (-m) * Feature: sfpid: support newer SFF-8636 compliance codes (-m) * Fix: document --disable-netlink in help output (-h) * Fix: add missing newlines in FEC output (--show-fec) * Fix: sfpid: fix 10G Base-ER module detection (-m) * Misc: clarify 10000baseCR link mode in man page Signed-off-by: Jaipaul Cheernam <jaipaul.cheernam@est.tech> --- .../ethtool/ethtool/avoid_parallel_tests.patch | 6 +++--- .../ethtool/{ethtool_7.0.bb => ethtool_7.1.bb} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-extended/ethtool/{ethtool_7.0.bb => ethtool_7.1.bb} (94%)