Re: [dpdk-dev] [PATCH v1 3/4] net/ice: add the DCF framework

2020-03-09 Thread Ye Xiaolong
On 03/10, Wang, Haiyue wrote: >> >+static int >> >+ice_dcf_dev_filter_ctrl(struct rte_eth_dev *dev, >> >+ enum rte_filter_type filter_type, >> >+ __rte_unused enum rte_filter_op filter_op, >> >+ __rte_unused void *arg) >> >+{ >> >> legacy filte

Re: [dpdk-dev] [PATCH v1 3/4] net/ice: add the DCF framework

2020-03-09 Thread Wang, Haiyue
> -Original Message- > From: Ye, Xiaolong > Sent: Tuesday, March 10, 2020 12:17 > To: Wang, Haiyue > Cc: dev@dpdk.org; Zhang, Qi Z ; Yang, Qiming > ; Xing, > Beilei ; Zhao1, Wei > Subject: Re: [PATCH v1 3/4] net/ice: add the DCF framework > > On 03/09, Haiyue Wang wrote: > >The DCF (De

Re: [dpdk-dev] [PATCH v1 3/4] net/ice: add the DCF framework

2020-03-09 Thread Ye Xiaolong
On 03/09, Haiyue Wang wrote: >The DCF (Device Config Function) feature works as a standalone PMD, its >hardware entity is the trusted VF with ID 0, and the software function >is to control the flow setting of other VFs by the mailbox with PF. > >It doesn't handle packet Rx/Tx related things. This P