Re: [PATCH v12 4/6] eventdev/eth_tx: add instance get API

2022-09-02 Thread Jerin Jacob
On Mon, Aug 29, 2022 at 1:45 PM Ganapati Kundapura wrote: > > Added rte_event_eth_tx_adapter_instance_get() to get the > adapter instance id for specified ethernet device id and > tx queue index. > > Added rte_event_eth_tx_adapter_instance_get() details in > prog_guide/event_ethernet_tx_adapter.rs

[PATCH v12 4/6] eventdev/eth_tx: add instance get API

2022-08-29 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. Added rte_event_eth_tx_adapter_instance_get() details in prog_guide/event_ethernet_tx_adapter.rst Signed-off-by: Ganapati Kundapura Reviewed-by: Naga Harish K S V A