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

2025-02-17 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

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

2025-02-17 Thread Naga Harish K, S V
, Harry ; Carrillo, Erik G ; Gujjar, Abhinandan S ; Amit Prakash Shukla ; Naga Harish K, S V ; Burakov, Anatoly Subject: [PATCH 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

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

2025-02-07 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