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

2021-01-11 Thread Akhil Goyal
Hi Aidan, > > Hi Aidan, > > Some general comments first as I see that this is a first DPDK contribution. > I suggest to add cover-later to provide more context for the serie > and incremental changes between patch versions (see > https://doc.dpdk.org/guides/contributing/patches.html. > When do yo

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

2020-11-13 Thread Chautru, Nicolas
Hi Aidan, Some general comments first as I see that this is a first DPDK contribution. I suggest to add cover-later to provide more context for the serie and incremental changes between patch versions (see https://doc.dpdk.org/guides/contributing/patches.html). When do you plan on of providing a

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

2020-11-12 Thread Akhil Goyal
> 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 an

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

2020-11-05 Thread Aidan Goddard
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 p