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 5EE46A034F; Thu, 25 Feb 2021 09:14:36 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 44ECB1607A9; Thu, 25 Feb 2021 09:14:36 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 6846A40692 for ; Thu, 25 Feb 2021 09:14:34 +0100 (CET) IronPort-SDR: Xd/98i7d50W2ZkvJgaBLNwUTmCa5DfTB4e1wRiGRD8gvneloE6SUtauRtEBdkmLbqObtB8u2lo +PmFShx62hqg== X-IronPort-AV: E=McAfee;i="6000,8403,9905"; a="182023416" X-IronPort-AV: E=Sophos;i="5.81,205,1610438400"; d="scan'208";a="182023416" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Feb 2021 00:14:32 -0800 IronPort-SDR: sFnkwSybTinOTjzqeSArJBT/iaiYMztdqRMK/J49qAejJOqmWIIip9vzozgo1K5tVlrXQc2yHZ T+cyuYzjslDQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,205,1610438400"; d="scan'208";a="404157859" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by orsmga008.jf.intel.com with ESMTP; 25 Feb 2021 00:14:32 -0800 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Thu, 25 Feb 2021 00:14:31 -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.2106.2; Thu, 25 Feb 2021 16:14:29 +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; Thu, 25 Feb 2021 16:14:29 +0800 From: "Tu, Lijuan" To: "Xie, WeiX" , "dts@dpdk.org" CC: "Xie, WeiX" Thread-Topic: [dts] [PATCH V1] tests/large_vf: start testpmd with all vfs Thread-Index: AQHXB1Px/JkPnP1MY06h/PntLR+pFapojcMw Date: Thu, 25 Feb 2021 08:14:29 +0000 Message-ID: <1e7b7154e38d4288b8dfb4a6e2eae82c@intel.com> References: <20210220151307.12102-1-weix.xie@intel.com> In-Reply-To: <20210220151307.12102-1-weix.xie@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/large_vf: start testpmd with all vfs 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" > This negative case need launch testpmd with max vfs, and before its only = with 1 > vf. >=20 > Signed-off-by: xiewei Applied