Re: [dpdk-dev] [PATCH v7 14/17] sample: switch to new distributor API

2017-02-24 Thread Bruce Richardson
On Tue, Feb 21, 2017 at 03:17:50AM +, David Hunt wrote: > and give distributor it's own thread This change probably deserves a separate patch from switching the API. /Bruce

[dpdk-dev] [PATCH v7 14/17] sample: switch to new distributor API

2017-02-21 Thread David Hunt
and give distributor it's own thread Signed-off-by: David Hunt --- examples/distributor/main.c | 280 ++-- 1 file changed, 192 insertions(+), 88 deletions(-) diff --git a/examples/distributor/main.c b/examples/distributor/main.c index 7621ff9..0856b57 100