From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 6CE6BFE5 for ; Tue, 21 Feb 2017 04:44:38 +0100 (CET) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Feb 2017 19:44:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,188,1484035200"; d="scan'208";a="60630846" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by orsmga004.jf.intel.com with ESMTP; 20 Feb 2017 19:44:36 -0800 Message-ID: <58ABB5FE.8020905@intel.com> Date: Tue, 21 Feb 2017 11:37:34 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: "xu,gang" , dts@dpdk.org References: <1487584280-31016-1-git-send-email-gangx.xu@intel.com> In-Reply-To: <1487584280-31016-1-git-send-email-gangx.xu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH V2] add tests suite vhost_pmd_xstats X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2017 03:44:38 -0000 Thanks gang, applied. On 02/20/2017 05:51 PM, xu,gang wrote: > Signed-off-by: xu,gang > --- > conf/vhost_pmd_xstats.cfg | 14 +++ > tests/TestSuite_vhost_pmd_xstats.py | 240 ++++++++++++++++++++++++++++++++++++ > 2 files changed, 254 insertions(+) > create mode 100644 conf/vhost_pmd_xstats.cfg > create mode 100644 tests/TestSuite_vhost_pmd_xstats.py > > diff --git a/conf/vhost_pmd_xstats.cfg b/conf/vhost_pmd_xstats.cfg > new file mode 100644 > index 0000000..131cfd3