RE: [PATCH v3 1/3] eventdev/eth_rx: add API to burst add queues to Rx adapter

2025-03-02 Thread Jerin Jacob
gt; ; Mccarthy, Peter ; Van > Haaren, Harry ; Carrillo, Erik G > ; Gujjar, Abhinandan S > ; Amit Prakash Shukla > ; Burakov, Anatoly > Subject: [EXTERNAL] RE: [PATCH v3 1/3] eventdev/eth_rx: add API to burst add > queues to Rx adapter > > > -Original Message- >

RE: [PATCH v3 1/3] eventdev/eth_rx: add API to burst add queues to Rx adapter

2025-03-01 Thread Naga Harish K, S V
as R_nnblom > ; Liang Ma ; > Mccarthy, Peter ; Van Haaren, Harry > ; Carrillo, Erik G ; > Gujjar, Abhinandan S ; Amit Prakash Shukla > ; Burakov, Anatoly > > Subject: [PATCH v3 1/3] eventdev/eth_rx: add API to burst add queues to Rx > adapter > > > This patch introduc

[PATCH v3 1/3] eventdev/eth_rx: add API to burst add queues to Rx adapter

2025-02-24 Thread Shijith Thotton
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