Re: [dpdk-dev] [PATCH v4 3/6] test: unit tests for new distributor burst api

2017-01-13 Thread Bruce Richardson
On Mon, Jan 09, 2017 at 07:50:45AM +, David Hunt wrote: > Signed-off-by: David Hunt > --- > app/test/test_distributor.c | 501 > ++-- > 1 file changed, 392 insertions(+), 109 deletions(-) > check-git-log script complains about your capitalization of t

[dpdk-dev] [PATCH v4 3/6] test: unit tests for new distributor burst api

2017-01-09 Thread David Hunt
Signed-off-by: David Hunt --- app/test/test_distributor.c | 501 ++-- 1 file changed, 392 insertions(+), 109 deletions(-) diff --git a/app/test/test_distributor.c b/app/test/test_distributor.c index 85cb8f3..3871f86 100644 --- a/app/test/test_distributor.c