Re: [dpdk-dev] [PATCH v2 1/2] test/distributor: flush with worker shutdown test fails

2019-07-04 Thread Thomas Monjalon
29/03/2019 23:54, Thomas Monjalon: > 18/02/2019 15:51, Harman Kalra: > > On restarting worker 0 after shutdown, packets handled by > > worker 0 must be incremented only when a packet is received by > > it. > > > > Signed-off-by: Harman Kalra > > It looks to be a fix, so the tag Fixes: should be

Re: [dpdk-dev] [PATCH v2 1/2] test/distributor: flush with worker shutdown test fails

2019-03-29 Thread Thomas Monjalon
18/02/2019 15:51, Harman Kalra: > On restarting worker 0 after shutdown, packets handled by > worker 0 must be incremented only when a packet is received by > it. > > Signed-off-by: Harman Kalra It looks to be a fix, so the tag Fixes: should be added to help with backport, please. The title may

[dpdk-dev] [PATCH v2 1/2] test/distributor: flush with worker shutdown test fails

2019-02-18 Thread Harman Kalra
On restarting worker 0 after shutdown, packets handled by worker 0 must be incremented only when a packet is received by it. Signed-off-by: Harman Kalra --- test/test/test_distributor.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test/test_distributor.c b/test/test