[PATCH 3/3] doc: added eth Tx adapter queue start stop APIs
Naga Harish K S V
s.v.naga.harish.k at intel.com
Thu Sep 8 19:12:42 CEST 2022
Added tx adapter queue start - rte_event_eth_rx_adapter_queue_start()
and tx adapter queue stop - rte_event_eth_tx_adapter_queue_stop()
Signed-off-by: Naga Harish K S V <s.v.naga.harish.k at intel.com>
---
doc/guides/rel_notes/release_22_11.rst | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/doc/guides/rel_notes/release_22_11.rst b/doc/guides/rel_notes/release_22_11.rst
index c32c18ff49..dc1060660c 100644
--- a/doc/guides/rel_notes/release_22_11.rst
+++ b/doc/guides/rel_notes/release_22_11.rst
@@ -29,6 +29,10 @@ New Features
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.
+ Added ``rte_event_eth_tx_adapter_queue_start`` to start enqueueing packets to the Tx queue by
+ Tx adapter.
+ Added ``rte_event_eth_tx_adapter_queue_start`` to stop the Tx Adapter from transmitting any
+ mbufs to the Tx_queue.
.. This section should contain new features added in this release.
Sample format:
--
2.25.1
More information about the dev
mailing list