06/05/2017 02:57, Wu, Jingjing: > From: Gaetan Rivet [mailto:gaetan.ri...@6wind.com] > > > > 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>
Applied, thanks > With minor comments: > > Can we add one option "all" like > print-event=all and mask-event=all to enable/disable all print?