Re: [dpdk-dev] [PATCH v4 5/6] example: distributor app showing burst api

2017-01-13 Thread Bruce Richardson
On Mon, Jan 09, 2017 at 07:50:47AM +, David Hunt wrote: > Signed-off-by: David Hunt > --- > examples/distributor/main.c | 508 > ++-- > 1 file changed, 390 insertions(+), 118 deletions(-) > check-git-log complains a bit about the title of the patch, a

Re: [dpdk-dev] [PATCH v4 5/6] example: distributor app showing burst api

2017-01-13 Thread Bruce Richardson
On Mon, Jan 09, 2017 at 07:50:47AM +, David Hunt wrote: > Signed-off-by: David Hunt > --- > examples/distributor/main.c | 508 > ++-- > 1 file changed, 390 insertions(+), 118 deletions(-) > > diff --git a/examples/distributor/main.c b/examples/distrib

[dpdk-dev] [PATCH v4 5/6] example: distributor app showing burst api

2017-01-09 Thread David Hunt
Signed-off-by: David Hunt --- examples/distributor/main.c | 508 ++-- 1 file changed, 390 insertions(+), 118 deletions(-) diff --git a/examples/distributor/main.c b/examples/distributor/main.c index e7641d2..eebfb74 100644 --- a/examples/distributor/main.c