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 5C07242C46; Wed, 7 Jun 2023 07:58:51 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 32DD1410F6; Wed, 7 Jun 2023 07:58:51 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 61AA740A84 for ; Wed, 7 Jun 2023 07:58:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686117529; x=1717653529; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=MPz/1UKn1IjIQYIh/F7hw8qxpiS2+xVYVJu985e5hsU=; b=e+fdFRPKE1Xxd41zO89rqKPxTEgWk1umWySWfRkGCok7qOFPxUB0LEys VoFvjT5v/i8JlD3sV6hrAE3OmWDJtuEYJQqghSVa0NQBpA+kbGungdtog 0nmFO6nfi+38N6VopMvlmchVRge/ilo1P0nBt30vRf5/eP/lH8LZEWKPe IMztYfTyGaKtp4jTuCNekCXHrWdV7FDgfE+G/j696bV7I2OZDoG6EskRb cmJYha1a36K5lUfDKkNbpItGrAU+uRD6chhOvdVtkvMnjhuFK9KS3SFB/ V6aihKgIKGxJaIDmbnAzvo0SshrCJczDJDMv0pKsUFQ+vOTcyG/14IEd0 g==; X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="356904391" X-IronPort-AV: E=Sophos;i="6.00,223,1681196400"; d="scan'208";a="356904391" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jun 2023 22:58:48 -0700 Message-Id: <8a82d4$n2g5qb@fmsmga008-auth.fm.intel.com> Date: 06 Jun 2023 22:58:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="774379349" X-IronPort-AV: E=Sophos;i="6.00,223,1681196400"; d="scan'208";a="774379349" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jun 2023 22:58:47 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/vf_pmd_stacked_bonded: optimize script to check link status From: lijuan.tu@intel.com To: dts@dpdk.org,Weiyuan Li Cc: Weiyuan Li In-Reply-To: <20230529154112.84789-1-weiyuanx.li@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: Weiyuan Li Errors-To: dts-bounces@dpdk.org On Mon, 29 May 2023 15:41:11 +0000, Weiyuan Li wrote: > Optimize the testing script to check the status of the link. If the status = is down, execute the up command. >=20 > Signed-off-by: Weiyuan Li Applied, thanks