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 68CB4A00BE; Thu, 5 May 2022 03:34:58 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 365164068A; Thu, 5 May 2022 03:34:58 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 311C440689 for ; Thu, 5 May 2022 03:34:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651714496; x=1683250496; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=mFppZmyfXM5mmRzkPUeVF0szWgry5qSQ6R/a/OnWV78=; b=Im0uyt0aCuGjRRPfKH3x4r6rB4JuIpJLTwcw4fDorFT4AeeEzL/Nnxd/ doCpnD4BUA2U0UPnYToHqrCn0KAWmJMvsu2/5n+KUA5qw8bgcX++CgWGb XAe6nLC6T4GAYM3x60hUcWpG+nJ78M8ud/RRxGf3ATPe3a58n2kOf+peY bBqypVZ/BLLHZoFSFVJPTpNUcxBtzPaFgrlnhwYb1+cqXdoCLh25rAzqX BulkFHTym/D+hoMKqg49XADq9ciOIRfn308uobb9wVSPGQDLbVp1k8vbQ pFNj8ZoKr0RbkEBBtnner6nxpcE30yAUeyYgcNptXkAT02fJ8aD5IpZZ/ Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10337"; a="249936242" X-IronPort-AV: E=Sophos;i="5.91,199,1647327600"; d="scan'208";a="249936242" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 May 2022 18:34:54 -0700 Message-Id: <003cea$hductq@orsmga008-auth.jf.intel.com> Date: 04 May 2022 18:34:52 -0700 X-IronPort-AV: E=Sophos;i="5.91,199,1647327600"; d="scan'208";a="585053120" 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; 04 May 2022 18:34:52 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [V1] framework/crb: fix bug of generating core list on freebsd platform From: lijuan.tu@intel.com To: dts@dpdk.org,Jun Dong Cc: lijuan.tu@intel.com,qingx.sun@intel.com,junx.dong@intel.com In-Reply-To: <20220429090958.8126-1-junx.dong@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: Jun Dong Errors-To: dts-bounces@dpdk.org On Fri, 29 Apr 2022 17:09:58 +0800, Jun Dong wrote: > On freebsd platform that supporting Hyper threading, if crb.cfg configured = > support pass core 0, the cores list(Hyper threading) need not only skip thr= ead 0, > but also other threads that on core 0. >=20 > Signed-off-by: Jun Dong Reviewed-by: Lijuan Tu Applied, thanks