net/ice: fix packet type table
authorYing A Wang <ying.a.wang@intel.com>
Thu, 24 Oct 2019 21:39:59 +0000 (05:39 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 8 Nov 2019 22:15:04 +0000 (23:15 +0100)
commit4cf29798b4c95070047d2dc5585ac528f28ddcce
tree898b7b5dea22deec1287dae0a81a1ed4b4ee3df2
parent84fff3425b896a465a29b92a81aab563c07847cd
net/ice: fix packet type table

The original packet type table's hw-ptype index to sw-ptype
mapping is wrong. This patch fixed the issue.

Fixes: ab9dccf09af9 ("net/ice: support packet type getting")
Cc: stable@dpdk.org
Signed-off-by: Ying A Wang <ying.a.wang@intel.com>
Reviewed-by: Xiaolong Ye <xiaolong.ye@intel.com>
drivers/net/ice/ice_rxtx.c