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 7B01EA00C3; Sun, 27 Feb 2022 15:20:49 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6B5AA4068A; Sun, 27 Feb 2022 15:20:49 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id CAAAF40683 for ; Sun, 27 Feb 2022 15:20:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645971648; x=1677507648; h=from:to:subject:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version; bh=pghr0mOCrcW9sBFY+7JvdCHb0w+WF7g6dONrn8cz5pc=; b=bGoI7xp0hqF5qSUs+g8nQDEQNZg1hcpyY/pqiuRDQk9SovKpfvHO2xuF FlLkV/yHubHu4pytNYMB/1QCmyIiGjaEyUo8msS93n3KXVQiHZNNmuUjI p6GOMyScxMOumfuka3Z19FwREGTqPRjR/fwLRCZTEvwadLcIqeeG3K1Ti uGdF0kZ0M51BtLY2XgxucyL4jdY4VagP6IQIoJtBJfw6+7aSgGWXVxDB5 cuHN9LLppO19ttn/rf/gmV+7X1PqSlYSt/jRlMp1r17PHwYQC9/HZilGd dkKQVNUdQshe3/ijUfZK7kTx5GnU5LGP6k8k6qEBTRLMDtwX9ODXVVCPS Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10270"; a="252661879" X-IronPort-AV: E=Sophos;i="5.90,141,1643702400"; d="scan'208";a="252661879" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Feb 2022 06:20:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,141,1643702400"; d="scan'208";a="799770446" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by fmsmga005.fm.intel.com with ESMTP; 27 Feb 2022 06:20:46 -0800 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.21; Sun, 27 Feb 2022 06:20:45 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Sun, 27 Feb 2022 22:20:38 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2308.020; Sun, 27 Feb 2022 22:20:38 +0800 From: "Tu, Lijuan" To: "Jiang, YuX" , "dts@dpdk.org" Subject: RE: [dts][PATCH V1 2/2] tests/short_live: wait for interface up Thread-Topic: [dts][PATCH V1 2/2] tests/short_live: wait for interface up Thread-Index: AQHYKVIh491jrh/P802QKEpTft0VF6ynd50Q Date: Sun, 27 Feb 2022 14:20:38 +0000 Message-ID: References: <20220224154221.1516892-1-yux.jiang@intel.com> <20220224154221.1516892-3-yux.jiang@intel.com> In-Reply-To: <20220224154221.1516892-3-yux.jiang@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.401.20 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: , Errors-To: dts-bounces@dpdk.org > -----Original Message----- > From: Jiang, YuX > Sent: 2022=1B$BG/=1B(B2=1B$B7n=1B(B24=1B$BF|=1B(B 23:42 > To: Tu, Lijuan ; dts@dpdk.org > Cc: Jiang, YuX > Subject: [dts][PATCH V1 2/2] tests/short_live: wait for interface up >=20 > optimize script short_live: > 1, use new method: is_interface_up to ensure iface's link status. > 2, when launch example frequently, need wait for more than 0.5s to restar= t > example after kill example abnormally. >=20 > Signed-off-by: Yu Jiang Series applied.