Re: [dpdk-dev] [PATCH] net/cxgbe: accept VLAN flow items without ethertype

2021-01-11 Thread Ferruh Yigit
On 12/20/2020 10:44 PM, Rahul Lakkireddy wrote: From: Karra Satwik When apps pass the RTE_FLOW_ITEM_TYPE_VLAN without setting the ethertype field in RTE_FLOW_ITEM_TYPE_ETH, then assume 0x8100 VLAN by default and don't reject the rule. Fixes: 55f003d8884c ("net/cxgbe: support flow API for match

[dpdk-dev] [PATCH] net/cxgbe: accept VLAN flow items without ethertype

2020-12-20 Thread Rahul Lakkireddy
From: Karra Satwik When apps pass the RTE_FLOW_ITEM_TYPE_VLAN without setting the ethertype field in RTE_FLOW_ITEM_TYPE_ETH, then assume 0x8100 VLAN by default and don't reject the rule. Fixes: 55f003d8884c ("net/cxgbe: support flow API for matching QinQ VLAN") Cc: sta...@dpdk.org Signed-off-by