From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] app/testpmd: configure event display Date: Sat, 06 May 2017 10:44:38 +0200 Message-ID: <3392499.qSOQFWsjiG@xps> References: <1493708598-24306-1-git-send-email-gaetan.rivet@6wind.com> <9BB6961774997848B5B42BEC655768F810D623F6@SHSMSX103.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Wu, Jingjing" , "Lu, Wenzhuo" To: Gaetan Rivet Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 0A8D32C18 for ; Sat, 6 May 2017 10:44:39 +0200 (CEST) In-Reply-To: <9BB6961774997848B5B42BEC655768F810D623F6@SHSMSX103.ccr.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 06/05/2017 02:57, Wu, Jingjing: > From: Gaetan Rivet [mailto:gaetan.rivet@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 except VF_MBOX are displayed. > > > > Fixes: 76ad4a2d82d4 ("app/testpmd: add generic event handler") > > Cc: "Lu, Wenzhuo" > > > > Signed-off-by: Gaetan Rivet > Acked-by: Jingjing Wu Applied, thanks > With minor comments: > > Can we add one option "all" like > print-event=all and mask-event=all to enable/disable all print?