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

2019-10-27 Thread Ye Xiaolong
On 10/25, Ying Wang wrote: >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: sta...@dpdk.org > >Signed-off-by: Ying Wang >--- > drivers/net/ice/ice_rxtx.c | 312 ++

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

2019-10-24 Thread Ying Wang
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: sta...@dpdk.org Signed-off-by: Ying Wang --- drivers/net/ice/ice_rxtx.c | 312 -