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 EFD4AA0A0E; Wed, 3 Feb 2021 07:27:14 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CAA4524041A; Wed, 3 Feb 2021 07:27:14 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id DDB5C240419 for ; Wed, 3 Feb 2021 07:27:13 +0100 (CET) IronPort-SDR: Noe32DS0YIt9Rp39WPzJESkE1qerp7SBPa2du7gGa/gzrMoFr2OMZK3e/UJVBb13V4uO4/eLp0 3oQW1npczqUQ== X-IronPort-AV: E=McAfee;i="6000,8403,9883"; a="177486185" X-IronPort-AV: E=Sophos;i="5.79,397,1602572400"; d="scan'208";a="177486185" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2021 22:27:12 -0800 IronPort-SDR: 5ItYdOSKR6EWb1HL3zorsNhayMOz+X4vE8yzOdMccHXAWUV2wp1bWDX2BqDpc/S/jYuYyciBx6 /S4BrSlDboIg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,397,1602572400"; d="scan'208";a="396521951" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by orsmga007.jf.intel.com with ESMTP; 02 Feb 2021 22:27:11 -0800 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx603.amr.corp.intel.com (10.18.126.83) 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:27:10 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) 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:27:09 +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:27:08 +0800 From: "Tu, Lijuan" To: "Ling, WeiX" , "dts@dpdk.org" CC: "Ling, WeiX" Thread-Topic: [dts] [PATCH V1] tests/vhost_user_interrupt:modify execute virtio-user server side testpmd command after client side started Thread-Index: AQHW+S7YE46Sjl3GwUiu3ruCrBommKpF+MVA Date: Wed, 3 Feb 2021 06:27:08 +0000 Message-ID: <6e13aedd875f4a47bfe9bb32cf175a8f@intel.com> References: <20210202143715.3877934-1-weix.ling@intel.com> In-Reply-To: <20210202143715.3877934-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_user_interrupt: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" > 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 > Signed-off-by: Ling Wei Applied, thanks