Re: [dpdk-dev] [PATCH 3/3] app/testpmd: add sanity checks on received/sent packets

2018-09-25 Thread David Marchand
On Tue, Sep 25, 2018 at 3:17 PM, Iremonger, Bernard wrote: > Hi David, > >> -Original Message- >> From: David Marchand [mailto:david.march...@6wind.com] >> Sent: Monday, September 10, 2018 6:46 AM >> To: dev@dpdk.org >> Cc: olivier.m...@6wind.com; Lu, Wenzhuo ; Wu, >> Jingjing ; Iremonger,

Re: [dpdk-dev] [PATCH 3/3] app/testpmd: add sanity checks on received/sent packets

2018-09-25 Thread Iremonger, Bernard
Hi David, > -Original Message- > From: David Marchand [mailto:david.march...@6wind.com] > Sent: Monday, September 10, 2018 6:46 AM > To: dev@dpdk.org > Cc: olivier.m...@6wind.com; Lu, Wenzhuo ; Wu, > Jingjing ; Iremonger, Bernard > > Subject: [PATCH 3/3] app/testpmd: add sanity checks on

[dpdk-dev] [PATCH 3/3] app/testpmd: add sanity checks on received/sent packets

2018-09-09 Thread David Marchand
Make use of the newly introduced rte_mbuf_check() to (optionally) check all packets received/sent through a port. The idea behind this is to help to quickly identify badly formatted mbufs coming from the pmd on the rx side, and from the application on the tx side. Setting the verbose level to some