Re: [dpdk-dev] [PATCH v2] test/cycles: restore original delay function

2020-07-27 Thread David Marchand
On Mon, Jul 27, 2020 at 12:22 PM Ruifeng Wang wrote: > > test_delay_us_sleep registers sleep based delay for testing. > This changes the default delay function of testing environment. > It is not expected. > > Restore default delay function after the test to fix the issue. > > Fixes: a51639cc720a

[dpdk-dev] [PATCH v2] test/cycles: restore original delay function

2020-07-27 Thread Ruifeng Wang
test_delay_us_sleep registers sleep based delay for testing. This changes the default delay function of testing environment. It is not expected. Restore default delay function after the test to fix the issue. Fixes: a51639cc720a ("eal: add nanosleep based delay function") Cc: sta...@dpdk.org Sig

[dpdk-dev] [PATCH v2] test/cycles: restore original delay function

2020-07-27 Thread Ruifeng Wang
test_delay_us_sleep registers sleep based delay for testing. This changes the default delay function of testing environment. It is not expected. Restore defalut delay function after the test to fix the issue. Fixes: a51639cc720a ("eal: add nanosleep based delay function") Cc: sta...@dpdk.org Sig