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 B5617A054F; Tue, 2 Mar 2021 06:12:06 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6A6B34014E; Tue, 2 Mar 2021 06:12:06 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 0F58C40142 for ; Tue, 2 Mar 2021 06:12:03 +0100 (CET) IronPort-SDR: QMbmUjuiydyhKiyG3BT/EqrJig+/sx9wUZ811MaIZniEfabc1BPNGkwLytQUq/oQx1LY92F58d osX+UP/bKG0w== X-IronPort-AV: E=McAfee;i="6000,8403,9910"; a="186017257" X-IronPort-AV: E=Sophos;i="5.81,216,1610438400"; d="scan'208";a="186017257" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Mar 2021 21:12:02 -0800 IronPort-SDR: xE7OP2Mcl3cQ38UH7m2Iwpd/wnNr325e+yI8KyQ7gOsjM1NG1Lby+00oEb6Vx+rHqMfi2THwoR 3o5vaFajAfOA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,216,1610438400"; d="scan'208";a="585766295" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by orsmga005.jf.intel.com with ESMTP; 01 Mar 2021 21:12:02 -0800 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Mon, 1 Mar 2021 21:12:01 -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.2106.2; Tue, 2 Mar 2021 13:11:59 +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.002; Tue, 2 Mar 2021 13:11:59 +0800 From: "Tu, Lijuan" To: "Ling, WeiX" , "dts@dpdk.org" CC: "Ling, WeiX" Thread-Topic: [dts] [PATCH V2] tests/vhost_virtio_user_interrupt:add allow pci params when start testpmd and fix spelling mistakes Thread-Index: AQHXCxn06pWgVI02TEOLDxdRp2zjlKpwLuLQ Date: Tue, 2 Mar 2021 05:11:59 +0000 Message-ID: References: <20210225015848.990490-1-weix.ling@intel.com> In-Reply-To: <20210225015848.990490-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 V2] tests/vhost_virtio_user_interrupt:add allow pci params when start testpmd and fix spelling mistakes 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: > Add allow pci params when start testpmd. >=20 > v2: > Fix spelling mistakes backed to backend. >=20 > Signed-off-by: Ling Wei Applied.