From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id B08F0FE5 for ; Fri, 31 Mar 2017 15:21:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490966476; x=1522502476; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=wDpSIuPL0E6/hi+JuNTw5fjT9fykRdhGMPdYvy2I7tk=; b=rNR+zFs7k7Brfhs3ZXbCJtZFhUlJuXsezMEJN/lwS/m4rNRUbG3G58Ws wDFP9RgFA5EV0WizXykm4A+jAOZFkQ==; Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Mar 2017 06:21:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,251,1486454400"; d="scan'208";a="1149268941" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga002.fm.intel.com with ESMTP; 31 Mar 2017 06:21:12 -0700 To: Qi Zhang , jingjing.wu@intel.com References: <20170328102024.28513-1-qi.z.zhang@intel.com> Cc: dev@dpdk.org From: Ferruh Yigit Message-ID: Date: Fri, 31 Mar 2017 14:21:12 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170328102024.28513-1-qi.z.zhang@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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 13:21:17 -0000 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 +++++++++++++++++++++++++++++++++++++++++++++++++ Should "doc/guides/testpmd_app_ug/testpmd_funcs.rst" also updated with new commands?