[dpdk-dev] [PATCH] eal: mmap uio resources using resourceX files

2015-02-24 Thread Tetsuya Mukawa
On 2015/02/24 0:00, Bruce Richardson wrote: > On Mon, Feb 23, 2015 at 02:57:24PM +, 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 f

[dpdk-dev] [PATCH] eal: mmap uio resources using resourceX files

2015-02-23 Thread Iremonger, Bernard
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Bruce Richardson > Sent: Monday, February 23, 2015 3:00 PM > To: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] eal: mmap uio resources using resourceX files > > On Mon, Feb 23, 201

[dpdk-dev] [PATCH] eal: mmap uio resources using resourceX files

2015-02-23 Thread Bruce Richardson
On Mon, Feb 23, 2015 at 02:57:24PM +, 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 > ---

[dpdk-dev] [PATCH] eal: mmap uio resources using resourceX files

2015-02-23 Thread Bruce Richardson
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 --- lib/librte_eal/common/include/rte_pci.h| 2 +- lib/librte_eal/linuxapp/e