[dpdk-stable] patch 'net/ixgbe: fix MAC control frame forward' has been queued to stable release 19.11.4

luca.boccassi at gmail.com luca.boccassi at gmail.com
Fri Jul 24 14:00:03 CEST 2020


Hi,

FYI, your patch has been queued to stable release 19.11.4

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 07/26/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 9fa2cc447cbf0120b0df99fabd52a7980c1cb9cf Mon Sep 17 00:00:00 2001
From: Guinan Sun <guinanx.sun at intel.com>
Date: Sat, 23 May 2020 05:22:38 +0000
Subject: [PATCH] net/ixgbe: fix MAC control frame forward

[ upstream commit 7b053b86d889acd7c3a02909774da08d3d90a4b0 ]

mac_ctrl_frame_fwd shouldn't be cleared when port stop,
otherwise it will be inconsistent with the actual status.
This patch fixes the issue.

Fixes: a524f550da6e ("net/ixgbe: fix flow control mode setting")

Signed-off-by: Guinan Sun <guinanx.sun at intel.com>
Reviewed-by: Wei Zhao <wei.zhao1 at intel.com>
Acked-by: Qi Zhang <qi.z.zhang at intel.com>
---
 drivers/net/ixgbe/ixgbe_ethdev.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/net/ixgbe/ixgbe_ethdev.c b/drivers/net/ixgbe/ixgbe_ethdev.c
index 9dcff9935..ecbac8f18 100644
--- a/drivers/net/ixgbe/ixgbe_ethdev.c
+++ b/drivers/net/ixgbe/ixgbe_ethdev.c
@@ -2936,8 +2936,6 @@ ixgbe_dev_stop(struct rte_eth_dev *dev)
 
 	adapter->rss_reta_updated = 0;
 
-	adapter->mac_ctrl_frame_fwd = 0;
-
 	hw->adapter_stopped = true;
 }
 
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-07-24 12:53:54.927855698 +0100
+++ 0165-net-ixgbe-fix-MAC-control-frame-forward.patch	2020-07-24 12:53:48.555011453 +0100
@@ -1,14 +1,15 @@
-From 7b053b86d889acd7c3a02909774da08d3d90a4b0 Mon Sep 17 00:00:00 2001
+From 9fa2cc447cbf0120b0df99fabd52a7980c1cb9cf Mon Sep 17 00:00:00 2001
 From: Guinan Sun <guinanx.sun at intel.com>
 Date: Sat, 23 May 2020 05:22:38 +0000
 Subject: [PATCH] net/ixgbe: fix MAC control frame forward
 
+[ upstream commit 7b053b86d889acd7c3a02909774da08d3d90a4b0 ]
+
 mac_ctrl_frame_fwd shouldn't be cleared when port stop,
 otherwise it will be inconsistent with the actual status.
 This patch fixes the issue.
 
 Fixes: a524f550da6e ("net/ixgbe: fix flow control mode setting")
-Cc: stable at dpdk.org
 
 Signed-off-by: Guinan Sun <guinanx.sun at intel.com>
 Reviewed-by: Wei Zhao <wei.zhao1 at intel.com>
@@ -18,10 +19,10 @@
  1 file changed, 2 deletions(-)
 
 diff --git a/drivers/net/ixgbe/ixgbe_ethdev.c b/drivers/net/ixgbe/ixgbe_ethdev.c
-index 095f1bde5..74c3c6b5d 100644
+index 9dcff9935..ecbac8f18 100644
 --- a/drivers/net/ixgbe/ixgbe_ethdev.c
 +++ b/drivers/net/ixgbe/ixgbe_ethdev.c
-@@ -2926,8 +2926,6 @@ ixgbe_dev_stop(struct rte_eth_dev *dev)
+@@ -2936,8 +2936,6 @@ ixgbe_dev_stop(struct rte_eth_dev *dev)
  
  	adapter->rss_reta_updated = 0;
  


More information about the stable mailing list