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.haris...@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