[v1,1/1] doc: release note update for the bbdev change

Message ID 20220922205833.41496-2-nicolas.chautru@intel.com (mailing list archive)
State Superseded, archived
Delegated to: akhil goyal
Headers
Series doc: release note update related to bbdev |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation fail Compilation issues
ci/iol-aarch64-compile-testing success Testing PASS
ci/iol-aarch64-unit-testing success Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-x86_64-unit-testing success Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/github-robot: build success github build: passed
ci/intel-Testing success Testing PASS

Commit Message

Chautru, Nicolas Sept. 22, 2022, 8:58 p.m. UTC
  To be squashed by Akhil.

Signed-off-by: Nic Chautru <nicolas.chautru@intel.com>
---
 doc/guides/rel_notes/release_22_11.rst | 8 ++++++++
 1 file changed, 8 insertions(+)
  

Patch

diff --git a/doc/guides/rel_notes/release_22_11.rst b/doc/guides/rel_notes/release_22_11.rst
index 8c021cf050..22c0f23e39 100644
--- a/doc/guides/rel_notes/release_22_11.rst
+++ b/doc/guides/rel_notes/release_22_11.rst
@@ -84,6 +84,14 @@  API Changes
    Also, make sure to start the actual text at the margin.
    =======================================================
 
+* bbdev: Added new operation for FFT processing with notably the new functions
+  ``rte_bbdev_enqueue_fft_ops`` and ``rte_bbdev_dequeue_fft_ops`` and related structures.
+
+* bbdev: Updated enums such as ``rte_bbdev_op_type`` to include padding and to allow for
+  futureproof enum insertion.
+
+* bbdev: Updated structures to allow for new parameters for device status, queue topology and
+  queue status being exposed using ``rte_bbdev_enqueue_status `` and ``rte_bbdev_device_status``.
 
 ABI Changes
 -----------