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

2020-06-30 Thread Yang, Qiming
Same comments as the first one > -Original Message- > From: Di, ChenxuX > Sent: Monday, June 15, 2020 10:19 > To: dev@dpdk.org > Cc: Xing, Beilei ; Yang, Qiming > ; Di, ChenxuX > Subject: [PATCH v2 2/5] net/ixgbe: add private APIs > > The legacy filter API will be superseded by rte_flow

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

2020-06-29 Thread Jeff Guo
hi, chenxu On 6/15/2020 10:18 AM, 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_p

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

2020-06-14 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 --