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 B462AA0A0E; Wed, 3 Feb 2021 07:25:07 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7EA7F24041A; Wed, 3 Feb 2021 07:25:07 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 96975240419 for ; Wed, 3 Feb 2021 07:25:06 +0100 (CET) IronPort-SDR: c3htuoxmMpds75gl/JaMTuMIXNa+JRaCxta+ePWgUuxxxrVo/eRvY9zPkvaEze7kA3//Q+pTju 9i3Y7v3/iuHw== X-IronPort-AV: E=McAfee;i="6000,8403,9883"; a="181138758" X-IronPort-AV: E=Sophos;i="5.79,397,1602572400"; d="scan'208";a="181138758" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2021 22:25:04 -0800 IronPort-SDR: joyNM3YUIHD8RJXncYanFusmrzrbPOkzF9lyOmXoeGa2QRjI0bWTZNo2GMw11GFW6p9GlHLDGA yNrgsuo3Ox2w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,397,1602572400"; d="scan'208";a="372263313" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga002.jf.intel.com with ESMTP; 02 Feb 2021 22:25:04 -0800 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) 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; Tue, 2 Feb 2021 22:25:03 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 3 Feb 2021 14:25:01 +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.1713.004; Wed, 3 Feb 2021 14:25:01 +0800 From: "Tu, Lijuan" To: "Ling, WeiX" , "dts@dpdk.org" CC: "Ling, WeiX" Thread-Topic: [dts] [PATCH V4] tests/loopback_virtio_user_server_mode:modify execute virtio-user server side testpmd command after client side started Thread-Index: AQHW+S4/8mhgaej8Y0COwqCe4IZw1apF+Czw Date: Wed, 3 Feb 2021 06:25:01 +0000 Message-ID: <1bcb2c775b464ec7aa2f6943a00d4e79@intel.com> References: <20210202143306.3877778-1-weix.ling@intel.com> In-Reply-To: <20210202143306.3877778-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 V4] tests/loopback_virtio_user_server_mode:modify execute virtio-user server side testpmd command after client side started 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" > v1: > In DPDK 9af79db20f4cf, when launch virtio-user testpmd as server mode, vi= rtio- > user server side testpmd expected character will be 'wait for client side > started...', after client side started, it change to 'testpmd>', so dts n= eed modify > execute virtio-user server side testpmd command after client side started= . >=20 > v2: > Fix comments about dpdk commit description error dut to checkpatch error. >=20 > v3: > Fix comments about dpdk commit description error dut to checkpatch error. >=20 > v4: > Fix comments about dpdk commit description error dut to checkpatch error. >=20 > Signed-off-by: Ling Wei Applied