From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 75A2A108D for ; Fri, 31 Mar 2017 16:11:28 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP; 31 Mar 2017 07:11:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,252,1486454400"; d="scan'208";a="82725788" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga005.fm.intel.com with ESMTP; 31 Mar 2017 07:11:27 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 31 Mar 2017 07:11:27 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.253]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.224]) with mapi id 14.03.0248.002; Fri, 31 Mar 2017 22:11:24 +0800 From: "Zhang, Qi Z" To: "Yigit, Ferruh" , "Wu, Jingjing" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] app/testpmd: add CL to show/clear VF stats Thread-Index: AQHSqiG3T8gTTOz3lUyNXIsnnII1a6Gu/Qrw Date: Fri, 31 Mar 2017 14:11:24 +0000 Message-ID: <039ED4275CED7440929022BC67E706115307C56A@SHSMSX103.ccr.corp.intel.com> References: <20170328102024.28513-1-qi.z.zhang@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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] app/testpmd: add CL to show/clear VF stats 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: Fri, 31 Mar 2017 14:11:28 -0000 > -----Original Message----- > From: Yigit, Ferruh > Sent: Friday, March 31, 2017 9:21 PM > To: Zhang, Qi Z ; Wu, Jingjing > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] app/testpmd: add CL to show/clear VF stat= s >=20 > On 3/28/2017 11:20 AM, Qi Zhang wrote: > > Add two commands to show/clear VF stats show vf stats > > clear vf stats > > > > Signed-off-by: Qi Zhang > > --- > > app/test-pmd/cmdline.c | 191 > > +++++++++++++++++++++++++++++++++++++++++++++++++ >=20 > Should "doc/guides/testpmd_app_ug/testpmd_funcs.rst" also updated with > new commands? Will add Thanks Qi