DPDK patches and discussions
 help / color / mirror / Atom feed
From: Mark Gillott <mgillott@vyatta.att-mail.com>
To: yongwang@vmware.com
Cc: dev@dpdk.org, Mark Gillott <mgillott@vyatta.att-mail.com>
Subject: [dpdk-dev] [PATCH] net/vmxnet3: add VLAN filter capability
Date: Wed,  1 May 2019 16:29:42 +0100	[thread overview]
Message-ID: <20190501152942.6552-1-mgillott@vyatta.att-mail.com> (raw)

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.

Signed-off-by: Mark Gillott <mgillott@vyatta.att-mail.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 846d7fd7a..f54536b49 100644
--- a/drivers/net/vmxnet3/vmxnet3_ethdev.c
+++ b/drivers/net/vmxnet3/vmxnet3_ethdev.c
@@ -52,6 +52,7 @@
 
 #define VMXNET3_RX_OFFLOAD_CAP		\
 	(DEV_RX_OFFLOAD_VLAN_STRIP |	\
+	 DEV_RX_OFFLOAD_VLAN_FILTER |   \
 	 DEV_RX_OFFLOAD_SCATTER |	\
 	 DEV_RX_OFFLOAD_IPV4_CKSUM |	\
 	 DEV_RX_OFFLOAD_UDP_CKSUM |	\
-- 
2.17.1

             reply	other threads:[~2019-05-01 15:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-01 15:29 Mark Gillott [this message]
2019-05-01 15:29 ` Mark Gillott
2019-05-01 18:02 ` Yong Wang
2019-05-01 18:02   ` Yong Wang
2019-05-02 16:43   ` Ferruh Yigit
2019-05-02 16:43     ` Ferruh Yigit

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190501152942.6552-1-mgillott@vyatta.att-mail.com \
    --to=mgillott@vyatta.att-mail.com \
    --cc=dev@dpdk.org \
    --cc=yongwang@vmware.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).