Re: [dpdk-dev] [PATCH] net/vmxnet3: add VLAN filter capability

2019-05-02 Thread Ferruh Yigit
On 5/1/2019 7:02 PM, Yong Wang wrote: > -Original Message- > From: Mark Gillott > Date: Wednesday, May 1, 2019 at 8:30 AM > To: Yong Wang > Cc: "dev@dpdk.org" , Mark Gillott > Subject: [PATCH] net/vmxnet3: add VLAN filter capability > > The driver supports VLAN filtering, but the op

Re: [dpdk-dev] [PATCH] net/vmxnet3: add VLAN filter capability

2019-05-01 Thread Yong Wang
-Original Message- From: Mark Gillott Date: Wednesday, May 1, 2019 at 8:30 AM To: Yong Wang Cc: "dev@dpdk.org" , Mark Gillott Subject: [PATCH] net/vmxnet3: add VLAN filter capability The driver supports VLAN filtering, but the option is not included in the advertised list of cap

[dpdk-dev] [PATCH] net/vmxnet3: add VLAN filter capability

2019-05-01 Thread Mark Gillott
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 --- drivers/net/vmxnet3/vm