Nelson Escobar 097e1f1e40 net/enic: improve packet type identification
- add l4 ptypes to the ones we report as supporting
- report/use RTE_PTYPE_L3_IPV4_EXT_UNKNOWN and
  RTE_PTYPE_L3_IPV6_EXT_UNKNOWN instead of RTE_PTYPE_L3_IPV4 and
  RTE_PTYPE_L3_IPV6 as vic can't distinguish between packets with
  extentions and those without extentions.
- correctly set the ptype bits set on packets that are both tcp/udp
  and a frag
- set RTE_PTYPE_L4_NONFRAG on ip packets we know are not udp, tcp,
  or fragments.

Fixes: 947d860c821f ("enic: improve Rx performance")

Signed-off-by: Nelson Escobar <neescoba@cisco.com>
Reviewed-by: John Daley <johndale@cisco.com>
2016-06-23 13:31:20 +02:00
..
2016-06-15 17:13:55 +02:00
2016-06-20 17:21:49 +02:00
2016-05-17 08:31:33 +02:00
2016-06-15 17:13:56 +02:00
2016-04-01 21:38:34 +02:00
2016-06-29 13:33:01 +02:00
2016-06-29 13:33:01 +02:00
2016-06-29 13:33:01 +02:00
2016-06-20 17:21:54 +02:00