[dpdk-dev] [PATCH] ixgbe: fix missed packet types.

2016-06-15 Thread Konstantin Ananyev
ixgbe PMD RX function(s) miss pacjet types that are: - correctly recognised by the underlying HW. - marked as supported by ixgbe_dev_supported_ptypes_get(). Fixes: 9586ebd358d5 ("ixgbe: replace some offload flags with packet type") Signed-off-by: Konstantin Ananyev --- drivers/net/ixgbe/ixgbe

[dpdk-dev] [PATCH] ixgbe: fix missed packet types.

2016-06-16 Thread Lu, Wenzhuo
Hi, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Konstantin Ananyev > Sent: Wednesday, June 15, 2016 8:59 PM > To: dev at dpdk.org > Cc: Ananyev, Konstantin > Subject: [dpdk-dev] [PATCH] ixgbe: fix missed packet types. > > ixgbe

[dpdk-dev] [PATCH] ixgbe: fix missed packet types.

2016-06-16 Thread Olivier MATZ
On 06/15/2016 02:58 PM, Konstantin Ananyev wrote: > ixgbe PMD RX function(s) miss pacjet types that are: > - correctly recognised by the underlying HW. > - marked as supported by ixgbe_dev_supported_ptypes_get(). > > Fixes: 9586ebd358d5 ("ixgbe: replace some offload flags with packet type") >

[dpdk-dev] [PATCH] ixgbe: fix missed packet types.

2016-06-23 Thread Bruce Richardson
v, Konstantin > > Subject: [dpdk-dev] [PATCH] ixgbe: fix missed packet types. > > > > ixgbe PMD RX function(s) miss pacjet types that are: > > - correctly recognised by the underlying HW. > > - marked as supported by ixgbe_dev_supported_ptypes_get(). > > >