#
9fa6ebde |
| 07-Dec-2018 |
Kamil Chalupnik <kamilx.chalupnik@intel.com> |
bbdev: enhance offload cost test
Offload cost test was improved in order to collect more accurate results.
Signed-off-by: Kamil Chalupnik <kamilx.chalupnik@intel.com> Acked-by: Amr Mokhtar <amr.mok
bbdev: enhance offload cost test
Offload cost test was improved in order to collect more accurate results.
Signed-off-by: Kamil Chalupnik <kamilx.chalupnik@intel.com> Acked-by: Amr Mokhtar <amr.mokhtar@intel.com>
show more ...
|
#
b9cf7fe6 |
| 19-Jul-2018 |
Amr Mokhtar <amr.mokhtar@intel.com> |
baseband/turbo_sw: update for FlexRAN 1.6.0
Update BBDEV Turbo SW driver download/build instructions for FlexRAN 1.6.0 release
Signed-off-by: Amr Mokhtar <amr.mokhtar@intel.com>
|
#
f8e99896 |
| 18-Jun-2018 |
Thomas Monjalon <thomas@monjalon.net> |
remove useless constructor headers
A constructor is usually declared with RTE_INIT* macros. As it is a static function, no need to declare before its definition. The macro is used directly in the fu
remove useless constructor headers
A constructor is usually declared with RTE_INIT* macros. As it is a static function, no need to declare before its definition. The macro is used directly in the function definition.
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
show more ...
|
#
ccaa250c |
| 24-May-2018 |
Kamil Chalupnik <kamilx.chalupnik@intel.com> |
baseband/turbo_sw: shorten internal buffers names
Internal buffers names have been shortened to meet ring names size requirements after device name changed.
Fixes: 7ce00bf31bbe ("bbdev: change name
baseband/turbo_sw: shorten internal buffers names
Internal buffers names have been shortened to meet ring names size requirements after device name changed.
Fixes: 7ce00bf31bbe ("bbdev: change names of baseband devices")
Signed-off-by: Kamil Chalupnik <kamilx.chalupnik@intel.com> Acked-by: Amr Mokhtar <amr.mokhtar@intel.com>
show more ...
|
#
7ce00bf3 |
| 26-Apr-2018 |
Kamil Chalupnik <kamilx.chalupnik@intel.com> |
bbdev: change names of baseband devices
Change baseband device name: - from turbo_sw to baseband_turbo_sw - from bbdev_null to baseband_null To keep backwards compatibility the old names are still
bbdev: change names of baseband devices
Change baseband device name: - from turbo_sw to baseband_turbo_sw - from bbdev_null to baseband_null To keep backwards compatibility the old names are still valid
Signed-off-by: Kamil Chalupnik <kamilx.chalupnik@intel.com> Acked-by: Amr Mokhtar <amr.mokhtar@intel.com>
show more ...
|
#
58a695c6 |
| 09-May-2018 |
Kamil Chalupnik <kamilx.chalupnik@intel.com> |
bbdev: split queue groups
Splitting Queue Groups into UL/DL Groups in Turbo Software Driver. They are independent for Decode/Encode. Release note updated accordingly.
Signed-off-by: Kamil Chalupnik
bbdev: split queue groups
Splitting Queue Groups into UL/DL Groups in Turbo Software Driver. They are independent for Decode/Encode. Release note updated accordingly.
Signed-off-by: Kamil Chalupnik <kamilx.chalupnik@intel.com> Acked-by: Amr Mokhtar <amr.mokhtar@intel.com>
show more ...
|
#
864edd69 |
| 09-May-2018 |
Kamil Chalupnik <kamilx.chalupnik@intel.com> |
bbdev: measure offload cost
New test created to measure offload cost. Changes were introduced in API, turbo software driver and test application
Signed-off-by: Kamil Chalupnik <kamilx.chalupnik@int
bbdev: measure offload cost
New test created to measure offload cost. Changes were introduced in API, turbo software driver and test application
Signed-off-by: Kamil Chalupnik <kamilx.chalupnik@intel.com> Acked-by: Amr Mokhtar <amr.mokhtar@intel.com>
show more ...
|
#
795ae2df |
| 09-May-2018 |
Kamil Chalupnik <kamilx.chalupnik@intel.com> |
baseband/turbo_sw: support optional CRC overlap
Support for optional CRC overlap in decode processing implemented in Turbo Software driver
Signed-off-by: Kamil Chalupnik <kamilx.chalupnik@intel.com
baseband/turbo_sw: support optional CRC overlap
Support for optional CRC overlap in decode processing implemented in Turbo Software driver
Signed-off-by: Kamil Chalupnik <kamilx.chalupnik@intel.com> Acked-by: Amr Mokhtar <amr.mokhtar@intel.com>
show more ...
|
#
2efe2b43 |
| 09-May-2018 |
Kamil Chalupnik <kamilx.chalupnik@intel.com> |
baseband/turbo_sw: increase internal buffers
Sizes of the internal buffers used by decoding were increased due to problem with memory for large vectors
Signed-off-by: Kamil Chalupnik <kamilx.chalup
baseband/turbo_sw: increase internal buffers
Sizes of the internal buffers used by decoding were increased due to problem with memory for large vectors
Signed-off-by: Kamil Chalupnik <kamilx.chalupnik@intel.com> Acked-by: Amr Mokhtar <amr.mokhtar@intel.com>
show more ...
|
#
47d5a049 |
| 09-May-2018 |
Kamil Chalupnik <kamilx.chalupnik@intel.com> |
baseband/turbo_sw: scale likelihood ratio input
Update Turbo Software driver for Wireless Baseband Device: - function scaling input LLR values to specific range [-16, 16] added - new test vectors to
baseband/turbo_sw: scale likelihood ratio input
Update Turbo Software driver for Wireless Baseband Device: - function scaling input LLR values to specific range [-16, 16] added - new test vectors to check device capabilities added - release note updated accordingly
Signed-off-by: Kamil Chalupnik <kamilx.chalupnik@intel.com> Acked-by: Amr Mokhtar <amr.mokhtar@intel.com>
show more ...
|
#
6a1d032e |
| 09-May-2018 |
Kamil Chalupnik <kamilx.chalupnik@intel.com> |
baseband/turbo_sw: move macros to bbdev library
Signed-off-by: Kamil Chalupnik <kamilx.chalupnik@intel.com> Acked-by: Amr Mokhtar <amr.mokhtar@intel.com>
|
#
429d8d43 |
| 09-May-2018 |
Kamil Chalupnik <kamilx.chalupnik@intel.com> |
baseband/turbo_sw: optimize memory copy
Optimization of Turbo Software driver by limiting or changing usage of memory copying function.
Signed-off-by: Kamil Chalupnik <kamilx.chalupnik@intel.com> A
baseband/turbo_sw: optimize memory copy
Optimization of Turbo Software driver by limiting or changing usage of memory copying function.
Signed-off-by: Kamil Chalupnik <kamilx.chalupnik@intel.com> Acked-by: Amr Mokhtar <amr.mokhtar@intel.com>
show more ...
|
#
b15a4548 |
| 09-May-2018 |
Kamil Chalupnik <kamilx.chalupnik@intel.com> |
baseband/turbo_sw: support FlexRAN 1.4.0
Adjusting BaseBand drivers code to changes in FlexRAN 1.4.0: - update usage of crc functions after API changes
Update the documentation describing Wireless
baseband/turbo_sw: support FlexRAN 1.4.0
Adjusting BaseBand drivers code to changes in FlexRAN 1.4.0: - update usage of crc functions after API changes
Update the documentation describing Wireless Baseband Device: - FlexRAN releases mapping table added - download and build instructions for BBDEV turbo_sw driver in compliance with FlexRAN 1.4.0 release added
Signed-off-by: Kamil Chalupnik <kamilx.chalupnik@intel.com> Acked-by: Amr Mokhtar <amr.mokhtar@intel.com>
show more ...
|
#
1ef7e181 |
| 09-Mar-2018 |
Thomas Monjalon <thomas@monjalon.net> |
drivers: rename bbdev directory to baseband
The drivers directory contains some sub-directories for each kind of device (or bus, mem): net, crypto, event, raw They are not suffixed with "dev" becau
drivers: rename bbdev directory to baseband
The drivers directory contains some sub-directories for each kind of device (or bus, mem): net, crypto, event, raw They are not suffixed with "dev" because it is obvious.
For consistency, the sub-directory drivers/bbdev/ is renamed to drivers/baseband/.
Signed-off-by: Thomas Monjalon <thomas@monjalon.net> Acked-by: Amr Mokhtar <amr.mokhtar@intel.com>
show more ...
|