Re: [PATCH v1 1/3] bbdev: new k0 parameter for LDPC decoder operation

2024-08-29 Thread Maxime Coquelin
Hi, On 7/1/24 23:27, Nicolas Chautru wrote: In latest 3GPP 38.212, the k0 value is not necessaraly directly necessarily* derived from rv_index, in that case a value can be provided in API. When this value is non null this would override the value which would be computed purely from rv_index.

[PATCH v1 1/3] bbdev: new k0 parameter for LDPC decoder operation

2024-07-01 Thread Nicolas Chautru
In latest 3GPP 38.212, the k0 value is not necessaraly directly derived from rv_index, in that case a value can be provided in API. When this value is non null this would override the value which would be computed purely from rv_index. Signed-off-by: Nicolas Chautru --- doc/guides/prog_guide/bbd