From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tetsuya Mukawa Subject: Re: [PATCH] eal: mmap uio resources using resourceX files Date: Tue, 24 Feb 2015 18:21:26 +0900 Message-ID: <54EC4296.9080706@igel.co.jp> References: <54E9695A.5010509@igel.co.jp> <1424703444-30761-1-git-send-email-bruce.richardson@intel.com> <20150223150001.GA9392@bricha3-MOBL3> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: Bruce Richardson , dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <20150223150001.GA9392@bricha3-MOBL3> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" On 2015/02/24 0:00, Bruce Richardson wrote: > On Mon, Feb 23, 2015 at 02:57:24PM +0000, Bruce Richardson wrote: >> Instead of distinguishing the BAR mappings via offset within a single >> file, originally /dev/uioX, switch to mapping each individual bar via >> the appropriately numbered resourceX file. >> >> Signed-off-by: Bruce Richardson >> --- > Hi Tetsuya, > > in our tests here, this patch seems to fix the immediate problem you were > experiencing on your system. Can you perhaps verify? > > Thanks, > /Bruce > Hi Bruce, I've checked it, and the patch solves my issue. Thank you so much. Thanks, Tetsuya