On Mon, Aug 29, 2022 at 1:45 PM Ganapati Kundapura <ganapati.kundap...@intel.com> wrote: > > Added rx adapter instance get - rte_event_eth_rx_adapter_instance_get() > and tx adapter instance get - rte_event_eth_tx_adapter_instance_get() > > Signed-off-by: Ganapati Kundapura <ganapati.kundap...@intel.com>
Squashed this patch to the relevant API additions patch. Series applied to dpdk-next-net-eventdev/for-main. Thanks > > diff --git a/doc/guides/rel_notes/release_22_11.rst > b/doc/guides/rel_notes/release_22_11.rst > index 8c021cf..091cc84 100644 > --- a/doc/guides/rel_notes/release_22_11.rst > +++ b/doc/guides/rel_notes/release_22_11.rst > @@ -23,6 +23,14 @@ DPDK Release 22.11 > > New Features > ------------ > +* **Added adapter instance get API** > + > +* Added ``rte_event_eth_rx_adapter_instance_get`` to get > + rx adapter instance id for specified ethernet device id and > + rx queue index. > +* Added ``rte_event_eth_tx_adapter_instance_get`` to get the > + tx adapter instance id for specified ethernet device id and > + tx queue index. > > .. This section should contain new features added in this release. > Sample format: > -- > 2.6.4 >