[PATCH 1/2] doc: add enqueue depth for new event type
pbhagavatula at marvell.com
pbhagavatula at marvell.com
Mon Jun 27 11:57:01 CEST 2022
From: Pavan Nikhilesh <pbhagavatula at marvell.com>
A new field ``max_event_port_enqueue_new_burst`` will be added to the
structure ``rte_event_dev_info``. The field defines the max enqueue
burst size of new events (OP_NEW) supported by the underlying event
device.
Signed-off-by: Pavan Nikhilesh <pbhagavatula at marvell.com>
---
doc/guides/rel_notes/deprecation.rst | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 4e5b23c53d..071317e8e3 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -125,3 +125,8 @@ Deprecation Notices
applications should be updated to use the ``dmadev`` library instead,
with the underlying HW-functionality being provided by the ``ioat`` or
``idxd`` dma drivers
+
+* eventdev: The structure ``rte_event_dev_info`` will be extended to include the
+ max enqueue burst size of new events supported by the underlying event device.
+ A new field ``max_event_port_enqueue_new_burst`` will be added to the structure
+ ``rte_event_dev_info`` in DPDK 22.11.
--
2.25.1
More information about the dev
mailing list