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 734B7A09E4; Thu, 21 Jan 2021 09:04:01 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5D73E140ED2; Thu, 21 Jan 2021 09:04:01 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id BC2CE140EC7 for ; Thu, 21 Jan 2021 09:03:59 +0100 (CET) IronPort-SDR: C1U0YsoVs84ELFE2gptOuVZ5EKIaXp5rNh++37BM/PQhwrMKLpyVw/5prFCHqs8c/Xz5kyyD9p kBuctVYLnmdw== X-IronPort-AV: E=McAfee;i="6000,8403,9870"; a="176662521" X-IronPort-AV: E=Sophos;i="5.79,363,1602572400"; d="scan'208";a="176662521" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Jan 2021 00:03:58 -0800 IronPort-SDR: S4vQUmiNwTO0J73lJjtSVtSIYH9YwhBK9Eis04+uetnZ+4aTzLwHEJwLHEq5hXLhYMSE6EYV1k UKds35TEuxDA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,363,1602572400"; d="scan'208";a="407197789" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by FMSMGA003.fm.intel.com with ESMTP; 21 Jan 2021 00:03:58 -0800 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) 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.1713.5; Thu, 21 Jan 2021 00:03:57 -0800 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.1713.5; Thu, 21 Jan 2021 16:03:56 +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.1713.004; Thu, 21 Jan 2021 16:03:55 +0800 From: "Tu, Lijuan" To: "Xie, WeiX" , "dts@dpdk.org" CC: "Xie, WeiX" Thread-Topic: [dts] [PATCH V1] tests/kernelpf_iavf: adjust the order of getting NIC driver version Thread-Index: AQHW7Wxdh7om9HqPwke1Bz+BosvACqoxvQmA Date: Thu, 21 Jan 2021 08:03:55 +0000 Message-ID: References: <20210118073559.23995-1-weix.xie@intel.com> In-Reply-To: <20210118073559.23995-1-weix.xie@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] tests/kernelpf_iavf: adjust the order of getting NIC driver version 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" > In set_up_all func, the device can't be used which is bound to vfio-pci. > So adjust the order of getting nic driver version. >=20 > Signed-off-by: Xie wei Applied