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 EE78CA00C2; Wed, 4 Jan 2023 01:59:32 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E905E40698; Wed, 4 Jan 2023 01:59:32 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 2E9EF40697 for ; Wed, 4 Jan 2023 01:59:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672793972; x=1704329972; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=08jmpWDfwHluoLHSODlbEtk4F3QDAajb2ZivG2i0y9I=; b=LO5MPe2rGG5WWdrGEdCq5UrhnZqU+FmK+8VEvToLbJOlv9KeoJ2sGUgC AyYntXU0UOkACIuH9tc+DFxKQOy8YpwouuVNguvf5vtZTOE46xmfJSZBh LMmhcXNUK+rZj0m6iiKZR4Iqmv1MUefwX27CUcJZf8LiGfo1rz4+4A5C3 6nt4rAEyxT6nU6T+LT8e+rvqt+/d4Xze04DOgL70RuyVQJwdfP4I+VcLF lyX4W/C7Rw3XRgRVA5PFld/gHMWfgP/8zfd59TAOc+Spaw/UmZ/FgfxMN VFag6rmorxXsYWBqRSVrgU/dlbrehA50ReCi1NafPJh67jiTWsMCQSOae Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10579"; a="302173990" X-IronPort-AV: E=Sophos;i="5.96,297,1665471600"; d="scan'208";a="302173990" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jan 2023 16:59:31 -0800 Message-Id: <510f81$lhu94h@fmsmga004-auth.fm.intel.com> Date: 03 Jan 2023 16:59:29 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10579"; a="723461270" X-IronPort-AV: E=Sophos;i="5.96,297,1665471600"; d="scan'208";a="723461270" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jan 2023 16:59:29 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [V1] framework: add docker container support From: lijuan.tu@intel.com To: dts@dpdk.org,Daxue Gao Cc: lijuan.tu@intel.com, qingx.sun@intel.com, Daxue Gao In-Reply-To: <20221227055111.11097-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 Tue, 27 Dec 2022 13:51:11 +0800, Daxue Gao wrote: > 1.Remove commands which are not in container, such as: modprobe, lsmod. > 2.Remove kernel build when building dpdk in the container. > 3.Add checking mount hugepage in the container, and fixing failures for hug= epages configure. > 4.Judge by the environment variable CONTAINER, the storage overlay and the = return value of the execution system command, it is a container. > 5.Fix vm mapping port issue with ssh port is not 22. > When crb uses a non-22 port, then start VM,=20 > the mapping will be converted to dutIP:port:host_port to vm 22 port, > such as 127.0.0.1:5000:600 --> vm:22, which cannot be mapped.=20 > so change it to dutIP:host_port to vm 22 port. >=20 > Signed-off-by: Daxue Gao > Signed-off-by: Lijuan Tu Reviewed-by: Lijuan Tu Applied, thanks