[PATCH v1 1/1] doc: announce change in bbdev api related to operation extension
Nicolas Chautru
nicolas.chautru at intel.com
Fri May 26 04:11:32 CEST 2023
Intent to extend the bbdev api in DPDK 23.11 for new optional
operations as well as addition of new members in existing
structure.
Signed-off-by: Nicolas Chautru <nicolas.chautru at intel.com>
---
doc/guides/rel_notes/deprecation.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 872847e938..6529d01186 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -135,3 +135,9 @@ Deprecation Notices
Its removal has been postponed to let potential users report interest
in maintaining it.
In the absence of such interest, this library will be removed in DPDK 23.11.
+
+* bbdev: Will extend the API to support the new operation type ``RTE_BBDEV_OP_MLDTS`` as per
+ this `v1 <https://patches.dpdk.org/project/dpdk/list/?series=28192>`. This will also introduce
+ new symbols for ``rte_bbdev_dequeue_mldts_ops``, ``rte_bbdev_enqueue_mldts_ops``,
+ ``rte_bbdev_mldts_op_alloc_bulk`` and ``rte_bbdev_mldts_op_free_bulk``. This will also extend
+ the API related to the FFT operation in ``rte_bbdev_op_fft``.
--
2.34.1
More information about the dev
mailing list