Re: [dpdk-dev] [PATCH v3 2/5] net/ixgbe: add private APIs

2020-07-02 Thread Jeff Guo
On 7/1/2020 4:24 PM, Chenxu Di wrote: The legacy filter API will be superseded by rte_flow. There are also several small features which can not be implemented in rte_flow. This patch re-implemented these features as private API. Two APIs are added: rte_pmd_ixgbe_get_fdir_info. rte_pmd_ixgbe_get

[dpdk-dev] [PATCH v3 2/5] net/ixgbe: add private APIs

2020-07-01 Thread Chenxu Di
The legacy filter API will be superseded by rte_flow. There are also several small features which can not be implemented in rte_flow. This patch re-implemented these features as private API. Two APIs are added: rte_pmd_ixgbe_get_fdir_info. rte_pmd_ixgbe_get_fdir_stats. Signed-off-by: Chenxu Di --