> -----Original Message----- > From: Gaetan Rivet [mailto:[email protected]] > Sent: Tuesday, May 2, 2017 5:54 PM > To: [email protected] > Cc: Wu, Jingjing <[email protected]>; Lu, Wenzhuo <[email protected]> > 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" <[email protected]> > > Signed-off-by: Gaetan Rivet <[email protected]> Acked-by: Jingjing Wu <[email protected]>
With minor comments: Can we add one option "all" like print-event=all and mask-event=all to enable/disable all print?

