[dpdk-dev] [PATCH] ixgbe: fix vector RX can't always set packet_type properly

2016-03-24 Thread Bruce Richardson
On Wed, Mar 23, 2016 at 10:54:23AM +0800, Liang, Cunming wrote: > Hi, > > On 3/22/2016 10:30 PM, Konstantin Ananyev wrote: > >Fixes: 39625417585 ("mbuf: redefine packet type") > > > >Current vector RX can't always set packet_type properly. > >To be more specific: > >a) it never sets

[dpdk-dev] [PATCH] ixgbe: fix vector RX can't always set packet_type properly

2016-03-23 Thread Liang, Cunming
Hi, On 3/22/2016 10:30 PM, Konstantin Ananyev wrote: > Fixes: 39625417585 ("mbuf: redefine packet type") > > Current vector RX can't always set packet_type properly. > To be more specific: > a) it never sets RTE_PTYPE_L2_ETHER > b) it doesn't handle tunnel ipv4/ipv6 case correctly. > c) it

[dpdk-dev] [PATCH] ixgbe: fix vector RX can't always set packet_type properly

2016-03-22 Thread Konstantin Ananyev
Fixes: 39625417585 ("mbuf: redefine packet type") Current vector RX can't always set packet_type properly. To be more specific: a) it never sets RTE_PTYPE_L2_ETHER b) it doesn't handle tunnel ipv4/ipv6 case correctly. c) it doesn't check is IXGBE_RXDADV_PKTTYPE_ETQF set or not. While a) is pretty