[PATCH v3] doc: announce changes in bbdev related to enum extension

2022-06-08 Thread Nicolas Chautru
Intent to resolve in DPDK 22.11 historical usage which prevents graceful extension of enum and API without troublesome ABI breakage as well as extending API RTE_BBDEV_OP_FFT for new operation type in bbdev as well as other new members in existing structures. Signed-off-by: Nicolas Chautru --- do

[PATCH v3] doc: announce changes in bbdev related to enum extension

2022-06-08 Thread Nicolas Chautru
v3: being more explicit wrt the list of intended changes for 22.11 v2: indentation fix Realizing when submitting new bbdev operation in this patch (https://patchwork.dpdk.org/project/dpdk/list/?series=22111) that this is not workable in practice to extend this API into 22.07 without fundamental A