[dpdk-stable] patch 'net/failsafe: remove not supported multicast MAC filter' has been queued to stable release 18.08.1

Kevin Traynor ktraynor at redhat.com
Wed Nov 21 17:04:19 CET 2018


Hi,

FYI, your patch has been queued to stable release 18.08.1

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 11/26/18. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the patch applied
to the branch. If the code is different (ie: not only metadata diffs), due for example to
a change in context or macro names, please double check it.

Thanks.

Kevin Traynor

---
>From cfd00762280db614c2e4987b816b5d499173157b Mon Sep 17 00:00:00 2001
From: Evgeny Im <evgeny.im at oktetlabs.com>
Date: Fri, 21 Sep 2018 16:36:21 +0100
Subject: [PATCH] net/failsafe: remove not supported multicast MAC filter

[ upstream commit 4d7c9382490376b295077d445a60763a8e5b0518 ]

set_mc_addr_list method is not implemented by the driver yet.

Fixes: a46f8d584eb8 ("net/failsafe: add fail-safe PMD")

Signed-off-by: Evgeny Im <evgeny.im at oktetlabs.com>
Signed-off-by: Andrew Rybchenko <arybchenko at solarflare.com>
Acked-by: Gaetan Rivet <gaetan.rivet at 6wind.com>
---
 doc/guides/nics/features/failsafe.ini | 1 -
 1 file changed, 1 deletion(-)

diff --git a/doc/guides/nics/features/failsafe.ini b/doc/guides/nics/features/failsafe.ini
index 39ee57965..83cc99d19 100644
--- a/doc/guides/nics/features/failsafe.ini
+++ b/doc/guides/nics/features/failsafe.ini
@@ -13,5 +13,4 @@ Promiscuous mode     = Y
 Allmulticast mode    = Y
 Unicast MAC filter   = Y
-Multicast MAC filter = Y
 VLAN filter          = Y
 Flow control         = Y
-- 
2.19.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2018-11-21 15:59:14.368573397 +0000
+++ 0029-net-failsafe-remove-not-supported-multicast-MAC-filt.patch	2018-11-21 15:59:13.000000000 +0000
@@ -1,12 +1,13 @@
-From 4d7c9382490376b295077d445a60763a8e5b0518 Mon Sep 17 00:00:00 2001
+From cfd00762280db614c2e4987b816b5d499173157b Mon Sep 17 00:00:00 2001
 From: Evgeny Im <evgeny.im at oktetlabs.com>
 Date: Fri, 21 Sep 2018 16:36:21 +0100
 Subject: [PATCH] net/failsafe: remove not supported multicast MAC filter
 
+[ upstream commit 4d7c9382490376b295077d445a60763a8e5b0518 ]
+
 set_mc_addr_list method is not implemented by the driver yet.
 
 Fixes: a46f8d584eb8 ("net/failsafe: add fail-safe PMD")
-Cc: stable at dpdk.org
 
 Signed-off-by: Evgeny Im <evgeny.im at oktetlabs.com>
 Signed-off-by: Andrew Rybchenko <arybchenko at solarflare.com>
@@ -16,10 +17,10 @@
  1 file changed, 1 deletion(-)
 
 diff --git a/doc/guides/nics/features/failsafe.ini b/doc/guides/nics/features/failsafe.ini
-index e3c4c08f2..89e253df3 100644
+index 39ee57965..83cc99d19 100644
 --- a/doc/guides/nics/features/failsafe.ini
 +++ b/doc/guides/nics/features/failsafe.ini
-@@ -16,5 +16,4 @@ Promiscuous mode     = Y
+@@ -13,5 +13,4 @@ Promiscuous mode     = Y
  Allmulticast mode    = Y
  Unicast MAC filter   = Y
 -Multicast MAC filter = Y


More information about the stable mailing list