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

2022-09-27 Thread Jerin Jacob
On Tue, Sep 27, 2022 at 3:59 PM Jayatheerthan, Jay wrote: > > > -Original Message- > > From: Jerin Jacob > > Sent: Tuesday, September 27, 2022 3:45 PM > > To: Naga Harish K, S V > > Cc: Jayatheerthan, Jay ; dev@dpdk.org > > Subject: Re: [PATCH v

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

2022-09-27 Thread Jayatheerthan, Jay
> -Original Message- > From: Jerin Jacob > Sent: Tuesday, September 27, 2022 3:45 PM > To: Naga Harish K, S V > Cc: Jayatheerthan, Jay ; dev@dpdk.org > Subject: Re: [PATCH v6 1/2] eventdev/eth_tx: add queue start stop API > > On Mon, Sep 26, 2022 at 7:34 AM Na

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

2022-09-27 Thread Jerin Jacob
On Mon, Sep 26, 2022 at 7:34 AM Naga Harish K S V wrote: > > Add 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 enqueueing any >

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

2022-09-25 Thread Naga Harish K S V
Add 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 enqueueing any packets to the Tx queue. The stop API also frees any packets that may have