Re: [dpdk-dev] [PATCH] test: new sched WRR unit-test

2017-11-16 Thread Luca Boccassi
On Thu, 2017-11-16 at 17:18 +, alangordonde...@gmail.com wrote: > From: Alan Dewar > > New unit-test for the librte_sched WRR weighting code. > > With the standard 17.11 code, the first three sub-tests pass, but > the last two fail due to bugs in the WRR weighting code. > > With the "sched:

[dpdk-dev] [PATCH] test: new sched WRR unit-test

2017-11-16 Thread alangordondewar
From: Alan Dewar New unit-test for the librte_sched WRR weighting code. With the standard 17.11 code, the first three sub-tests pass, but the last two fail due to bugs in the WRR weighting code. With the "sched: fix overflow errors in WRR weighting code" patch all five sub-tests pass. Signed-o