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

2025-02-19 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 a

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

2025-02-19 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 v2 1/3] eventdev/eth_rx: add API to burst add queues to Rx > adapter > > This patch introduces

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

2025-02-18 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 s