> +
> + 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
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 +
2 matches
Mail list logo