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 E02D64249F; Sun, 29 Jan 2023 02:44:46 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id ABA9B400D4; Sun, 29 Jan 2023 02:44:46 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 1BC074003F for ; Sun, 29 Jan 2023 02:44:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1674956685; x=1706492685; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=KLiOJ8dOSZGsWfW0DQAQzutn8WoRSwwFxEL0DQSN6iI=; b=n7e+Ym5PSdgIYYxeAJlNR37/Btxv5ulGw0ZguFy84smOxhw36XvUexgE LOWo2Tre8KelYUALF0GiZZrtEaNMntw8Evr+lEYujfoxUoR3O9T2fW2g3 zVmApMUVUKFzy+QXwrXcuxadpUj90CTTeDkKUx4mpNWxMgjGJ7sLrhMwV /EMqgbSZtYGsdjN6vIoaoUcaYFolRr0nFp52bh3kYwzmb97oA8VkhW36d fVLkP/MH9OYEanky5r9CX+b8j1pHFXsJM5iplFF3V/NRHw+6Op5EQFofS Ex/hCncPk0cOAHuDHPODM7hkHALJX5pr73zDZAyngBHsTKss/261RUNd2 g==; X-IronPort-AV: E=McAfee;i="6500,9779,10604"; a="307695528" X-IronPort-AV: E=Sophos;i="5.97,254,1669104000"; d="scan'208";a="307695528" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jan 2023 17:44:44 -0800 Message-Id: <3d8560$jqqnu8@fmsmga007-auth.fm.intel.com> Date: 28 Jan 2023 17:44:42 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10604"; a="665673675" X-IronPort-AV: E=Sophos;i="5.97,254,1669104000"; d="scan'208";a="665673675" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jan 2023 17:44:42 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1] framework/crb: fix _is_container error From: lijuan.tu@intel.com To: dts@dpdk.org,Lingli Chen Cc: Lingli Chen In-Reply-To: <20230113080445.67548-1-linglix.chen@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: Lingli Chen Errors-To: dts-bounces@dpdk.org On Fri, 13 Jan 2023 03:04:45 -0500, Lingli Chen wrot= e: > fix dts commit 311c7f04 (fix _is_container error on FreeBSD) > Adjust the judgment order according to FreeBSD >=20 > Signed-off-by: Lingli Chen Applied, thanks