Re: [dpdk-dev] [PATCH] app/testpmd: fix argument cannot be negative

2017-07-25 Thread Van Haaren, Harry
Hi Daniel, > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Daniel Mrzyglod > Sent: Tuesday, July 25, 2017 12:00 PM > To: Xing, Beilei > Cc: dev@dpdk.org; Mrzyglod, DanielX T > Subject: [dpdk-dev] [PATCH] app/testpmd: fix argument cannot be negative Sorry for the nit-p

[dpdk-dev] [PATCH] app/testpmd: fix argument cannot be negative

2017-07-25 Thread Daniel Mrzyglod
Coverity issue: 143454 Fixes: a92a5a2cbbff ("app/testpmd: add command for loading DDP") Signed-off-by: Daniel Mrzyglod --- app/test-pmd/config.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/test-pmd/config.c b/app/test-pmd/config.c index ee6644d10..b77fb96e1 100