Re: [dpdk-dev] [PATCH 01/14] net/enic: fix receive packet types

2018-06-28 Thread Ferruh Yigit
On 6/28/2018 4:19 AM, John Daley wrote: > From: Hyong Youb Kim > > Fix missing or incorrect packet types discovered by DTS. > - Non-IP inner packets > Set the tunnel flag. > - Inner Ethernet packets > All supported tunnel packets have Ethernet as inner packets. So, set > INNER_L2_ETHER for

[dpdk-dev] [PATCH 01/14] net/enic: fix receive packet types

2018-06-27 Thread John Daley
From: Hyong Youb Kim Fix missing or incorrect packet types discovered by DTS. - Non-IP inner packets Set the tunnel flag. - Inner Ethernet packets All supported tunnel packets have Ethernet as inner packets. So, set INNER_L2_ETHER for all tunnel types. - IPv4 fragments carrying TCP/UDP Th