From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/nfp: avoid sysfs resource file access Date: Wed, 27 Jun 2018 15:56:27 +0100 Message-ID: <875299c9-e811-1d2f-ad00-12ff5fbda8a3@intel.com> References: <1530019540-27680-1-git-send-email-alejandro.lucero@netronome.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Alejandro Lucero , dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 258271BE8A for ; Wed, 27 Jun 2018 16:56:33 +0200 (CEST) In-Reply-To: <1530019540-27680-1-git-send-email-alejandro.lucero@netronome.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 6/26/2018 2:25 PM, Alejandro Lucero wrote: > Getting the bar size is required for NFP CPP interface configuration. > However, this information can be obtained from the VFIO or UIO driver > instead of accessing the sysfs resource file. > > Signed-off-by: Alejandro Lucero Applied to dpdk-next-net/master, thanks. (With applying commented change, please double check)