Re: [dpdk-dev] [PATCH v9 13/18] sample: distributor: wait for ports to come up

2017-03-10 Thread Bruce Richardson
On Mon, Mar 06, 2017 at 09:10:28AM +, David Hunt wrote: > On some machines, ports take several seconds to come up. This > patch causes the app to wait. > > Signed-off-by: David Hunt Title prefix should match other patches. /Bruce

[dpdk-dev] [PATCH v9 13/18] sample: distributor: wait for ports to come up

2017-03-06 Thread David Hunt
On some machines, ports take several seconds to come up. This patch causes the app to wait. Signed-off-by: David Hunt --- examples/distributor/main.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/distributor/main.c b/examples/distributor/main.c index 3657e5d