Re: [dpdk-dev] [PATCH v2] app/testpmd: configure event display

2017-05-02 Thread Thomas Monjalon
02/05/2017 09:03, Gaetan Rivet: > * ``--bitrate-stats=N`` > > Set the logical core N to perform bitrate calculation. > + > +* ``--print-event > `` > + > + Enable printing the occurrence of the designated event. > + > +* ``--mask-event > `` > + > + Disable printing the occurrence of

[dpdk-dev] [PATCH v2] app/testpmd: configure event display

2017-05-02 Thread Gaetan Rivet
Add two parameters to testpmd: --print-event --mask-event 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" Signed-off