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

2017-05-06 Thread Thomas Monjalon
06/05/2017 02:57, Wu, Jingjing: > From: Gaetan Rivet [mailto:gaetan.ri...@6wind.com] > > > > 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

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

2017-05-05 Thread Wu, Jingjing
> -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 ; Lu, Wenzhuo > Subject: [PATCH v3] app/testpmd: configure event display > > Add two parameters to testpmd: > > --print-event > --ma

[dpdk-dev] [PATCH v3] 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