[dpdk-dev] [PATCH v3] BBDEV: add LDPC op parameters and flags to support CBGT

Akhil Goyal akhil.goyal at nxp.com
Thu Nov 12 22:13:53 CET 2020


> This commit adds support to BBDEV for LDPC Code Block Group Transmission
> (CBGT) as defined in 3GPP TS 38.214. The following changes facilitate this:
> - add RTE_BBDEV_LDPC_[ENC/DEC]_CBGT feature flag
> - add CBGT input parameters to LDPC encode transport block op structure
> - add CBGT input and output parameters to LDPC decode transport block op
> - add support for reading these parameters from test vector files
> - add sanity tests for RTE_BBDEV_LDPC_[ENC/DEC]_CBGT flag in test vector
> - update user guide with the flags and parameters
> 
> CBGT parameters are only required when the
> RTE_BBDEV_LDPC_[ENC/DEC]_CBGT
> op flag is specified.
> 
> Reported-by: Rob Maunder <rob.maunder at accelercomm.com>
> Signed-off-by: Aidan Goddard <aidan.goddard at accelercomm.com>
> Acked-by: Dave Burley <dave.burley at accelercomm.com>
> ---
>  app/test-bbdev/test_bbdev_vector.c | 46 +++++++++++++++++++---
>  app/test-bbdev/test_bbdev_vector.h |  3 ++
>  doc/guides/prog_guide/bbdev.rst    | 29 ++++++++++++++
>  lib/librte_bbdev/rte_bbdev_op.h    | 80
> +++++++++++++++++++++++++++++++++++++-
>  4 files changed, 151 insertions(+), 7 deletions(-)
> 
I believe this patch is for next release.



More information about the dev mailing list