From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id ACA1FD003 for ; Fri, 24 Mar 2017 06:57:12 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP; 23 Mar 2017 22:57:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,213,1486454400"; d="scan'208";a="1126507082" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga001.fm.intel.com with ESMTP; 23 Mar 2017 22:57:11 -0700 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 23 Mar 2017 22:57:10 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 23 Mar 2017 22:57:10 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.253]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.82]) with mapi id 14.03.0248.002; Fri, 24 Mar 2017 13:57:07 +0800 From: "Wu, Jingjing" To: "Zhao1, Wei" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 0/3] net/i40e: vf port reset Thread-Index: AQHSk9uaLp4omTaxeEi2DENQPcpauqGjlxNw Date: Fri, 24 Mar 2017 05:57:06 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810D12F0C@SHSMSX103.ccr.corp.intel.com> References: <1488516984-34702-1-git-send-email-wei.zhao1@intel.com> In-Reply-To: <1488516984-34702-1-git-send-email-wei.zhao1@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/3] net/i40e: vf port reset X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Mar 2017 05:57:13 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Wei Zhao > Sent: Friday, March 3, 2017 12:56 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 0/3] net/i40e: vf port reset >=20 > The patches mainly finish following functions: > 1) get pf reset vf comamand falg from interrupt server function. > 2) reset vf port from testpmd app using a command. > 3) sore and restore vf related parameters. >=20 The patch order is wrong. You need to make sure the compile can be=20 Successful when apply each patch in order. So I think should like 1. ethdev API 2. i40e change 3. testpmd change. Another comment is like:=20 The reset API can be used for device reset. Please don't limit the scope it to VF.