From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 10B15689E for ; Sat, 6 May 2017 02:58:03 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 May 2017 17:58:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,295,1491289200"; d="scan'208";a="98331778" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga006.fm.intel.com with ESMTP; 05 May 2017 17:58:02 -0700 Received: from fmsmsx122.amr.corp.intel.com (10.18.125.37) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 5 May 2017 17:58:02 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx122.amr.corp.intel.com (10.18.125.37) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 5 May 2017 17:58:02 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.117]) by shsmsx102.ccr.corp.intel.com ([169.254.2.246]) with mapi id 14.03.0319.002; Sat, 6 May 2017 08:57:58 +0800 From: "Wu, Jingjing" To: Gaetan Rivet , "dev@dpdk.org" CC: "Lu, Wenzhuo" Thread-Topic: [PATCH v3] app/testpmd: configure event display Thread-Index: AQHSwyopW+zds3r4J02PaaZumkTF/qHmfv+A Date: Sat, 6 May 2017 00:57:58 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810D623F6@SHSMSX103.ccr.corp.intel.com> References: <1493708598-24306-1-git-send-email-gaetan.rivet@6wind.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] app/testpmd: configure event display X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 00:58:04 -0000 > -----Original Message----- > From: Gaetan Rivet [mailto:gaetan.rivet@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 >=20 > Add two parameters to testpmd: >=20 > --print-event > --mask-event >=20 > 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. >=20 > Fixes: 76ad4a2d82d4 ("app/testpmd: add generic event handler") > Cc: "Lu, Wenzhuo" >=20 > Signed-off-by: Gaetan Rivet Acked-by: Jingjing Wu With minor comments: Can we add one option "all" like print-event=3Dall and mask-event=3Dall to enable/disable all print?