From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 8D206D4E0 for ; Tue, 7 Feb 2017 15:09:45 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 07 Feb 2017 06:09:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,346,1477983600"; d="scan'208";a="818059699" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.137]) ([10.237.220.137]) by FMSMGA003.fm.intel.com with ESMTP; 07 Feb 2017 06:09:43 -0800 To: dev@dpdk.org, Jingjing Wu 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> Cc: Wenzhuo Lu , Bernard Iremonger From: Ferruh Yigit Message-ID: <99250e4c-e682-ad85-b3a3-131e3772cf4e@intel.com> Date: Tue, 7 Feb 2017 14:09:42 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <29057a7e-87fe-efd4-37ad-6a54ceabe460@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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: Tue, 07 Feb 2017 14:09:46 -0000 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. Hi Jingjing, Similar work is also required for i40e. Thanks, ferruh