Re: [dpdk-dev] [PATCH v5 5/6] examples/distributor_app: showing burst API

2017-01-23 Thread Bruce Richardson
On Fri, Jan 20, 2017 at 09:18:52AM +, David Hunt wrote: > Signed-off-by: David Hunt > --- > examples/distributor/main.c | 509 > ++-- > 1 file changed, 391 insertions(+), 118 deletions(-) > Another minor nit from checkpatch. /Bruce ### examples/dis

[dpdk-dev] [PATCH v5 5/6] examples/distributor_app: showing burst API

2017-01-20 Thread David Hunt
Signed-off-by: David Hunt --- examples/distributor/main.c | 509 ++-- 1 file changed, 391 insertions(+), 118 deletions(-) diff --git a/examples/distributor/main.c b/examples/distributor/main.c index e7641d2..4c134d5 100644 --- a/examples/distributor/main.c