#
591d38cc |
| 01-Jul-2024 |
Nicolas Chautru <nicolas.chautru@intel.com> |
bbdev: add k0 parameter for LDPC decoder
In latest 3GPP 38.212, the k0 value is not necessarily directly derived from rv_index, in that case a value can be provided in API. When this value is non nu
bbdev: add k0 parameter for LDPC decoder
In latest 3GPP 38.212, the k0 value is not necessarily 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 <nicolas.chautru@intel.com> Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
show more ...
|
#
a2ea86cb |
| 24-Jun-2024 |
Hernan Vargas <hernan.vargas@intel.com> |
app/bbdev: check assumptions on FFT window
Add check for FFT window width.
Signed-off-by: Hernan Vargas <hernan.vargas@intel.com> Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
|
#
95f192a4 |
| 03-Nov-2023 |
Hernan Vargas <hernan.vargas@intel.com> |
test/bbdev: add MLD cases
Adding test-bbdev support for the MLD-TS processing specific to the VRB2 variant.
Signed-off-by: Hernan Vargas <hernan.vargas@intel.com> Reviewed-by: Maxime Coquelin <maxi
test/bbdev: add MLD cases
Adding test-bbdev support for the MLD-TS processing specific to the VRB2 variant.
Signed-off-by: Hernan Vargas <hernan.vargas@intel.com> Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
show more ...
|
#
31fab7b4 |
| 02-Mar-2023 |
Hernan Vargas <hernan.vargas@intel.com> |
test/bbdev: remove max iteration from vectors
Remove iter_max from test vectors as this value is passed as an argument to the test. No functional impact.
Signed-off-by: Hernan Vargas <hernan.vargas
test/bbdev: remove max iteration from vectors
Remove iter_max from test vectors as this value is passed as an argument to the test. No functional impact.
Signed-off-by: Hernan Vargas <hernan.vargas@intel.com> Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
show more ...
|
#
0acdb986 |
| 14-Oct-2022 |
Nicolas Chautru <nicolas.chautru@intel.com> |
test/bbdev: add FFT operations cases
Added support for bbdev level unit test for the FFT operations and for Soft-Output options. Also added 2 small test vectors for the FFT operation.
Signed-off-by
test/bbdev: add FFT operations cases
Added support for bbdev level unit test for the FFT operations and for Soft-Output options. Also added 2 small test vectors for the FFT operation.
Signed-off-by: Nicolas Chautru <nicolas.chautru@intel.com> Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
show more ...
|
#
d819c083 |
| 03-Jul-2019 |
Nicolas Chautru <nicolas.chautru@intel.com> |
app/bbdev: update for 5GNR
Extending test framework for FEC 5GNR operations for UT verification and profiling.
Signed-off-by: Nicolas Chautru <nicolas.chautru@intel.com> Acked-by: Amr Mokhtar <amr.
app/bbdev: update for 5GNR
Extending test framework for FEC 5GNR operations for UT verification and profiling.
Signed-off-by: Nicolas Chautru <nicolas.chautru@intel.com> Acked-by: Amr Mokhtar <amr.mokhtar@intel.com>
show more ...
|
#
c4b0d663 |
| 03-Jul-2019 |
Nicolas Chautru <nicolas.chautru@intel.com> |
bbdev: rename non-generic LTE specific structure
Renaming of the enums and structure which were LTE specific to allow for extension and support for 5GNR operations.
Signed-off-by: Nicolas Chautru <
bbdev: rename non-generic LTE specific structure
Renaming of the enums and structure which were LTE specific to allow for extension and support for 5GNR operations.
Signed-off-by: Nicolas Chautru <nicolas.chautru@intel.com> Acked-by: Amr Mokhtar <amr.mokhtar@intel.com>
show more ...
|
#
f714a188 |
| 11-Jan-2018 |
Amr Mokhtar <amr.mokhtar@intel.com> |
app/testbbdev: add test application for bbdev
- full test suite for bbdev - test App works seamlessly on all PMDs registered with bbdev framework - a python script is provided to make our life easi
app/testbbdev: add test application for bbdev
- full test suite for bbdev - test App works seamlessly on all PMDs registered with bbdev framework - a python script is provided to make our life easier - supports execution of tests by parsing Test Vector files - test Vectors can be added/deleted/modified with no need for re-compilation - various tests can be executed: (a) Throughput test (b) Offload latency test (c) Operation latency test (d) Validation test (c) Sanity checks
Signed-off-by: Amr Mokhtar <amr.mokhtar@intel.com>
show more ...
|