Re: RFC: adapter instance get api proposal

2022-06-04 Thread Jerin Jacob
On Fri, Jun 3, 2022 at 9:47 PM Kundapura, Ganapati wrote: > > Hi dpdk-dev, > >I would like to submit adapter instance get api to retrieve the Rx/Tx > adapter instance id for for a Rx/Tx queue > > > > int > > rte_event_eth_rx_adapter_queue_instance_get(uint16_t eth_dev_id, > >

RFC: adapter instance get api proposal

2022-06-03 Thread Kundapura, Ganapati
Hi dpdk-dev, I would like to submit adapter instance get api to retrieve the Rx/Tx adapter instance id for for a Rx/Tx queue int rte_event_eth_rx_adapter_queue_instance_get(uint16_t eth_dev_id, uint16_t rx_queue_id, uint8_t *instance_id) and int r