[dpdk-dev] Need to support mapping in bar1

2013-08-08 Thread Stephen Hemminger
Still needs a little cleanup (patch is messy). Subject: pci: support multiple PCI regions per device Need to change PCI code to support multiple I/O regions on a single device. Some devices like VMXNET3 have multiple PCI memory regions, and some have none. Signed-off-by: Stephen Hemminger ---

[dpdk-dev] Need to support mapping in bar1

2013-08-08 Thread Patrick Mahan
When? I scanned the archives for this month and last month. I don't see any patches regarding allowing other BARs to be mapped. Thanks, Patrick Coming to you from deep inside Fortress Mahan On Aug 8, 2013, at 4:53 PM, Stephen Hemminger wrote: > On Thu, 8 Aug 2013 16:45:42 -0700 > Patrick

[dpdk-dev] Need to support mapping in bar1

2013-08-08 Thread Stephen Hemminger
On Thu, 8 Aug 2013 16:45:42 -0700 Patrick Mahan wrote: > Before I do this, I wanted to check with the list. > > The UIO support code in DPDK only maps in bar 0 for PCI devices, and it does > provide support for mapping any other bar that the device provides. > > Has anyone fixed this yet? Or

[dpdk-dev] Need to support mapping in bar1

2013-08-08 Thread Patrick Mahan
Before I do this, I wanted to check with the list. The UIO support code in DPDK only maps in bar 0 for PCI devices, and it does provide support for mapping any other bar that the device provides. Has anyone fixed this yet? Or maybe has a patch? DPDK version: 1.3.1r2 Thanks, Patrick