RE: [PATCH v6 4/7] eventdev/eth_tx: add instance get API

2022-06-09 Thread Naga Harish K, S V
> -Original Message- > From: Kundapura, Ganapati > Sent: Wednesday, June 8, 2022 5:44 PM > To: jerinjac...@gmail.com; dev@dpdk.org; Jayatheerthan, Jay > > Cc: Naga Harish K, S V > Subject: [PATCH v6 4/7] eventdev/eth_tx: add instan

[PATCH v6 4/7] eventdev/eth_tx: add instance get API

2022-06-08 Thread Ganapati Kundapura
Added rte_event_eth_tx_adapter_instance_get() to get the adapter instance id for specified ethernet device id and tx queue index. Signed-off-by: Ganapati Kundapura diff --git a/lib/eventdev/rte_event_eth_tx_adapter.c b/lib/eventdev/rte_event_eth_tx_adapter.c index 1b304f0..d9de6e5 100644 --- a/