net/ice: fix packet type table
authorShougang Wang <shougangx.wang@intel.com>
Tue, 10 Dec 2019 01:33:21 +0000 (01:33 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 17 Jan 2020 18:45:23 +0000 (19:45 +0100)
commitf27efe4eaf1878f8d04e2def5259ae0100b16711
tree589e216581ccaa2df117b0ec2553e0422cb4d232
parentb604e806327cd4945cc560722cf4c0b3518f0bc6
net/ice: fix packet type table

According to comms package, index 94 should be MAC_IPV6_ICMP,
not MAC_IPV4_ICMP. This patch fixes the issue.

Fixes: 4cf29798b4c9 ("net/ice: fix packet type table")
Cc: stable@dpdk.org
Signed-off-by: Shougang Wang <shougangx.wang@intel.com>
Acked-by: Xiaolong Ye <xiaolong.ye@intel.com>
drivers/net/ice/ice_rxtx.c