[dpdk-dev] [PATCH] test: fix test_tlb_tx_burst

2015-08-05 Thread Thomas Monjalon
2015-08-05 11:10, Michal Jastrzebski: > This patch fixes error in tlb_tx_burst function: > Distribution is not even. What was the error exactly? > A condition in TEST_ASSERT macro was changed, > as the previous one was random. I think "random" can be better described. > Also the time of generat

[dpdk-dev] [PATCH] test: fix test_tlb_tx_burst

2015-08-05 Thread Michal Jastrzebski
This patch fixes error in tlb_tx_burst function: Distribution is not even. A condition in TEST_ASSERT macro was changed, as the previous one was random. Also the time of generating packets can now be decreased. Signed-off-by: Michal Jastrzebski --- app/test/test_link_bonding.c | 12 ---