Re: [dpdk-dev] [PATCH v2 3/3] app/testpmd: check mbufs in verbose mode

2019-01-08 Thread Iremonger, Bernard
> -Original Message- > From: David Marchand [mailto:david.march...@redhat.com] > Sent: Monday, January 7, 2019 8:57 AM > To: dev@dpdk.org > Cc: olivier.m...@6wind.com; ys...@mellanox.com; > arybche...@solarflare.com; Iremonger, Bernard > > Subject: [PATCH v2 3/3] app/testpmd: check mbufs i

[dpdk-dev] [PATCH v2 3/3] app/testpmd: check mbufs in verbose mode

2019-01-07 Thread David Marchand
Let's check the received/sent mbufs, it can help debugging. Signed-off-by: David Marchand --- app/test-pmd/util.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/test-pmd/util.c b/app/test-pmd/util.c index 687bfa4..6b0791d 100644 --- a/app/test-pmd/util.c +++ b/app/test-pmd/util.c @@