[v1,1/2] doc: update bbdev documentation
Checks
Commit Message
Correcting the scope of supported bbdev operations.
Signed-off-by: Nicolas Chautru <nicolas.chautru@intel.com>
---
doc/guides/prog_guide/bbdev.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Comments
On 2/28/25 5:50 PM, Nicolas Chautru wrote:
> Correcting the scope of supported bbdev operations.
>
> Signed-off-by: Nicolas Chautru <nicolas.chautru@intel.com>
> ---
> doc/guides/prog_guide/bbdev.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/guides/prog_guide/bbdev.rst b/doc/guides/prog_guide/bbdev.rst
> index e3f356450b..f0fbb0c1c0 100644
> --- a/doc/guides/prog_guide/bbdev.rst
> +++ b/doc/guides/prog_guide/bbdev.rst
> @@ -13,7 +13,7 @@ optimized libraries to appear as virtual bbdev devices.
> The functional scope of the BBDEV library are those functions in relation to
> the 3GPP Layer 1 signal processing (channel coding, modulation, ...).
>
> -The framework currently only supports FEC function.
> +The framework currently supports FEC functions (5G/4G Encoder/Decoder), as well as FFT and MLD-TS.
>
>
> Design Principles
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Thanks,
Maxime
@@ -13,7 +13,7 @@ optimized libraries to appear as virtual bbdev devices.
The functional scope of the BBDEV library are those functions in relation to
the 3GPP Layer 1 signal processing (channel coding, modulation, ...).
-The framework currently only supports FEC function.
+The framework currently supports FEC functions (5G/4G Encoder/Decoder), as well as FFT and MLD-TS.
Design Principles