> -----Original Message----- > From: Raslan Darawsheh [mailto:[email protected]] > Sent: Sunday, October 7, 2018 8:38 AM > To: Wu, Jingjing <[email protected]> > Cc: Thomas Monjalon <[email protected]>; [email protected]; Shahaf Shuler > <[email protected]>; Raslan Darawsheh <[email protected]>; > Xueming(Steven) Li <[email protected]>; Ori Kam > <[email protected]>; [email protected]; > [email protected]; Iremonger, Bernard > <[email protected]> > Subject: [PATCH v4 3/3] app/testpmd: set packet dump based on verbosity level > > when changing verbosity level it will configure rx/tx callbacks to dump > packets > based on the verbosity value as following: > 1- dump only received packets: > testpmd> set verbose 1 > 2- dump only sent packets: > testpmd> set verbose 2 > 3- dump sent and received packets: > testpmd> set verbose (any number > 2) > 4- disable dump > testpmd> set verbose 0 > > Signed-off-by: Raslan Darawsheh <[email protected]>
Acked-by: Bernard Iremonger <[email protected]>

