Re: [dpdk-dev] [PATCH v1] net/i40e: fix qinq flow pattern to allow non full mask

2020-10-14 Thread Iremonger, Bernard
ch is showing the following warnings which should be fixed. :~/dpdk_20_11/devtools# ./checkpatches.sh /home/bairemon/patches_patchwork_20_11/v1-net-i40e-fix-qinq-flow-pattern-to-allow-non-full-mask.patch ### [dpdk-dev] [PATCH v1] net/i40e: fix qinq flow pattern to allow non full mask WARNING:C

[dpdk-dev] [PATCH v1] net/i40e: fix qinq flow pattern to allow non full mask

2020-10-13 Thread Padraig Connolly
Issue reported by customer that only full mask was allowed on inner and outer VLAN tag, thus not allowing mask to set VLAN ID filter only. Removed check that enforces inner vlan and outer vlan equal I40E_TCI_MASK (full mask 0x). Fixes: c2be7f9b232f ("net/i40e: fix parsing QinQ pattern") Fixes: