[dpdk-stable] patch 'net/vmxnet3: add VLAN filter capability' has been queued to LTS release 18.11.2

Kevin Traynor ktraynor at redhat.com
Wed May 8 18:02:28 CEST 2019


Hi,

FYI, your patch has been queued to LTS release 18.11.2

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/14/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/550fe81e3a49eded44a6c0e924a118e9cba1287d

Thanks.

Kevin Traynor

---
>From 550fe81e3a49eded44a6c0e924a118e9cba1287d Mon Sep 17 00:00:00 2001
From: Mark Gillott <mgillott at vyatta.att-mail.com>
Date: Wed, 1 May 2019 16:29:42 +0100
Subject: [PATCH] net/vmxnet3: add VLAN filter capability

[ upstream commit 273168f150078efdd30f12e272973951c611d816 ]

The driver supports VLAN filtering, but the option is not included in
the advertised list of capabilities. Thus any attempt to enable VLAN
filtering always fails. Update the list of offload capabilities to
include DEV_RX_OFFLOAD_VLAN_FILTER.

Fixes: 95e4a96ccbf1 ("net/vmxnet3: convert to new Rx offload API")

Signed-off-by: Mark Gillott <mgillott at vyatta.att-mail.com>
Acked-by: Yong Wang <yongwang at vmware.com>
---
 drivers/net/vmxnet3/vmxnet3_ethdev.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/vmxnet3/vmxnet3_ethdev.c b/drivers/net/vmxnet3/vmxnet3_ethdev.c
index 93e5de9a7..812e18575 100644
--- a/drivers/net/vmxnet3/vmxnet3_ethdev.c
+++ b/drivers/net/vmxnet3/vmxnet3_ethdev.c
@@ -53,4 +53,5 @@
 #define VMXNET3_RX_OFFLOAD_CAP		\
 	(DEV_RX_OFFLOAD_VLAN_STRIP |	\
+	 DEV_RX_OFFLOAD_VLAN_FILTER |   \
 	 DEV_RX_OFFLOAD_SCATTER |	\
 	 DEV_RX_OFFLOAD_IPV4_CKSUM |	\
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-05-08 16:33:59.032613565 +0100
+++ 0031-net-vmxnet3-add-VLAN-filter-capability.patch	2019-05-08 16:33:57.445577110 +0100
@@ -1 +1 @@
-From 273168f150078efdd30f12e272973951c611d816 Mon Sep 17 00:00:00 2001
+From 550fe81e3a49eded44a6c0e924a118e9cba1287d Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 273168f150078efdd30f12e272973951c611d816 ]
+
@@ -12 +13,0 @@
-Cc: stable at dpdk.org
@@ -21 +22 @@
-index 846d7fd7a..f54536b49 100644
+index 93e5de9a7..812e18575 100644


More information about the stable mailing list