[dpdk-stable] patch 'net/qede: fix setting VLAN strip mode' has been queued to LTS release 18.11.6

Kevin Traynor ktraynor at redhat.com
Wed Dec 11 22:25:54 CET 2019


Hi,

FYI, your patch has been queued to LTS release 18.11.6

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 12/17/19. 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.

Queued patches are on a temporary branch at:
https://github.com/kevintraynor/dpdk-stable-queue

This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable-queue/commit/efad91870035967ef1ff6878d73ecbb2f10ba0c8

Thanks.

Kevin.

---
>From efad91870035967ef1ff6878d73ecbb2f10ba0c8 Mon Sep 17 00:00:00 2001
From: Shahed Shaikh <shshaikh at marvell.com>
Date: Sat, 19 Oct 2019 22:20:51 -0700
Subject: [PATCH] net/qede: fix setting VLAN strip mode

[ upstream commit 30b170b4a56f313f1668d4f583d9572ce48823c7 ]

Commit 9a6d30ae6d46 ("net/qede: refactoring vport handling code")
deleted the code as part of refactoring which sets vlan strip mode.
Revert it back and fix vlan strip feature.

Fixes: 9a6d30ae6d46 ("net/qede: refactoring vport handling code")

Signed-off-by: Shahed Shaikh <shshaikh at marvell.com>
Reviewed-by: Rasesh Mody <rmody at marvell.com>
---
 drivers/net/qede/qede_ethdev.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/qede/qede_ethdev.c b/drivers/net/qede/qede_ethdev.c
index acb61cc21..8dced1899 100644
--- a/drivers/net/qede/qede_ethdev.c
+++ b/drivers/net/qede/qede_ethdev.c
@@ -816,4 +816,6 @@ static int qede_vlan_stripping(struct rte_eth_dev *eth_dev, bool flg)
 	}
 
+	qdev->vlan_strip_flg = flg;
+
 	DP_INFO(edev, "VLAN stripping %s\n", flg ? "enabled" : "disabled");
 	return 0;
-- 
2.21.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-12-11 21:24:12.891399224 +0000
+++ 0002-net-qede-fix-setting-VLAN-strip-mode.patch	2019-12-11 21:24:12.511654441 +0000
@@ -1 +1 @@
-From 30b170b4a56f313f1668d4f583d9572ce48823c7 Mon Sep 17 00:00:00 2001
+From efad91870035967ef1ff6878d73ecbb2f10ba0c8 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 30b170b4a56f313f1668d4f583d9572ce48823c7 ]
+
@@ -11 +12,0 @@
-Cc: stable at dpdk.org
@@ -20 +21 @@
-index 42e2b5083..575982fd0 100644
+index acb61cc21..8dced1899 100644
@@ -23 +24 @@
-@@ -834,4 +834,6 @@ static int qede_vlan_stripping(struct rte_eth_dev *eth_dev, bool flg)
+@@ -816,4 +816,6 @@ static int qede_vlan_stripping(struct rte_eth_dev *eth_dev, bool flg)



More information about the stable mailing list