[PATCH v12 6/6] doc: added adapter instance get API

Ganapati Kundapura ganapati.kundapura at intel.com
Mon Aug 29 10:14:37 CEST 2022


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.kundapura at intel.com>

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



More information about the dev mailing list