[dpdk-stable] patch 'doc: fix multicast filter feature announcement' has been queued to stable release 19.11.3

luca.boccassi at gmail.com luca.boccassi at gmail.com
Fri May 22 11:39:50 CEST 2020


Hi,

FYI, your patch has been queued to stable release 19.11.3

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 05/24/20. 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. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Thanks.

Luca Boccassi

---
>From 348a2c5a9adc385b34bf0686c3c53da2eac59f69 Mon Sep 17 00:00:00 2001
From: Qiming Yang <qiming.yang at intel.com>
Date: Fri, 8 May 2020 22:04:09 +0800
Subject: [PATCH] doc: fix multicast filter feature announcement

[ upstream commit 13e4897d98b0af690c81ffd02d212992ce6d9348 ]

Multicast MAC filter flag means device ops set_mc_addr_list support
or not. This patch fixes the wrong flag value in Intel driver's document.

Fixes: 9db3f52126fb ("doc: generate NIC overview table from ini files")
Fixes: cb25d4323fbf ("net/avf: enable MAC VLAN and promisc ops")
Fixes: 26e887343321 ("net/ice: support MAC ops")

Signed-off-by: Qiming Yang <qiming.yang at intel.com>
Acked-by: Xiaolong Ye <xiaolong.ye at intel.com>
---
 doc/guides/nics/features/i40e.ini  | 1 -
 doc/guides/nics/features/iavf.ini  | 1 -
 doc/guides/nics/features/ice.ini   | 1 -
 doc/guides/nics/features/igb.ini   | 1 +
 doc/guides/nics/features/ixgbe.ini | 1 +
 5 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/doc/guides/nics/features/i40e.ini b/doc/guides/nics/features/i40e.ini
index e5ae6ded08..c2717cdc47 100644
--- a/doc/guides/nics/features/i40e.ini
+++ b/doc/guides/nics/features/i40e.ini
@@ -18,7 +18,6 @@ TSO                  = Y
 Promiscuous mode     = Y
 Allmulticast mode    = Y
 Unicast MAC filter   = Y
-Multicast MAC filter = Y
 RSS hash             = Y
 RSS key update       = Y
 RSS reta update      = Y
diff --git a/doc/guides/nics/features/iavf.ini b/doc/guides/nics/features/iavf.ini
index 80143059e4..f08392a9cf 100644
--- a/doc/guides/nics/features/iavf.ini
+++ b/doc/guides/nics/features/iavf.ini
@@ -15,7 +15,6 @@ TSO                  = Y
 Promiscuous mode     = Y
 Allmulticast mode    = Y
 Unicast MAC filter   = Y
-Multicast MAC filter = Y
 RSS hash             = Y
 RSS key update       = Y
 RSS reta update      = Y
diff --git a/doc/guides/nics/features/ice.ini b/doc/guides/nics/features/ice.ini
index 65923f0bc0..949d09f423 100644
--- a/doc/guides/nics/features/ice.ini
+++ b/doc/guides/nics/features/ice.ini
@@ -18,7 +18,6 @@ TSO                  = Y
 Promiscuous mode     = Y
 Allmulticast mode    = Y
 Unicast MAC filter   = Y
-Multicast MAC filter = Y
 RSS hash             = Y
 RSS key update       = Y
 RSS reta update      = Y
diff --git a/doc/guides/nics/features/igb.ini b/doc/guides/nics/features/igb.ini
index 0351f8495d..167c0cabe8 100644
--- a/doc/guides/nics/features/igb.ini
+++ b/doc/guides/nics/features/igb.ini
@@ -15,6 +15,7 @@ TSO                  = Y
 Promiscuous mode     = Y
 Allmulticast mode    = Y
 Unicast MAC filter   = Y
+Multicast MAC filter = Y
 RSS hash             = Y
 RSS key update       = Y
 RSS reta update      = Y
diff --git a/doc/guides/nics/features/ixgbe.ini b/doc/guides/nics/features/ixgbe.ini
index c412d7af1a..1c7a2a5240 100644
--- a/doc/guides/nics/features/ixgbe.ini
+++ b/doc/guides/nics/features/ixgbe.ini
@@ -17,6 +17,7 @@ TSO                  = Y
 Promiscuous mode     = Y
 Allmulticast mode    = Y
 Unicast MAC filter   = Y
+Multicast MAC filter = Y
 RSS hash             = Y
 RSS key update       = Y
 RSS reta update      = Y
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-05-22 10:37:39.649213343 +0100
+++ 0011-doc-fix-multicast-filter-feature-announcement.patch	2020-05-22 10:37:39.072411710 +0100
@@ -1,15 +1,16 @@
-From 13e4897d98b0af690c81ffd02d212992ce6d9348 Mon Sep 17 00:00:00 2001
+From 348a2c5a9adc385b34bf0686c3c53da2eac59f69 Mon Sep 17 00:00:00 2001
 From: Qiming Yang <qiming.yang at intel.com>
 Date: Fri, 8 May 2020 22:04:09 +0800
 Subject: [PATCH] doc: fix multicast filter feature announcement
 
+[ upstream commit 13e4897d98b0af690c81ffd02d212992ce6d9348 ]
+
 Multicast MAC filter flag means device ops set_mc_addr_list support
 or not. This patch fixes the wrong flag value in Intel driver's document.
 
 Fixes: 9db3f52126fb ("doc: generate NIC overview table from ini files")
 Fixes: cb25d4323fbf ("net/avf: enable MAC VLAN and promisc ops")
 Fixes: 26e887343321 ("net/ice: support MAC ops")
-Cc: stable at dpdk.org
 
 Signed-off-by: Qiming Yang <qiming.yang at intel.com>
 Acked-by: Xiaolong Ye <xiaolong.ye at intel.com>
@@ -22,10 +23,10 @@
  5 files changed, 2 insertions(+), 3 deletions(-)
 
 diff --git a/doc/guides/nics/features/i40e.ini b/doc/guides/nics/features/i40e.ini
-index a326f7345f..2e89079f51 100644
+index e5ae6ded08..c2717cdc47 100644
 --- a/doc/guides/nics/features/i40e.ini
 +++ b/doc/guides/nics/features/i40e.ini
-@@ -19,7 +19,6 @@ TSO                  = Y
+@@ -18,7 +18,6 @@ TSO                  = Y
  Promiscuous mode     = Y
  Allmulticast mode    = Y
  Unicast MAC filter   = Y
@@ -34,7 +35,7 @@
  RSS key update       = Y
  RSS reta update      = Y
 diff --git a/doc/guides/nics/features/iavf.ini b/doc/guides/nics/features/iavf.ini
-index 17f7928eb1..2e7cea38d8 100644
+index 80143059e4..f08392a9cf 100644
 --- a/doc/guides/nics/features/iavf.ini
 +++ b/doc/guides/nics/features/iavf.ini
 @@ -15,7 +15,6 @@ TSO                  = Y
@@ -46,7 +47,7 @@
  RSS key update       = Y
  RSS reta update      = Y
 diff --git a/doc/guides/nics/features/ice.ini b/doc/guides/nics/features/ice.ini
-index 895d6b3096..3ee1f6ea45 100644
+index 65923f0bc0..949d09f423 100644
 --- a/doc/guides/nics/features/ice.ini
 +++ b/doc/guides/nics/features/ice.ini
 @@ -18,7 +18,6 @@ TSO                  = Y
@@ -70,7 +71,7 @@
  RSS key update       = Y
  RSS reta update      = Y
 diff --git a/doc/guides/nics/features/ixgbe.ini b/doc/guides/nics/features/ixgbe.ini
-index fab0487fa9..f817c93b85 100644
+index c412d7af1a..1c7a2a5240 100644
 --- a/doc/guides/nics/features/ixgbe.ini
 +++ b/doc/guides/nics/features/ixgbe.ini
 @@ -17,6 +17,7 @@ TSO                  = Y


More information about the stable mailing list