mbox series

[v3,0/6] bbdev update related to CRC usage

Message ID 1631063741-28631-1-git-send-email-nicolas.chautru@intel.com (mailing list archive)
Headers
Series bbdev update related to CRC usage |

Message

Chautru, Nicolas Sept. 8, 2021, 1:15 a.m. UTC
  v3: 2 updates based on review comment by tom rix, thanks
v2: typo missed in documentation. 
Capturing in this serie minor change to bbdev to support a more 
comprehensive set of options for CRC used for 4G and 5G (exposed as 
optional capabilities).
This also includes clarifications in documention and minor update to log print.

Nicolas Chautru (6):
  bbdev: add capability for CRC16 check
  baseband/turbo_sw: add support for CRC16
  bbdev: add capability for 4G CB CRC DROP
  baseband/acc100: add support for 4G CRC drop
  doc: clarification of usage of HARQ in bbdev doc
  bbdev: reduce warning level for one scenario

 app/test-bbdev/test_bbdev_vector.c               |  4 +++
 doc/guides/bbdevs/acc100.rst                     |  1 +
 doc/guides/prog_guide/bbdev.rst                  | 26 ++++++++++++++++
 doc/guides/rel_notes/release_21_11.rst           |  8 +++++
 drivers/baseband/acc100/rte_acc100_pmd.c         | 12 ++++++--
 drivers/baseband/turbo_sw/bbdev_turbo_software.c | 16 ++++++++++
 lib/bbdev/rte_bbdev.c                            |  7 +++--
 lib/bbdev/rte_bbdev_op.h                         | 39 +++++++++++++-----------
 8 files changed, 90 insertions(+), 23 deletions(-)