|
Revision tags: v22.03, v22.03-rc4, v22.03-rc3, v22.03-rc2, v22.03-rc1 |
|
| #
3c60274c |
| 26-Jan-2022 |
Jie Zhou <[email protected]> |
test: skip unsupported tests on Windows
Skip tests which are not yet supported for Windows: - The libraries that tests depend on are not enabled on Windows yet - The tests can compile but with issue
test: skip unsupported tests on Windows
Skip tests which are not yet supported for Windows: - The libraries that tests depend on are not enabled on Windows yet - The tests can compile but with issue still under investigation * test_func_reentrancy: Windows EAL has no protection against repeated calls. * test_lcores: Execution enters an infinite loops, requires investigation. * test_rcu_qsbr_perf: Execution hangs on Windows, requires investigation.
Signed-off-by: Jie Zhou <[email protected]> Signed-off-by: Dmitry Kozlyuk <[email protected]> Acked-by: Tyler Retzlaff <[email protected]>
show more ...
|
|
Revision tags: v21.11, v21.11-rc4, v21.11-rc3, v21.11-rc2, v21.11-rc1, 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, v20.11-rc1 |
|
| #
ca32fa67 |
| 25-Aug-2020 |
Pavan Nikhilesh <[email protected]> |
trace: add size_t as generic trace point
Add size_t as a generic trace point. Also, update test_generic_trace_point() to validate size_t emitter.
Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvel
trace: add size_t as generic trace point
Add size_t as a generic trace point. Also, update test_generic_trace_point() to validate size_t emitter.
Signed-off-by: Pavan Nikhilesh <[email protected]> Acked-by: Sunil Kumar Kori <[email protected]>
show more ...
|
|
Revision tags: v20.08, v20.08-rc4, v20.08-rc3, v20.08-rc2, v20.08-rc1, v20.05, v20.05-rc4, v20.05-rc3, v20.05-rc2, v20.05-rc1 |
|
| #
9247e71d |
| 22-Apr-2020 |
Sunil Kumar Kori <[email protected]> |
test/trace: add functional test cases
Example commands to run UT and check the traces with babeltrace viewer.
- Delete the existing /root/dpdk-traces/ directory if needed. > sudo rm -rf /root/dpdk-
test/trace: add functional test cases
Example commands to run UT and check the traces with babeltrace viewer.
- Delete the existing /root/dpdk-traces/ directory if needed. > sudo rm -rf /root/dpdk-traces/
- Start the dpdk-test > sudo ./build/app/test/dpdk-test -c 0x3 - --trace=.*
- Run trace_autotest > trace_autotest
- View the traces with babletrace viewer. > sudo babeltrace /root/dpdk-traces/
Signed-off-by: Sunil Kumar Kori <[email protected]> Acked-by: David Marchand <[email protected]>
show more ...
|