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 CF66942C4A; Wed, 7 Jun 2023 09:52:38 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CB44040A84; Wed, 7 Jun 2023 09:52:38 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id C8ACB40695 for ; Wed, 7 Jun 2023 09:52:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686124357; x=1717660357; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=rLobCAaiDyZs3AmaO4NJniOC0CkHJPrf/ABwFwEgCUU=; b=OugSBAEzkzulHZDW9lER6EpKYbtBGi6q+oB5dNUm21JJbBAPTbVM/aM+ C7rpSxZfpT8Mb4ezkqKhLaheRD0CQaj19YD3fy+ByFNcnaG+Of04kVC0p cw5ufGem5QVdY0W/PZfVTgXIkBXiyH3fnH6BfMqyraF7CQZqRWyGWU4pu vej5QJGHic/9KgRNImfkvPQSbhJFZYvH0QjaHhlfQniQtwJHLmQKCQio4 EMzCaDMZsOj5+DyhGFl344f7PfaF1NatOpyD/vwCxuO4tlRy4OhbxIxz8 G8PbY3uJ17ZB5CNc//Opxyswufj1Pj2+idkvRcq6rHBtYBoJUBm4eLknI A==; X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="341571589" X-IronPort-AV: E=Sophos;i="6.00,223,1681196400"; d="scan'208";a="341571589" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jun 2023 00:52:35 -0700 Message-Id: <89f00f$l7fqic@fmsmga007-auth.fm.intel.com> Date: 07 Jun 2023 00:52:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="712501838" X-IronPort-AV: E=Sophos;i="6.00,223,1681196400"; d="scan'208";a="712501838" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jun 2023 00:52:34 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [PATCH v1] framework: fix getting single cpu information on freebsd From: lijuan.tu@intel.com To: dts@dpdk.org,Daxue Gao Cc: Daxue Gao In-Reply-To: <20230601060125.13278-1-daxuex.gao@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: Daxue Gao Errors-To: dts-bounces@dpdk.org On Thu, 1 Jun 2023 14:01:25 +0800, Daxue Gao wrote: > Fix to get cpu information on freebsd, > when the machine has only one cpu, > It cannot match the number of cpus,cores,threads. > Such as: > > > 0, 1, 2, 3, 4, 5, 6, 7 > > > > Signed-off-by: Daxue Gao Acked-by: Lijuan Tu Applied, thanks