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 ED29CA0543; Sat, 28 May 2022 11:09:17 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C67B440F35; Sat, 28 May 2022 11:09:17 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id D921940E50 for ; Sat, 28 May 2022 11:09:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1653728957; x=1685264957; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=nfNue1/46/NLREMgYNIkbIrBQkqi3t87bEiDwpvlvMs=; b=hobPBJeCxNSnmhvEsiZR/iSaf9YEOTF9NSbmZIAd9RxBJl9Mifu9ZNwn wwxVLW8koRXK9rwevMvEShyIR9MDVzt1j60n6/MB4SDOrkqu5Zw95kHY1 LwrhLJhuXJDlZn6eLBstpX8iUabIXOMhwMz8PEee4HP2uzKb3btJuASU2 PDTjx3pIbxM7zzchbfyBYN3ArYODmlitplaD7CGiOwJywVvIIYf+q4jaF knkvcuvSVWCTsIJx2XzV51kuvU8Zs2q3T+SO8zc+ipgSkZy762hRNirTI 30zgCsyvXbj4VIJ12PR6ukP848noh4C1Of/8rcIvbMV9buQqMCWXM4ljY g==; X-IronPort-AV: E=McAfee;i="6400,9594,10360"; a="335301868" X-IronPort-AV: E=Sophos;i="5.91,258,1647327600"; d="scan'208";a="335301868" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 May 2022 02:09:15 -0700 Message-Id: <003cea$i0a5vt@orsmga008-auth.jf.intel.com> Date: 28 May 2022 02:09:14 -0700 X-IronPort-AV: E=Sophos;i="5.91,258,1647327600"; d="scan'208";a="604313602" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 May 2022 02:09:14 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V3]tests/perf_test_base: remove duplicate cores From: lijuan.tu@intel.com To: dts@dpdk.org,Yingya Han Cc: Yingya Han In-Reply-To: <20220526020849.3703186-1-yingyax.han@intel.com> 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: , Reply-To: Yingya Han Errors-To: dts-bounces@dpdk.org On Thu, 26 May 2022 10:08:49 +0800, Yingya Han wrote: > Signed-off-by: Yingya Han Applied, thanks