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 6F42742B94; Thu, 25 May 2023 04:33:39 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6B39440FDF; Thu, 25 May 2023 04:33:39 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id C7F3F40A82 for ; Thu, 25 May 2023 04:33:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1684982017; x=1716518017; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=U/Zl91YPDtbetv/D2LpGSQJgo0E2+noSW1ZyojXVD0Y=; b=j1NAC+ryX7AlflLlxrgBK+g+jE+N970imlOtKIuAP2uvD8+I2gxAWtky F9pWDe+Ed1+hYS552hI4hjn0LYYj8u6t18XmE9UMXK5oN2tLPUxhjXRxt FnPryc0tUJuvcG4zjg+8kf/3QaUq8B2abFMDUfO+XabADj7D7EYjpSQx5 Q7xO9MKJ8xMC7fYCP2kcn4wVltCfavPaWWEH1v/q/2oHgJODUem86LE6S 9EVDoKg3AlHJ7VN9JqjFaqdffTyyxRzVdsyhHorRhFAfGkUdQeXbqSrMz T9RZHenL6EikhVMIr0IvhYvKb89YBGPmwopLcktOw04KUJ5LK9kXMvxeZ A==; X-IronPort-AV: E=McAfee;i="6600,9927,10720"; a="338330493" X-IronPort-AV: E=Sophos;i="6.00,190,1681196400"; d="scan'208";a="338330493" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2023 19:32:54 -0700 Message-Id: Date: 24 May 2023 19:32:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10720"; a="1034793084" X-IronPort-AV: E=Sophos;i="6.00,190,1681196400"; d="scan'208";a="1034793084" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2023 19:32:53 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [PATCH v2] framework: fix container vm port conflict From: lijuan.tu@intel.com To: dts@dpdk.org,Daxue Gao Cc: Daxue Gao In-Reply-To: <20230522083117.8835-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 Mon, 22 May 2023 16:31:17 +0800, Daxue Gao wrote: > Fix the problem that the container vm port conflict causes the vm to fail t= o start. > Capture the port conflict by exception, and assign a new port number to sta= rt the vm. > The port conflict includes tcp forward/vnc/telnet/migrate port. >=20 > Signed-off-by: Daxue Gao Reviewed-by: Lijuan Tu Applied, thanks