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 ED4FAA0093; Fri, 14 Jan 2022 07:27:13 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BC36242759; Fri, 14 Jan 2022 07:27:13 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id CEA8840DDD for ; Fri, 14 Jan 2022 07:27:12 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1642141633; x=1673677633; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=fQ4CiOJibpkHbpWLuN/vT8DH0tlVQ6QLo2ZZO+0O91w=; b=lRt4+Io01xqnP6n+PPG+23dkwTHq8FuWO4rOG2LhHu5O4KdP3AC321Ni hw799v1FtY6l9TizbGzKyfGopX/fO5N+xmuFKGGzchzf3awjtMosgULDQ KS6GvyiRCPFogB1ZdkgKKo9ejGmVkO/ebHbT49YJC0XmYsvW8q0G8ER8S D5jRUf0ObHerhr/17PUxO2+6wGnKHGHr4Joe3/CaHgfd9tAdCsjSe1QAw kenVLh5xeiAEtceQMhDgwHxaKa60AqQzn5/zpZuBl5GKPd6v8HYeOQXAy INJouGYgtzL0inqzI5vd6FxrWHlkKg5I0UThgT77ANt1SNYkNZBAZd/oF g==; X-IronPort-AV: E=McAfee;i="6200,9189,10226"; a="330541629" X-IronPort-AV: E=Sophos;i="5.88,287,1635231600"; d="scan'208";a="330541629" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jan 2022 22:27:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,287,1635231600"; d="scan'208";a="593625954" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by fmsmga004.fm.intel.com with ESMTP; 13 Jan 2022 22:27:11 -0800 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Thu, 13 Jan 2022 22:27:11 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Fri, 14 Jan 2022 14:27:09 +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; Fri, 14 Jan 2022 14:27:09 +0800 From: "Tu, Lijuan" To: "Huang, ZhiminX" , "dts@dpdk.org" CC: "Huang, ZhiminX" Subject: RE: [dts] [PATCH V2] framework/crb:add check link status public method Thread-Topic: [dts] [PATCH V2] framework/crb:add check link status public method Thread-Index: AQHYCETy80ZmWnhUpUiAa5p7nWn7jqxiDsYg Date: Fri, 14 Jan 2022 06:27:09 +0000 Message-ID: <48e49cc310f84e5b912aafc1cf388ed2@intel.com> References: <20220113144417.26180-1-zhiminx.huang@intel.com> In-Reply-To: <20220113144417.26180-1-zhiminx.huang@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.200.16 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: Zhimin Huang > Sent: 2022=1B$BG/=1B(B1=1B$B7n=1B(B13=1B$BF|=1B(B 22:44 > To: dts@dpdk.org > Cc: Huang, ZhiminX > Subject: [dts] [PATCH V2] framework/crb:add check link status public meth= od >=20 > when we meet testpmd or app start but link is not up. > we can loop up the interface to ensure link. > =09 > v2: > - add support interface list >=20 > Signed-off-by: Zhimin Huang Applied, thanks