|
Revision tags: v22.03, v22.03-rc4, v22.03-rc3, v22.03-rc2, v22.03-rc1, v21.11, v21.11-rc4, v21.11-rc3, v21.11-rc2, v21.11-rc1 |
|
| #
441ac2e0 |
| 17-Oct-2021 |
Nipun Gupta <[email protected]> |
app/bbdev: handle endianness of test data
With data input, output and harq also supported in big endian format, this patch updates the testbbdev application to handle the endianness conversion as di
app/bbdev: handle endianness of test data
With data input, output and harq also supported in big endian format, this patch updates the testbbdev application to handle the endianness conversion as directed by the the driver being used.
The test vectors assumes the data in the little endian order, and thus if the driver supports big endian data processing, conversion from little endian to big is handled by the testbbdev application.
Signed-off-by: Nipun Gupta <[email protected]> Acked-by: Akhil Goyal <[email protected]> Acked-by: Nicolas Chautru <[email protected]>
show more ...
|
|
Revision tags: v21.08, v21.08-rc4, v21.08-rc3, v21.08-rc2, v21.08-rc1, v21.05, v21.05-rc4, v21.05-rc3, v21.05-rc2, v21.05-rc1, v21.02, v21.02-rc4, v21.02-rc3, v21.02-rc2, v21.02-rc1, v20.11, v20.11-rc5, v20.11-rc4, v20.11-rc3, v20.11-rc2 |
|
| #
95fcf7bf |
| 21-Oct-2020 |
Ciara Power <[email protected]> |
doc: remove reference to make from tools guide
Make is no longer supported for compiling DPDK, references are now removed in the documentation.
Signed-off-by: Ciara Power <[email protected]> Re
doc: remove reference to make from tools guide
Make is no longer supported for compiling DPDK, references are now removed in the documentation.
Signed-off-by: Ciara Power <[email protected]> Reviewed-by: Kevin Laatz <[email protected]> Acked-by: Nicolas Chautru <[email protected]>
show more ...
|
|
Revision tags: v20.11-rc1 |
|
| #
b1df4163 |
| 02-Oct-2020 |
Robin Jarry <[email protected]> |
doc: remove references to python 2
Python 2 support has now been dropped. Remove references to it in the documentation.
Since all python scripts now have a proper shebang that calls python3, execut
doc: remove references to python 2
Python 2 support has now been dropped. Remove references to it in the documentation.
Since all python scripts now have a proper shebang that calls python3, execute the scripts directly without specifying the interpreter.
Sphinx version from most Linux distros is OK in 2020, do not encourage people to break their system by installing with pip. Use the distros official packages.
Signed-off-by: Robin Jarry <[email protected]> Acked-by: Bruce Richardson <[email protected]> Acked-by: Kevin Laatz <[email protected]>
show more ...
|
|
Revision tags: v20.08, v20.08-rc4, v20.08-rc3, v20.08-rc2, v20.08-rc1 |
|
| #
d9f94a92 |
| 16-Jun-2020 |
Sarosh Arif <[email protected]> |
doc: fix typo in bbdev test guide
fixed typing error in doc/guides/tools/testbbdev.rst
Fixes: f714a18885a6 ("app/testbbdev: add test application for bbdev") Cc: [email protected]
Signed-off-by: Saro
doc: fix typo in bbdev test guide
fixed typing error in doc/guides/tools/testbbdev.rst
Fixes: f714a18885a6 ("app/testbbdev: add test application for bbdev") Cc: [email protected]
Signed-off-by: Sarosh Arif <[email protected]> Acked-by: Nicolas Chautru <[email protected]>
show more ...
|
|
Revision tags: v20.05, v20.05-rc4, v20.05-rc3, v20.05-rc2, v20.05-rc1 |
|
| #
d793a6f4 |
| 26-Mar-2020 |
Nicolas Chautru <[email protected]> |
app/bbdev: update test vectors
Modification to vectors parameters used for unit test for coverage and performance test of bbdev drivers across all devices. Updating and reducing list for focused cov
app/bbdev: update test vectors
Modification to vectors parameters used for unit test for coverage and performance test of bbdev drivers across all devices. Updating and reducing list for focused coverage on relevant code blocks for 4G and 5G. Less focus on 4G TB mode as there is some question how to best support this with mbuf limitations and if effect are not used. Removing scenarios with negative LLR assumptions which are not used with any PMDs and historical only.
Signed-off-by: Nicolas Chautru <[email protected]> Acked-by: Dave Burley <[email protected]> Acked-by: Akhil Goyal <[email protected]>
show more ...
|
| #
f41c6e4d |
| 26-Mar-2020 |
Nicolas Chautru <[email protected]> |
app/bbdev: add performance tests
Includes support for BLER (Block Error Rate) wireless performance test with new arguments for SNR and number of iterations for 5G. This generates LLRs for a given SN
app/bbdev: add performance tests
Includes support for BLER (Block Error Rate) wireless performance test with new arguments for SNR and number of iterations for 5G. This generates LLRs for a given SNR level then measures the ratio of code blocks being successfully decoded or not.
Signed-off-by: Nicolas Chautru <[email protected]> Acked-by: Dave Burley <[email protected]> Acked-by: Akhil Goyal <[email protected]>
show more ...
|
|
Revision tags: v20.02, v20.02-rc4, v20.02-rc3, v20.02-rc2, v20.02-rc1, v19.11, v19.11-rc4, v19.11-rc3, v19.11-rc2, v19.11-rc1 |
|
| #
43628b3d |
| 08-Oct-2019 |
David Marchand <[email protected]> |
doc: fix internal links for older releases
Using external explicit references to http://doc.dpdk.org makes older releases documentation point to the current master documentation pages. Switch to int
doc: fix internal links for older releases
Using external explicit references to http://doc.dpdk.org makes older releases documentation point to the current master documentation pages. Switch to internal references.
Fixes: 59ad25fe2184 ("doc: add overview of qat guide") Fixes: 30e7fbd62839 ("doc: add event timer adapter guide") Fixes: b7f859c9a9a5 ("doc: add switch representation documentation") Fixes: f714a18885a6 ("app/testbbdev: add test application for bbdev") Cc: [email protected]
Signed-off-by: David Marchand <[email protected]> Acked-by: Stephen Hemminger <[email protected]>
show more ...
|
|
Revision tags: v19.08, v19.08-rc4, v19.08-rc3, v19.08-rc2, v19.08-rc1, v19.05, v19.05-rc4, v19.05-rc3 |
|
| #
d629b7b5 |
| 26-Apr-2019 |
John McNamara <[email protected]> |
doc: fix spelling reported by aspell in guides
Fix spelling errors in the guide docs.
Signed-off-by: John McNamara <[email protected]> Acked-by: Rami Rosen <[email protected]>
|
|
Revision tags: v19.05-rc2 |
|
| #
c5e2e085 |
| 15-Apr-2019 |
Thomas Monjalon <[email protected]> |
doc: fix heading levels in bbdev test guide
The section "Test Vector files" should not be at the same level as the main title "dpdk-test-bbdev Application".
Fixes: f714a18885a6 ("app/testbbdev: add
doc: fix heading levels in bbdev test guide
The section "Test Vector files" should not be at the same level as the main title "dpdk-test-bbdev Application".
Fixes: f714a18885a6 ("app/testbbdev: add test application for bbdev") Cc: [email protected]
Signed-off-by: Thomas Monjalon <[email protected]> Acked-by: John McNamara <[email protected]>
show more ...
|
|
Revision tags: v19.05-rc1 |
|
| #
218c4e68 |
| 06-Mar-2019 |
Bruce Richardson <[email protected]> |
mk: use linux and freebsd in config names
Rather than using linuxapp and bsdapp everywhere, we can change things to use the, more readable, terms "linux" and "freebsd" in our build configs. Rather t
mk: use linux and freebsd in config names
Rather than using linuxapp and bsdapp everywhere, we can change things to use the, more readable, terms "linux" and "freebsd" in our build configs. Rather than renaming the configs we can just duplicate the existing ones with the new names using symlinks, and use the new names exclusively internally. ["make showconfigs" also only shows the new names to keep the list short] The result is that backward compatibility is kept fully but any new builds or development can be done using the newer names, i.e. both "make config T=x86_64-native-linuxapp-gcc" and "T=x86_64-native-linux-gcc" work.
Signed-off-by: Bruce Richardson <[email protected]>
show more ...
|
|
Revision tags: v19.02, v19.02-rc4, v19.02-rc3, v19.02-rc2, v19.02-rc1, v18.11 |
|
| #
43d162bc |
| 26-Nov-2018 |
Thomas Monjalon <[email protected]> |
fix dpdk.org URLs
The DPDK website has a new URL scheme since June 2018.
Cc: [email protected]
Signed-off-by: Thomas Monjalon <[email protected]> Acked-by: John McNamara <[email protected]>
|
|
Revision tags: v18.11-rc5, v18.11-rc4, v18.11-rc3, v18.11-rc2, v18.11-rc1, v18.08, v18.08-rc3, v18.08-rc2, v18.08-rc1, v18.05, v18.05-rc6, v18.05-rc5, v18.05-rc4, v18.05-rc3, v18.05-rc2, v18.05-rc1 |
|
| #
7ce00bf3 |
| 26-Apr-2018 |
Kamil Chalupnik <[email protected]> |
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 <[email protected]> Acked-by: Amr Mokhtar <[email protected]>
show more ...
|
| #
8723590e |
| 09-May-2018 |
Kamil Chalupnik <[email protected]> |
doc: update bbdev test app guide
Update the test app documentation: - description of tests added - usage of test app updated
Signed-off-by: Kamil Chalupnik <[email protected]> Acked-by: Am
doc: update bbdev test app guide
Update the test app documentation: - description of tests added - usage of test app updated
Signed-off-by: Kamil Chalupnik <[email protected]> Acked-by: Amr Mokhtar <[email protected]>
show more ...
|
| #
43b767f6 |
| 09-May-2018 |
Kamil Chalupnik <[email protected]> |
app/bbdev: add new test vectors
Creation of new vectors to test and validate BBDevice capabilities Test app documentation updated accordingly
Signed-off-by: Kamil Chalupnik <kamilx.chalupnik@intel.
app/bbdev: add new test vectors
Creation of new vectors to test and validate BBDevice capabilities Test app documentation updated accordingly
Signed-off-by: Kamil Chalupnik <[email protected]> Acked-by: Amr Mokhtar <[email protected]>
show more ...
|
| #
ae828b8c |
| 09-May-2018 |
Kamil Chalupnik <[email protected]> |
app/bbdev: update default test vectors
Update test vectors directory for Wireless Baseband Device: - update test vectors names - python script used for tests execution updated
Update the test app d
app/bbdev: update default test vectors
Update test vectors directory for Wireless Baseband Device: - update test vectors names - python script used for tests execution updated
Update the test app documentation: - vector test names updated
Signed-off-by: Kamil Chalupnik <[email protected]> Acked-by: Amr Mokhtar <[email protected]>
show more ...
|
| #
47d5a049 |
| 09-May-2018 |
Kamil Chalupnik <[email protected]> |
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 <[email protected]> Acked-by: Amr Mokhtar <[email protected]>
show more ...
|
|
Revision tags: v18.02, v18.02-rc4, v18.02-rc3, v18.02-rc2 |
|
| #
79190174 |
| 24-Jan-2018 |
Marko Kovacevic <[email protected]> |
doc: fix build of bbdev test guide
Fix build issue with pdf guides. Some indentations in the bbdev test application doc were causing build failures. Latex Log message: doc.log:! LaTeX Error: T
doc: fix build of bbdev test guide
Fix build issue with pdf guides. Some indentations in the bbdev test application doc were causing build failures. Latex Log message: doc.log:! LaTeX Error: Too deeply nested. Fixes: f714a18885a6 ("app/testbbdev: add test application for bbdev")
Signed-off-by: Marko Kovacevic <[email protected]> Tested-by: Bruce Richardson <[email protected]> Acked-by: Bruce Richardson <[email protected]>
show more ...
|
|
Revision tags: v18.02-rc1 |
|
| #
f714a188 |
| 11-Jan-2018 |
Amr Mokhtar <[email protected]> |
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 <[email protected]>
show more ...
|