Re: [dpdk-dev] [PATCH] net/i40e: fix packet type parser error

2018-07-04 Thread Lin, Xueqin
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Beilei Xing > Sent: Thursday, July 5, 2018 9:36 AM > To: Zhang, Qi Z > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] net/i40e: fix packet type parser error > &

[dpdk-dev] [PATCH] net/i40e: fix packet type parser error

2018-07-04 Thread Beilei Xing
To parse packet type correctly, profile needs to be loaded again to update tables in SW even if profile has exited. But previously packet type parser will be false after loading profile when profile already exists. This patch fixes the issue. Fixes: 0585f5c3d264 ("net/i40e: fix DDP profile DEL ope