> -----Original Message----- > From: Gaetan Rivet [mailto:gaetan.ri...@6wind.com] > Sent: Tuesday, May 2, 2017 5:54 PM > To: dev@dpdk.org > Cc: Wu, Jingjing <jingjing...@intel.com>; Lu, Wenzhuo <wenzhuo...@intel.com> > Subject: [PATCH v3] app/testpmd: configure event display > > Add two parameters to testpmd: > > --print-event <event name> > --mask-event <event name> > > To enable or disable to printing of events. This display is configured on a > per- > event basis. By default, all except VF_MBOX are displayed. > > Fixes: 76ad4a2d82d4 ("app/testpmd: add generic event handler") > Cc: "Lu, Wenzhuo" <wenzhuo...@intel.com> > > Signed-off-by: Gaetan Rivet <gaetan.ri...@6wind.com> Acked-by: Jingjing Wu <jingjing...@intel.com>
With minor comments: Can we add one option "all" like print-event=all and mask-event=all to enable/disable all print?