mbox

[v1,0/9] baseband/acc: VRB PMD fixes

Message ID 20230209221929.265059-1-nicolas.chautru@intel.com (mailing list archive)
Headers

Message

Chautru, Nicolas Feb. 9, 2023, 10:19 p.m. UTC
  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(-)