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 74CC8A00C3; Sun, 27 Feb 2022 15:20:04 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 40A634068A; Sun, 27 Feb 2022 15:20:04 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 42DBB40683 for ; Sun, 27 Feb 2022 15:20:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645971602; x=1677507602; h=from:to:subject:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version; bh=vfRR8LObia37gmUC2mtlkZDlJmSZH4YX84dNSuHNlfI=; b=hm4HjOMvD47DMgX6K6mWc2TxIbJR+leeLfFBt7NuSkMBwm+6b/KH2l0Z yTVkp8mhOokdCnk9Gs0DdVfALRQnDn+0/HVPsSrpCzzXkzn7566HYiPDp zkt4kghkbPmqj/y/+EaI9Nyhx8hpEA7uoYTKu8Fk56zUNynHQ4zUjAy87 OPPss36OYwy4I6PuGvxJhZrFM9J5EeFmPbXzEsFERkiyTWJG/9f2r0iyo 7j5tdtj6OmGXreMVi1MfptuQpMY431IZfFBS6CUWJLkgdfb8tE7OOfVQH 87c16CGfNRJZEdkflIdHig8Prx/+FW+oXYqnf7ZEzKGVEHvpVOLU0bFcl g==; X-IronPort-AV: E=McAfee;i="6200,9189,10270"; a="236243869" X-IronPort-AV: E=Sophos;i="5.90,141,1643702400"; d="scan'208";a="236243869" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Feb 2022 06:20:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,141,1643702400"; d="scan'208";a="575054261" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by orsmga001.jf.intel.com with ESMTP; 27 Feb 2022 06:20:01 -0800 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by fmsmsx604.amr.corp.intel.com (10.18.126.84) 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:00 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX606.ccr.corp.intel.com (10.109.6.216) 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:19:58 +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:19:58 +0800 From: "Tu, Lijuan" To: "Jiang, YuX" , "dts@dpdk.org" Subject: RE: [dts][PATCH V1 2/2] tests/interrupt_pmd: wait for interface up Thread-Topic: [dts][PATCH V1 2/2] tests/interrupt_pmd: wait for interface up Thread-Index: AQHYKVA+8DPCXiNdBkeyrKJtw7cOIKynd3wA Date: Sun, 27 Feb 2022 14:19:58 +0000 Message-ID: <4da2153ceca64d1b97b59ecea5e32afd@intel.com> References: <20220224152851.1511890-1-yux.jiang@intel.com> <20220224152851.1511890-3-yux.jiang@intel.com> In-Reply-To: <20220224152851.1511890-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:29 > To: Tu, Lijuan ; dts@dpdk.org > Cc: Jiang, YuX > Subject: [dts][PATCH V1 2/2] tests/interrupt_pmd: wait for interface up >=20 > optimize script: interrupt_pmd, > use new method: is_interface_up to to ensure iface's link status before > send_packets >=20 > Signed-off-by: Yu Jiang Series applied