From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id E9BD3A054F; Mon, 15 Mar 2021 08:00:33 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C61F44068B; Mon, 15 Mar 2021 08:00:33 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 0FFA24003C for ; Mon, 15 Mar 2021 08:00:31 +0100 (CET) IronPort-SDR: 9+gjWI2+F4KsgGOndtbh/GoAPTJByzjydg8cNt93KHIIUI7Z+CTp9jDQmnn1QZc8vODvKuKxcR wlMwMQQruWTw== X-IronPort-AV: E=McAfee;i="6000,8403,9923"; a="189092780" X-IronPort-AV: E=Sophos;i="5.81,249,1610438400"; d="scan'208";a="189092780" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Mar 2021 00:00:29 -0700 IronPort-SDR: DS0HhP6mptV5RBwykU0GiYIBHDasRRhwAzvk+MwmhQS3q+4JkfPP2Uqi87OhYQkpi7028e9/ko uN5pWxxUpOXg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,249,1610438400"; d="scan'208";a="388009704" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga002.jf.intel.com with ESMTP; 15 Mar 2021 00:00:29 -0700 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Mon, 15 Mar 2021 00:00:28 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Mon, 15 Mar 2021 15:00:26 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2106.013; Mon, 15 Mar 2021 15:00:26 +0800 From: "Tu, Lijuan" To: "Ling, WeiX" , "dts@dpdk.org" CC: "Ling, WeiX" Thread-Topic: [dts] [PATCH V1] tests/vhost_pmd_xstats: add allow pci param to support tester and dut in same server and optimize code Thread-Index: AQHXFYMM059aqrykPUOgzH60JxeL2KqEpnOQ Date: Mon, 15 Mar 2021 07:00:26 +0000 Message-ID: <84bd8eedb5ab4a7eb0feca031bc11cb3@intel.com> References: <20210310075528.2197433-1-weix.ling@intel.com> In-Reply-To: <20210310075528.2197433-1-weix.ling@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] tests/vhost_pmd_xstats: add allow pci param to support tester and dut in same server and optimize code X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" > 1.Add -a option to support tester and dut in same server. > 2.Use pmd.start_testpmd() to replace session.send_expect() > to start testpmd. > 3.Move create dut ssh session from set_up to set_up_all > to reduce the number of creation. > 4.Add close dut session in tear_down_all to close session > when suite execute over. >=20 > Signed-off-by: Ling Wei Do you have any more patches like this, could you please submit them in a s= eries, thanks.