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