net/ice/base: fix payload indicator on ptype
authorQi Zhang <qi.z.zhang@intel.com>
Tue, 2 Mar 2021 07:23:52 +0000 (15:23 +0800)
committerQi Zhang <qi.z.zhang@intel.com>
Fri, 5 Mar 2021 08:34:58 +0000 (09:34 +0100)
commit50fb95cb66d0dc993e98500a8384eb366b0d7b52
treeb66f36af241cd107d5d442ddde8c4c4f5c5c8461
parentce51df1ca2c60e50a3b3f29a1b91f751863e27a4
net/ice/base: fix payload indicator on ptype

The entry for PTYPE 90 indicates that the payload is layer 3. This does
not match the specification in the datasheet which indicates the packet
is a MAC, IPv6, UDP packet, with a payload in layer 4.

Fix the lookup table to match the data sheet.

Fixes: 64e9587d5629 ("net/ice/base: add structures for Rx/Tx queues")
Cc: stable@dpdk.org
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
Acked-by: Qiming Yang <qiming.yang@intel.com>
drivers/net/ice/base/ice_lan_tx_rx.h