From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id C8C337E23 for ; Mon, 23 Feb 2015 16:00:06 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 23 Feb 2015 06:54:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,631,1418112000"; d="scan'208";a="458371413" Received: from bricha3-mobl3.ger.corp.intel.com ([10.243.20.25]) by FMSMGA003.fm.intel.com with SMTP; 23 Feb 2015 06:44:40 -0800 Received: by (sSMTP sendmail emulation); Mon, 23 Feb 2015 15:00:02 +0025 Date: Mon, 23 Feb 2015 15:00:02 +0000 From: Bruce Richardson To: dev@dpdk.org Message-ID: <20150223150001.GA9392@bricha3-MOBL3> References: <54E9695A.5010509@igel.co.jp> <1424703444-30761-1-git-send-email-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1424703444-30761-1-git-send-email-bruce.richardson@intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] eal: mmap uio resources using resourceX files X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Feb 2015 15:00:07 -0000 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