; dev@dpdk.org;
Shahaf Shuler ; Xueming(Steven) Li
Subject: Re: [dpdk-dev] [PATCH 2/2] app/testpmd: use the generic function to
dump packets
-Original Message-
> Date: Thu, 13 Sep 2018 18:43:02 +0200
> From: David Marchand
> To: Raslan Darawsheh
> Cc: "Wu, Jingjing"
-Original Message-
> Date: Thu, 13 Sep 2018 18:43:02 +0200
> From: David Marchand
> To: Raslan Darawsheh
> Cc: "Wu, Jingjing" , Thomas Monjalon
> , dev@dpdk.org, Shahaf Shuler ,
> xuemi...@mellanox.com
> Subject: Re: [dpdk-dev] [PATCH 2/2] app/testpmd:
On Wed, Sep 12, 2018 at 10:06 AM, Raslan Darawsheh wrote:
> use the generic function to dump packets for several forwarding
> engines.
Rather than patching some engines, how about putting this in rx/tx callbacks ?
A bit like something I sent earlier ?
http://patches.dpdk.org/patch/44465/
--
D
use the generic function to dump packets for several forwarding
engines.
To dump received packets first bit of verbosity need to be set and for sent
packets verbosity second bit need to be set.
for example:
dump rx : set verbose 1
dump tx : set verbose 2
dump rx and tx : s
4 matches
Mail list logo