Hi, Series of mainly fixes for corner-cases and protection in the VRB PMD. The last 2 commits are not fixes but add support for missing minor capability, as well as a request to remove printf from code (function called from bbdev-test).
Thanks Nic Nicolas Chautru (9): baseband/acc: protection for TB negative scenario baseband/acc: add support for 4GUL with SO and TB baseband/acc: remove interrupt support on VRB1 baseband/acc: add explicit mbuf apend for soft output baseband/acc: prevent to dequeue more than requested baseband/acc: fix iteration counter in TB mode baseband/acc: fix potential arithmetic overflow Fix potential issue of overflow causing coverity warning. baseband/acc: add support for 4GUL CRC drop in VRB PMD baseband/acc: remove printf from PMD function drivers/baseband/acc/rte_acc100_pmd.c | 18 ++--- drivers/baseband/acc/rte_vrb_pmd.c | 103 ++++++++++++++++++-------- drivers/baseband/acc/vrb_pmd.h | 1 + 3 files changed, 84 insertions(+), 38 deletions(-) -- 2.34.1