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 9568BA0546; Wed, 7 Apr 2021 04:12:16 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 846A6141035; Wed, 7 Apr 2021 04:12:16 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 61D29141032 for ; Wed, 7 Apr 2021 04:12:15 +0200 (CEST) IronPort-SDR: /OoHUaEsnQyrnU4mssjmsdx3v/UGVIEFp3w7VZ5r41kbwV0xgf05pX2D3//b5LikhNGDvhzI2B XAeiRQq/25hQ== X-IronPort-AV: E=McAfee;i="6000,8403,9946"; a="192739684" X-IronPort-AV: E=Sophos;i="5.82,201,1613462400"; d="scan'208";a="192739684" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2021 19:12:14 -0700 IronPort-SDR: 0txcYn9fvlVJitvw/UOi5KX6QaJJtycTep6o/aJ6Lc7O+kgmBrlg+SvZsrfm41irPORUcm7hYn khmKZ1Jg1Jfg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,201,1613462400"; d="scan'208";a="421486224" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga008.jf.intel.com with ESMTP; 06 Apr 2021 19:12:14 -0700 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Tue, 6 Apr 2021 19:12:13 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Wed, 7 Apr 2021 10:12:11 +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.2106.013; Wed, 7 Apr 2021 10:12:11 +0800 From: "Tu, Lijuan" To: "Zhao, HaiyangX" , "dts@dpdk.org" CC: "Zhao, HaiyangX" Thread-Topic: [dts] [PATCH V1] framework/dut: fix getting nic info failed in FreeBSD Thread-Index: AQHXJst9axDRCZPDUkmNn1mOEDdj5aqoWTVg Date: Wed, 7 Apr 2021 02:12:11 +0000 Message-ID: References: <20210401073833.26279-1-haiyangx.zhao@intel.com> In-Reply-To: <20210401073833.26279-1-haiyangx.zhao@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.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] framework/dut: fix getting nic info failed in FreeBSD 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 Sender: "dts" > Getting pci_id will be failed in FreeBSD and it causes get nic name and > default_driver failed, and will cause many cases failed, fix it by assign= the pci_id > and reget the nic and driver name. >=20 > Signed-off-by: Haiyang Zhao Applied