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 C4DBFA0550; Wed, 25 May 2022 13:11:48 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BEAE840146; Wed, 25 May 2022 13:11:48 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id D744C400EF for ; Wed, 25 May 2022 13:11:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1653477107; x=1685013107; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=/fUqI5LXCB6f/WKsnJkxRT4PPJLproDsiWhzGL7jckg=; b=d6LN0BSoCWxACIHI8jiWwI5cWfRt7PJORErw+YcNQ+oKF7tm2WlT5xuZ 8DEzTfVdOJ+2mUkp1V2BvKJisltfFOnxhZfHMCgwn3m9CGDTVP7P2OV7D 3r97EqKnbWyOONix2j7wNgMqtC39T9mFrCfGZ1cgNv9WQLCjRdqLGxT5H 8gUhNChRYazehUiohwVNZl3zJ3Carn/+Yce0pXbCAl3LmCDlsvdMb4vjy bvdLV0it2LUBN2zuwHzQ0PcaFBActp58isPD8PujRD0MYFYi0VrDeK0gR couXAKDrCqW8NIcwaEipB4c2CyQub8eK6vCAi6uNa6AeCxWWDI2BZPtej g==; X-IronPort-AV: E=McAfee;i="6400,9594,10357"; a="273783481" X-IronPort-AV: E=Sophos;i="5.91,250,1647327600"; d="scan'208";a="273783481" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 May 2022 04:11:46 -0700 Message-Id: <8ea9f5$lcb7jm@fmsmga001-auth.fm.intel.com> Date: 25 May 2022 04:11:44 -0700 X-IronPort-AV: E=Sophos;i="5.91,250,1647327600"; d="scan'208";a="717594235" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 May 2022 04:11:44 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/pmd_bonded_8023ad: wait link status up From: lijuan.tu@intel.com To: dts@dpdk.org,Yu Cc: Yu Jiang In-Reply-To: <1653463577-12719-1-git-send-email-yux.jiang@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: Yu Errors-To: dts-bounces@dpdk.org On Wed, 25 May 2022 15:26:17 +0800, Yu wrote: > From: Yu Jiang >=20 > Optimize script by using method wait_link_status_up to make script more sta= ble >=20 > Signed-off-by: Yu Jiang Applied, thanks