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

2022-06-22 Thread Naga Harish K, S V
Reviewed-by: Naga Harish K S V > -Original Message- > From: Kundapura, Ganapati > Sent: Wednesday, June 22, 2022 10:24 PM > To: dev@dpdk.org; jer...@marvell.com; Jayatheerthan, Jay > ; Naga Harish K, S V > > Subject: [PATCH v8 4/7] eventdev/eth_tx: add instan

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

2022-06-22 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 --- lib/eventdev/eventdev_pmd.h | 23 +++ lib/eventdev/rte_event_eth_tx_adapter.c | 102 +++