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

2017-09-29 Thread Wu, Jingjing
> + > + 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 repor

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

2017-09-28 Thread Beilei Xing
rte_eth_fdir_* structures are still used in FDIR functions. This patch adds i40e private FDIR related structures and functions to finish integration FDIR with generic flow API. Signed-off-by: Beilei Xing --- drivers/net/i40e/i40e_ethdev.h | 83 ++- drivers/net/i40e/i40e_fdir.c | 488 +