From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id CA1A0A09FF; Mon, 28 Dec 2020 08:31:00 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BA50CC9C0; Mon, 28 Dec 2020 08:30:59 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 0A38C2C2D for ; Mon, 28 Dec 2020 08:30:57 +0100 (CET) IronPort-SDR: 4pV5YL6PSY8bZ/A5DfnvifyAy3YLKvYKsv7Z07+fnt+s7YzbphZpR+37mze5Z9Ku8gKLHE3/iF +BxCMU0FHxNg== X-IronPort-AV: E=McAfee;i="6000,8403,9847"; a="194832630" X-IronPort-AV: E=Sophos;i="5.78,454,1599548400"; d="scan'208";a="194832630" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Dec 2020 23:30:55 -0800 IronPort-SDR: k+qHBefMqZzSNmhWCydq1RIxJMbOL632x1DBPTO5OrK3Lj4Gf2i5OUFgUZGCV18RHjqBW+RHnq Arxy4KZ0lqDA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.78,454,1599548400"; d="scan'208";a="394976095" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by fmsmga002.fm.intel.com with ESMTP; 27 Dec 2020 23:30:55 -0800 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) 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.1713.5; Sun, 27 Dec 2020 23:30:54 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX606.ccr.corp.intel.com (10.109.6.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 28 Dec 2020 15:30:52 +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; Mon, 28 Dec 2020 15:30:52 +0800 From: "Tu, Lijuan" To: "Xie, WeiX" , "dts@dpdk.org" CC: "Xie, WeiX" Thread-Topic: [dts] [PATCH V1] tests/TestSuite_dcf_lifecycle:change the way to get cores Thread-Index: AQHW2l/Xl5WbMj0gf0qS40fT+DA3NKoMIeYQ Date: Mon, 28 Dec 2020 07:30:52 +0000 Message-ID: <6581b9159a9443a4bbe99329790450aa@intel.com> References: <20201225014847.20173-1-weix.xie@intel.com> In-Reply-To: <20201225014847.20173-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/TestSuite_dcf_lifecycle:change the way to get cores X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 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" > 1.change the way to get cores, some env cores are less than 14, it makes > testpmd launch failed. And when several testpmd are started at the same > time, different cores should be used. > 2.the ACL rule id need to match, not hard code. >=20 > Signed-off-by: Xie wei Applied with commit message changed