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

2020-10-15 Thread Iremonger, Bernard
Hi Padraig, > -Original Message- > From: Connolly, Padraig J > Sent: Wednesday, October 14, 2020 5:31 PM > To: Xing, Beilei > Cc: dev@dpdk.org; Connolly, Padraig J ; > Iremonger, Bernard ; sta...@dpdk.org > Subject: [PATCH v2] net/i40e: fix qinq flow pattern to allow non full mask > > I

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

2020-10-14 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 to equal I40E_TCI_MASK (full mask 0x). Fixes: c2be7f9b232f ("net/i40e: fix parsing QinQ pattern") Fix