dpdk-fm10k/app
Viacheslav Ovsiienko 5ce13f1acd app/testpmd: fix timestamp init in txonly mode
The testpmd application forwards data in multiple threads.
In the txonly mode the Tx timestamps must be initialized
on per thread basis to provide phase shift for the packet
burst being sent. This per thread initialization was performed
on zero value of the variable in thread local storage and
happened only once after testpmd forwarding start. Executing
"start" and "stop" commands did not cause thread local variables
zeroing and wrong timestamp values were used.

Fixes: 4940344dab ("app/testpmd: add Tx scheduling command")

Signed-off-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
Reviewed-by: Phil Yang <phil.yang@arm.com>
2020-07-30 00:41:24 +02:00
..
pdump app: fix usage help of options separated by dashes 2020-04-25 21:56:18 +02:00
proc-info app/procinfo: use strlcpy for copying string 2019-10-27 11:33:24 +01:00
test test/cycles: restore default delay callback 2020-07-27 16:42:19 +02:00
test-acl app: fix usage help of options separated by dashes 2020-04-25 21:56:18 +02:00
test-bbdev add python2 deprecation notice 2020-07-21 22:58:18 +02:00
test-cmdline add python2 deprecation notice 2020-07-21 22:58:18 +02:00
test-compress-perf build: disable experimental API check internally 2020-04-14 16:22:34 +02:00
test-crypto-perf app/crypto-perf: support security protocol in PMDCC mode 2020-07-28 22:09:22 +02:00
test-eventdev app/eventdev: fix capability check in pipeline ATQ test 2020-07-24 07:22:41 +02:00
test-fib app/fib: fix parsing of invalid line 2020-05-19 19:25:30 +02:00
test-flow-perf app/flow-perf: fix typo in usage help 2020-07-19 15:14:50 +02:00
test-pipeline replace unused attributes 2020-04-16 18:30:58 +02:00
test-pmd app/testpmd: fix timestamp init in txonly mode 2020-07-30 00:41:24 +02:00
test-regex app/regex: add RegEx test application 2020-07-30 09:13:52 +02:00
test-sad build: disable experimental API check internally 2020-04-14 16:22:34 +02:00
Makefile app/regex: add RegEx test application 2020-07-30 09:13:52 +02:00
meson.build app/regex: add RegEx test application 2020-07-30 09:13:52 +02:00