> > Documentation update is missing. > Missed it, I will update in v2.
Thanks, Shijith >This patch series introduces the rte_event_eth_rx_adapter_queues_add() >API, allowing multiple Rx queues to be added to an Rx adapter in a >single burst. This enhancement benefits applications that require bulk >addition of Rx queues. > >To support this API, a new internal eventdev PMD operation for adding Rx >queues has been implemented. The second patch in the series enables this >operation for the CNXK PMD. > >Additionally, a unit test has been added to validate the API's >functionality. >