> -----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 <qi.z.zh...@intel.com>
> Cc: dev@dpdk.org; sta...@dpdk.org
> Subject: [dpdk-dev] [PATCH] net/i40e: fix packet type parser error
>
> 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 operation")
> Cc: sta...@dpdk.org
>
> Signed-off-by: Beilei Xing <beilei.x...@intel.com>
Tested-by: Xueqin Lin <xueqin....@intel.com>