> + > + ret = i40e_fdir_filter_programming(pf, pctype, filter, add); > + if (ret < 0) { > + PMD_DRV_LOG(ERR, "fdir programming fails for PCTYPE(%u).", > + pctype); > + return ret; > + } > + The i40e_check_fdir_programming_status only reports error, cannot Report success. Please double check
Thanks Jingjing