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 139F1A09E4; Thu, 21 Jan 2021 08:50:02 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0A947140EC7; Thu, 21 Jan 2021 08:50:02 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id C7781140EC6 for ; Thu, 21 Jan 2021 08:50:00 +0100 (CET) IronPort-SDR: 4x0k2nlLiLc9DNF2zTFsjJM5xpY2VoFQh4foNd1RhvZvBgZhtowJD8yWlwANqhfywMpo7/4QZ+ CXZ9uDTE5Vgw== X-IronPort-AV: E=McAfee;i="6000,8403,9870"; a="264046774" X-IronPort-AV: E=Sophos;i="5.79,363,1602572400"; d="scan'208";a="264046774" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jan 2021 23:49:59 -0800 IronPort-SDR: j07E0FYn1GcavdEWHD1Kjo2wvYMYuIRt6cxCwDCX3o5NHnR9zWIpBEdWUKZhgcl5CW5u/OflEO t0Cr6BFkgEhQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,363,1602572400"; d="scan'208";a="427228075" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by orsmga001.jf.intel.com with ESMTP; 20 Jan 2021 23:49:59 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) 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.1713.5; Wed, 20 Jan 2021 23:49:58 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 21 Jan 2021 15:49:56 +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; Thu, 21 Jan 2021 15:49:56 +0800 From: "Tu, Lijuan" To: "Ling, WeiX" , "dts@dpdk.org" CC: "Ling, WeiX" Thread-Topic: [dts] [PATCH V1] tests/virtio_event_idx_interrupt:Add -a option to allow pci list to start testpmd Thread-Index: AQHW6kfx/5ChyDBYSEycaqDbMu8aBqoxv14A Date: Thu, 21 Jan 2021 07:49:56 +0000 Message-ID: <9ff79b1a25c24640bea16e217b468822@intel.com> References: <20210114152748.1900251-1-weix.ling@intel.com> In-Reply-To: <20210114152748.1900251-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/virtio_event_idx_interrupt:Add -a option to allow pci list to start testpmd 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" > By dts framwork auto bind conf/ports.cfg port to dpdk driver, so add -a > option to allow pci list to start testpmd. >=20 > Signed-off-by: Ling Wei Applied