Re: [dpdk-dev] [PATCH] net/ice: fix packet type table

2019-12-11 Thread Ye Xiaolong
On 12/10, Shougang Wang wrote: >According to comms package, index 94 should be MAC_IPV6_ICMP, >not MAC_IPV4_ICMP. This patch fix the issue. > >Fixes: 4cf29798b4c9 ("net/ice: fix packet type table") >Cc: sta...@dpdk.org > >Signed-off-by: Shougang Wang >--- > drivers/net/ice/ice_rxtx.c | 2 +- > 1 fi

[dpdk-dev] [PATCH] net/ice: fix packet type table

2019-12-09 Thread Shougang Wang
According to comms package, index 94 should be MAC_IPV6_ICMP, not MAC_IPV4_ICMP. This patch fix the issue. Fixes: 4cf29798b4c9 ("net/ice: fix packet type table") Cc: sta...@dpdk.org Signed-off-by: Shougang Wang --- drivers/net/ice/ice_rxtx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)