[dpdk-dev] [PATCH v6 5/8] net/i40e: finish integration FDIR with generic flow API

Wu, Jingjing jingjing.wu at intel.com
Fri Sep 29 15:28:18 CEST 2017


> +
> +	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


More information about the dev mailing list