From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 84ACDA04DB; Fri, 11 Dec 2020 08:25:31 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 51435AC9B; Fri, 11 Dec 2020 08:25:30 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 018D637B7 for ; Fri, 11 Dec 2020 08:25:26 +0100 (CET) IronPort-SDR: v8OL+tEUuS0LC8u0KzmaVRdcNqxJt62wAfW/4biDw2pcA9vsOB/xheOy7sXA3JFBHdIj2Zd+OQ 1R9DqtjtL+eg== X-IronPort-AV: E=McAfee;i="6000,8403,9831"; a="153625681" X-IronPort-AV: E=Sophos;i="5.78,410,1599548400"; d="scan'208";a="153625681" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Dec 2020 23:25:25 -0800 IronPort-SDR: FuTbAiqvsumHXqxMiWM4qY8SaU5mkbkR5OF56sMxDXaozD5wMEuqTSd/5nUDO6HKNV+HtzpVGh BgjOpwr7K76Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.78,410,1599548400"; d="scan'208";a="543473068" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by fmsmga006.fm.intel.com with ESMTP; 10 Dec 2020 23:25:24 -0800 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 10 Dec 2020 23:25:24 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Fri, 11 Dec 2020 15:25:22 +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; Fri, 11 Dec 2020 15:25:22 +0800 From: "Tu, Lijuan" To: "Zhao, HaiyangX" , "dts@dpdk.org" CC: "Zhao, HaiyangX" Thread-Topic: [dts][PATCH V1 0/3] replace i40evf with iavf in framework Thread-Index: AQHWz41VtYmqHddxVEmlsrVmv+7CHanxfePA Date: Fri, 11 Dec 2020 07:25:22 +0000 Message-ID: <0ab02e01f56241b7bce29b98aaca7dc5@intel.com> References: <20201211070828.24244-1-haiyangx.zhao@intel.com> In-Reply-To: <20201211070828.24244-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 0/3] replace i40evf with iavf in framework X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 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" > Now we need to replace i40evf with iavf for the nics whose kernel driver = is > i40e, and there are about 20 suites need to do this. >=20 > Do this replacement in suites is duplicated and will cost lot of time whe= n > recompiling DPDK, so we do it in framework. >=20 > Delete the replacement code in kernelpf_iavf as it has been done in > framework. >=20 > Haiyang Zhao (3): > framework/dut: add an attribute nic in dut get the instance of > NetDevice from the port_info, and save it in dut as attribute nic. > framework/project_dpdk: replace i40evf with iavf > tests/kernelpf_iavf: delete code of replacing i40evf replace i40evf > with iavf is completed in framework, so delete the code of replacing > i40evf. Please consider clean up related code as next job, such us test plan, test = suites, thanks