RE: [PATCH v7 05/21] net/cpfl: support queue start

2023-02-27 Thread Liu, Mingxia
Message- > > From: Ferruh Yigit > > Sent: Tuesday, February 28, 2023 5:47 AM > > To: Liu, Mingxia ; dev@dpdk.org; Xing, Beilei > > ; Zhang, Yuying > > Subject: Re: [PATCH v7 05/21] net/cpfl: support queue start > > > > On 2/16/2023 12:29 AM, Mingxia L

RE: [PATCH v7 05/21] net/cpfl: support queue start

2023-02-27 Thread Liu, Mingxia
3 5:47 AM > To: Liu, Mingxia ; dev@dpdk.org; Xing, Beilei > ; Zhang, Yuying > Subject: Re: [PATCH v7 05/21] net/cpfl: support queue start > > On 2/16/2023 12:29 AM, Mingxia Liu wrote: > > Add support for these device ops: > > - rx_queue_start > >

Re: [PATCH v7 05/21] net/cpfl: support queue start

2023-02-27 Thread Ferruh Yigit
On 2/16/2023 12:29 AM, Mingxia Liu wrote: > Add support for these device ops: > - rx_queue_start > - tx_queue_start > > Signed-off-by: Mingxia Liu <...> > +int > +cpfl_rx_queue_init(struct rte_eth_dev *dev, uint16_t rx_queue_id) > +{ > + struct idpf_rx_queue *rxq; > + int err; > + > +

[PATCH v7 05/21] net/cpfl: support queue start

2023-02-15 Thread Mingxia Liu
Add support for these device ops: - rx_queue_start - tx_queue_start Signed-off-by: Mingxia Liu --- drivers/net/cpfl/cpfl_ethdev.c | 41 ++ drivers/net/cpfl/cpfl_rxtx.c | 138 + drivers/net/cpfl/cpfl_rxtx.h | 4 + 3 files changed, 183 insertions(+)