On Tue, Sep 27, 2022 at 3:59 PM Jayatheerthan, Jay <jay.jayatheert...@intel.com> wrote: > > > -----Original Message----- > > From: Jerin Jacob <jerinjac...@gmail.com> > > Sent: Tuesday, September 27, 2022 3:45 PM > > To: Naga Harish K, S V <s.v.naga.haris...@intel.com> > > Cc: Jayatheerthan, Jay <jay.jayatheert...@intel.com>; 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 Naga Harish K S V > > <s.v.naga.haris...@intel.com> 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 > > > packets to the Tx queue. The stop API also frees any packets > > > that may have been buffered for this queue. All inflight packets > > > destined to the queue are freed by the adapter runtime until the > > > queue is started again. > > > > > > Signed-off-by: Naga Harish K S V <s.v.naga.haris...@intel.com> > > > > I will wait for @Jayatheerthan, Jay Ack to merge to RC1. > > The full patchset looks good to me. Thanks for adding useful set of APIs. > > Acked-by: Jay Jayatheerthan <jay.jayatheert...@intel.com>
Series applied to dpdk-next-net-eventdev/for-main. Thanks