Re: [dpdk-dev] [PATCH v2 1/5] net/i40e: add private APIs

2020-06-30 Thread Di, ChenxuX
> -Original Message- > From: Yang, Qiming > Sent: Tuesday, June 30, 2020 6:25 PM > To: Di, ChenxuX ; dev@dpdk.org > Cc: Xing, Beilei > Subject: RE: [PATCH v2 1/5] net/i40e: add private APIs > > > > > -Original Message- > > From: Di, ChenxuX > > Sent: Monday, June 15, 2020 10

Re: [dpdk-dev] [PATCH v2 1/5] net/i40e: add private APIs

2020-06-30 Thread Yang, Qiming
> -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 1/5] net/i40e: add private APIs > > The legacy filter API will be superseded by rte_flow. > There are also several sma

Re: [dpdk-dev] [PATCH v2 1/5] net/i40e: 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. Three APIs are added: rte_pmd_i40e_get_fdir_info. rte_

[dpdk-dev] [PATCH v2 1/5] net/i40e: 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. Three APIs are added: rte_pmd_i40e_get_fdir_info. rte_pmd_i40e_get_fdir_stats. rte_pmd_i40e_set_gre_key_len.