> -----Original Message-----
> From: Naga Harish K, S V <s.v.naga.haris...@intel.com>
> Sent: Saturday, March 1, 2025 2:59 PM
> To: Shijith Thotton <sthot...@marvell.com>; Jerin Jacob <jer...@marvell.com>
> Cc: dev@dpdk.org; Pavan Nikhilesh Bhagavatula <pbhagavat...@marvell.com>;
> Pathak, Pravin <pravin.pat...@intel.com>; Hemant Agrawal
> <hemant.agra...@nxp.com>; Sachin Saxena <sachin.sax...@nxp.com>;
> Mattias R_nnblom <mattias.ronnb...@ericsson.com>; Liang Ma
> <lian...@liangbit.com>; Mccarthy, Peter <peter.mccar...@intel.com>; Van
> Haaren, Harry <harry.van.haa...@intel.com>; Carrillo, Erik G
> <erik.g.carri...@intel.com>; Gujjar, Abhinandan S
> <abhinandan.guj...@intel.com>; Amit Prakash Shukla
> <amitpraka...@marvell.com>; Burakov, Anatoly <anatoly.bura...@intel.com>
> Subject: [EXTERNAL] RE: [PATCH v3 1/3] eventdev/eth_rx: add API to burst add
> queues to Rx adapter
>
> > -----Original Message----- > From: Shijith Thotton <sthotton@ marvell.
> > com> > Sent: Monday, February 24, 2025 2: 12 PM > To: Naga Harish K, S
> > V <s. v. naga. harish. k@ intel. com>; jerinj@ marvell. com > Cc:
> > Shijith Thotton
>
>
>
> > -----Original Message-----
> > From: Shijith Thotton <sthot...@marvell.com>
> > Sent: Monday, February 24, 2025 2:12 PM
> > To: Naga Harish K, S V <s.v.naga.haris...@intel.com>;
> > jer...@marvell.com
> > Cc: Shijith Thotton <sthot...@marvell.com>; dev@dpdk.org;
> > pbhagavat...@marvell.com; Pathak, Pravin <pravin.pat...@intel.com>;
> > Hemant Agrawal <hemant.agra...@nxp.com>; Sachin Saxena
> > <sachin.sax...@nxp.com>; Mattias R_nnblom
> > <mattias.ronnb...@ericsson.com>; Liang Ma <lian...@liangbit.com>;
> > Mccarthy, Peter <peter.mccar...@intel.com>; Van Haaren, Harry
> > <harry.van.haa...@intel.com>; Carrillo, Erik G
> > <erik.g.carri...@intel.com>; Gujjar, Abhinandan S
> > <abhinandan.guj...@intel.com>; Amit Prakash Shukla
> > <amitpraka...@marvell.com>; Burakov, Anatoly
> > <anatoly.bura...@intel.com>
> > Subject: [PATCH v3 1/3] eventdev/eth_rx: add API to burst add queues
> > to Rx adapter
> >
> >
> > This patch introduces a new API,
> > rte_event_eth_rx_adapter_queues_add(),
> > to allow bulk addition of multiple Rx queues in the eventdev Rx adapter.
> >
> > The existing rte_event_eth_rx_adapter_queue_add() API supports adding
> > multiple queues by specifying rx_queue_id = -1, but it lacks the
> > ability to apply specific configurations to each of the added queues.
> >
> > A new internal PMD operation, eventdev_eth_rx_adapter_queues_add_t,
> > has been introduced to enable this functionality. It takes an array of
> > receive queue IDs along with their corresponding queue configurations.
> >
> > Signed-off-by: Shijith Thotton <sthot...@marvell.com>
> Acked-by: Naga Harish K S V <s.v.naga.haris...@intel.com>
Series applied to dpdk-next-net-eventdev/for-main. Thanks