Re: [PATCH v12 1/6] eventdev/eth_rx: add adapter instance get API

2022-09-02 Thread Jerin Jacob
On Mon, Aug 29, 2022 at 1:44 PM Ganapati Kundapura wrote: > > Added rte_event_eth_rx_adapter_instance_get() to get > adapter instance id for specified ethernet device id and > rx queue index. > > Added rte_event_eth_rx_adapter_instance_get() details in > prog_guide/event_ethernet_rx_adapter.rst >

[PATCH v12 1/6] eventdev/eth_rx: add adapter instance get API

2022-08-29 Thread Ganapati Kundapura
Added rte_event_eth_rx_adapter_instance_get() to get adapter instance id for specified ethernet device id and rx queue index. Added rte_event_eth_rx_adapter_instance_get() details in prog_guide/event_ethernet_rx_adapter.rst Signed-off-by: Ganapati Kundapura Reviewed-by: Naga Harish K S V Acked