From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 1E694DE5 for ; Wed, 8 Feb 2017 01:54:18 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP; 07 Feb 2017 16:54:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,346,1477983600"; d="scan'208";a="41216510" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga002.jf.intel.com with ESMTP; 07 Feb 2017 16:54:17 -0800 Received: from fmsmsx126.amr.corp.intel.com (10.18.125.43) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 7 Feb 2017 16:54:17 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX126.amr.corp.intel.com (10.18.125.43) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 7 Feb 2017 16:54:17 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.88]) by SHSMSX104.ccr.corp.intel.com ([10.239.4.70]) with mapi id 14.03.0248.002; Wed, 8 Feb 2017 08:54:15 +0800 From: "Lu, Wenzhuo" To: "Yigit, Ferruh" , "dev@dpdk.org" , "Wu, Jingjing" CC: "Iremonger, Bernard" Thread-Topic: [dpdk-dev] [PATCH v3] net/ixgbe: clean up rte_eth_dev_info_get Thread-Index: AQHSgQwVW22Us0vCcUOpi+rj8QFS+qFdDyEAgAAAUQCAATmjoA== Date: Wed, 8 Feb 2017 00:54:14 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B562D60@shsmsx102.ccr.corp.intel.com> References: <1485311962-62335-1-git-send-email-wenzhuo.lu@intel.com> <1486449206-119643-1-git-send-email-wenzhuo.lu@intel.com> <29057a7e-87fe-efd4-37ad-6a54ceabe460@intel.com> <99250e4c-e682-ad85-b3a3-131e3772cf4e@intel.com> In-Reply-To: <99250e4c-e682-ad85-b3a3-131e3772cf4e@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 v3] net/ixgbe: clean up rte_eth_dev_info_get 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: Wed, 08 Feb 2017 00:54:19 -0000 Hi Ferruh, Jingjing, > -----Original Message----- > From: Yigit, Ferruh > Sent: Tuesday, February 7, 2017 10:10 PM > To: dev@dpdk.org; Wu, Jingjing > Cc: Lu, Wenzhuo; Iremonger, Bernard > Subject: Re: [dpdk-dev] [PATCH v3] net/ixgbe: clean up rte_eth_dev_info_g= et >=20 > On 2/7/2017 2:08 PM, Ferruh Yigit wrote: > > On 2/7/2017 6:33 AM, Wenzhuo Lu wrote: > >> It's not appropriate to call rte_eth_dev_info_get in PMD, as > >> rte_eth_dev_info_get need to get info from PMD. > >> Remove rte_eth_dev_info_get from PMD code and get the info directly. > >> > >> Signed-off-by: Wenzhuo Lu > > > > Applied to dpdk-next-net/master, thanks. >=20 > Hi Jingjing, >=20 > Similar work is also required for i40e. Let me do it. I plan to change the i40e code after ixgbe patch is accepted,= so I need not rework both the i40e and ixgbe patches at the same time :) >=20 > Thanks, > ferruh >=20 >=20