RE: [PATCH 1/3] eventdev/eth_tx: add queue start stop API

2022-09-16 Thread Naga Harish K, S V
> -Original Message- > From: Jayatheerthan, Jay > Sent: Friday, September 16, 2022 11:40 AM > To: Jerin Jacob ; Naga Harish K, S V > > Cc: jer...@marvell.com; dev@dpdk.org > Subject: RE: [PATCH 1/3] eventdev/eth_tx: add queue start stop API > > > -

RE: [PATCH 1/3] eventdev/eth_tx: add queue start stop API

2022-09-15 Thread Jayatheerthan, Jay
> -Original Message- > From: Jerin Jacob > Sent: Wednesday, September 14, 2022 8:51 PM > To: Naga Harish K, S V > Cc: Jayatheerthan, Jay ; jer...@marvell.com; > dev@dpdk.org > Subject: Re: [PATCH 1/3] eventdev/eth_tx: add queue start stop API > > On Fri,

RE: [PATCH 1/3] eventdev/eth_tx: add queue start stop API

2022-09-15 Thread Naga Harish K, S V
> -Original Message- > From: Jerin Jacob > Sent: Wednesday, September 14, 2022 8:51 PM > To: Naga Harish K, S V > Cc: Jayatheerthan, Jay ; jer...@marvell.com; > dev@dpdk.org > Subject: Re: [PATCH 1/3] eventdev/eth_tx: add queue start stop API > > On Fri,

Re: [PATCH 1/3] eventdev/eth_tx: add queue start stop API

2022-09-14 Thread Jerin Jacob
On Fri, Sep 9, 2022 at 9:12 AM Naga Harish K S V wrote: > > This patch adds support to start or stop a particular queue > that is associated with the adapter. > > Start function enables the Tx Adapter to start enqueueing > packets to the Tx queue. > > Stop function stops the Tx Adapter from transm

[PATCH 1/3] eventdev/eth_tx: add queue start stop API

2022-09-08 Thread Naga Harish K S V
This patch adds support to start or stop a particular queue that is associated with the adapter. Start function enables the Tx Adapter to start enqueueing packets to the Tx queue. Stop function stops the Tx Adapter from transmitting any mbufs to the Tx queue. The Tx Adapter also frees any mbufs t

[PATCH 1/3] eventdev/eth_tx: add queue start stop API

2022-09-08 Thread Naga Harish K S V
This patch adds support to start or stop a particular queue that is associated with the adapter. Start function enables the Tx Adapter to start enqueueing packets to the Tx queue. Stop function stops the Tx Adapter from transmitting any mbufs to the Tx queue. The Tx Adapter also frees any mbufs t