Re: [dpdk-dev] [PATCH v6 10/16] ethdev: fix TPID handling in flow API

2018-04-25 Thread Ferruh Yigit
On 4/25/2018 5:10 PM, Adrien Mazarguil wrote: > On Wed, Apr 25, 2018 at 05:27:56PM +0200, Adrien Mazarguil wrote: >> TPID handling in rte_flow VLAN and E_TAG pattern item definitions is not >> consistent with the normal stacking order of pattern items, which is >> confusing to applications. >> >> P

Re: [dpdk-dev] [PATCH v6 10/16] ethdev: fix TPID handling in flow API

2018-04-25 Thread Adrien Mazarguil
On Wed, Apr 25, 2018 at 05:27:56PM +0200, Adrien Mazarguil wrote: > TPID handling in rte_flow VLAN and E_TAG pattern item definitions is not > consistent with the normal stacking order of pattern items, which is > confusing to applications. > > Problem is that when followed by one of these layers,