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

2017-10-04 Thread Wu, Jingjing
> -Original Message- > From: Xing, Beilei > Sent: Friday, September 29, 2017 11:51 PM > To: Wu, Jingjing > Cc: Chilikin, Andrey ; dev@dpdk.org > Subject: [PATCH v7 5/8] net/i40e: finish integration FDIR with generic flow > API > > rte_eth_fdir_* structures are still used in FDIR functi

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

2017-09-29 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 | 489 +