#
2ce6cb49 |
| 24-Jun-2024 |
Hernan Vargas <hernan.vargas@intel.com> |
app/bbdev: improve timeout message format
Print more info and format message for test timeouts. No functional impact.
Signed-off-by: Hernan Vargas <hernan.vargas@intel.com> Reviewed-by: Maxime Coqu
app/bbdev: improve timeout message format
Print more info and format message for test timeouts. No functional impact.
Signed-off-by: Hernan Vargas <hernan.vargas@intel.com> Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
show more ...
|
#
7e655a88 |
| 24-Jun-2024 |
Hernan Vargas <hernan.vargas@intel.com> |
app/bbdev: change iter-max argument
-t --iter-max used for max number of iterations. -T --timeout used for test timeout value.
Signed-off-by: Hernan Vargas <hernan.vargas@intel.com> Reviewed-by: Ma
app/bbdev: change iter-max argument
-t --iter-max used for max number of iterations. -T --timeout used for test timeout value.
Signed-off-by: Hernan Vargas <hernan.vargas@intel.com> Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
show more ...
|
#
e49b23dd |
| 03-Nov-2023 |
Nicolas Chautru <nicolas.chautru@intel.com> |
test/bbdev: update Python script parameters
Update the timeout argument and default values. Update EAL help message and default value. Add iter_max and snr arguments. Until next release we keep -t a
test/bbdev: update Python script parameters
Update the timeout argument and default values. Update EAL help message and default value. Add iter_max and snr arguments. Until next release we keep -t as a possible command-line argument for time-out, until -t becomes the argument for iter-max so that to match the binary command-line argument.
Signed-off-by: Nicolas Chautru <nicolas.chautru@intel.com> Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
show more ...
|
#
262c9d13 |
| 03-Nov-2023 |
Hernan Vargas <hernan.vargas@intel.com> |
test/bbdev: fix Python script subprocess
test-bbdev.py relying on non-recommended subprocess Popen. This can lead to instabilities where the process cannot be stopped with a sig TERM. Use subprocess
test/bbdev: fix Python script subprocess
test-bbdev.py relying on non-recommended subprocess Popen. This can lead to instabilities where the process cannot be stopped with a sig TERM. Use subprocess run with proper timeout argument.
Fixes: f714a18885a6 ("app/testbbdev: add test application for bbdev") Cc: stable@dpdk.org
Signed-off-by: Hernan Vargas <hernan.vargas@intel.com> Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
show more ...
|
#
3f6f8362 |
| 30-Sep-2020 |
Louise Kilheeney <louise.kilheeney@intel.com> |
support python 3 only
Changed scripts to explicitly use Python 3 only, to avoid maintaining Python 2. Removed deprecation notices.
Signed-off-by: Louise Kilheeney <louise.kilheeney@intel.com> Signe
support python 3 only
Changed scripts to explicitly use Python 3 only, to avoid maintaining Python 2. Removed deprecation notices.
Signed-off-by: Louise Kilheeney <louise.kilheeney@intel.com> Signed-off-by: Kevin Laatz <kevin.laatz@intel.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Robin Jarry <robin.jarry@6wind.com> Acked-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Ray Kinsella <mdr@ashroe.eu>
show more ...
|
#
c2c92c5d |
| 21-Sep-2020 |
Ciara Power <ciara.power@intel.com> |
app: remove references to make-based config
Make is no longer supported, RTE_SDK, RTE_TARGET and CONFIG options are no longer in use.
Signed-off-by: Ciara Power <ciara.power@intel.com> Reviewed-by:
app: remove references to make-based config
Make is no longer supported, RTE_SDK, RTE_TARGET and CONFIG options are no longer in use.
Signed-off-by: Ciara Power <ciara.power@intel.com> Reviewed-by: Kevin Laatz <kevin.laatz@intel.com> Acked-by: Nicolas Chautru <nicolas.chautru@intel.com>
show more ...
|
#
ea0dceba |
| 10-Jul-2020 |
Louise Kilheeney <louise.kilheeney@intel.com> |
add python2 deprecation notice
Prepare for python2 removal in 20.11.
Signed-off-by: Louise Kilheeney <louise.kilheeney@intel.com> Acked-by: Neil Horman <nhorman@tuxdriver.com> Acked-by: Nicolas Cha
add python2 deprecation notice
Prepare for python2 removal in 20.11.
Signed-off-by: Louise Kilheeney <louise.kilheeney@intel.com> Acked-by: Neil Horman <nhorman@tuxdriver.com> Acked-by: Nicolas Chautru <nicolas.chautru@intel.com>
show more ...
|
#
c3fabbe9 |
| 10-Jul-2020 |
Louise Kilheeney <louise.kilheeney@intel.com> |
app/bbdev: support python3
Use of the print function required for python3 compatibility.
Signed-off-by: Louise Kilheeney <louise.kilheeney@intel.com> Acked-by: Nicolas Chautru <nicolas.chautru@inte
app/bbdev: support python3
Use of the print function required for python3 compatibility.
Signed-off-by: Louise Kilheeney <louise.kilheeney@intel.com> Acked-by: Nicolas Chautru <nicolas.chautru@intel.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 ...
|
#
218c4e68 |
| 06-Mar-2019 |
Bruce Richardson <bruce.richardson@intel.com> |
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 <bruce.richardson@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 ...
|
#
ae828b8c |
| 09-May-2018 |
Kamil Chalupnik <kamilx.chalupnik@intel.com> |
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 <kamilx.chalupnik@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 ...
|