> -----Original Message-----
> From: Su, Simei <simei...@intel.com>
> Sent: Friday, May 8, 2020 9:37 AM
> To: Zhang, Qi Z <qi.z.zh...@intel.com>; Ye, Xiaolong <xiaolong...@intel.com>
> Cc: dev@dpdk.org; Cao, Yahui <yahui....@intel.com>; Su, Simei
> <simei...@intel.com>
> Subject: [PATCH] net/ice/base: fix FDIR rule completion report value
>
> IAVF FDIR needs to check program status from FD completion descriptors for
> both successful and failed case, rather than only ask for completion on error.
> This patch corrects completion report value so that the called can determine
> whether to report completion on error or other cases.
>
> Fixes: 55daca4e45fc ("net/ice/base: change function to static")
>
> Signed-off-by: Simei Su <simei...@intel.com>
Acked-by: Qi Zhang <qi.z.zh...@intel.com>