v13: Leftover commit 16 from the acc200 series (introduced in v10). Updated the commit message and documentation incl. rel notes and bbdev-test one suggested by Maxime. Modification of vector used. Thanks. v12: Rebase between commits notably to avoid interim build issue and test vector format issue raised by Akhil. Thanks. v11: Fixed clang compilation error introduced in v10 16/16. Thanks v10: Update of patch 13 to expose a single configuration API for the ACC devices. New commit 15 to refactor PMD code using helper functions for the descriptor index management and improve readability. New commit 16 to extend bbdev-test capability to support new operations and capabilities in the new PMD. Formatting fixes. Note that the checkpatch warning are False-Alarms. Thanks v9: I had missed a compilation error in debug mode. v8: Rebased to latest and fixed related compilation error. Added acc200.ini and updated rel_notes. Formatting improvement in comments, docs and commit message. v7: Additional update in commits 9,10,11 based on review from Maxime. v5/v6:Updates based on Maxime reviews of v4/v5. Thanks. v4: Rebase suggested by Maxime to split first commit and update the order within the series. No functional change. v3: Putting together ACC100 and ACC200 PMDs in common acc directory based on previous discussion on v2. v2: Includes now code refactory to have common structures and code reused with the parallel ACC1XX serie PMD which can be shared moving forward. v1: This is targeting 22.11 and includes the PMD for the new serie integrated accelerator on Intel Xeon SPR-EEC.
Nic Chautru (1): test-bbdev: unit test extension including for FFT app/test-bbdev/test_bbdev_perf.c | 540 +++++++++++- app/test-bbdev/test_bbdev_vector.c | 182 ++++ app/test-bbdev/test_bbdev_vector.h | 1 + app/test-bbdev/test_vectors/fft_9.data | 870 ++++++++++++++++++++ app/test-bbdev/test_vectors/fft_byp_28.data | 102 +++ doc/guides/rel_notes/release_22_11.rst | 6 + doc/guides/tools/testbbdev.rst | 133 +++ 7 files changed, 1817 insertions(+), 17 deletions(-) create mode 100644 app/test-bbdev/test_vectors/fft_9.data create mode 100644 app/test-bbdev/test_vectors/fft_byp_28.data -- 2.37.1