[dpdk-dev] [PATCH 5/7] pci: support multiple PCI regions per device

2013-07-19 Thread Stephen Hemminger
Intel incorporated this into later version of DPDK (not released yet), let me respin the patch so that the API comes out the same. I don't want to cause pain on the assumption that the open and Intel versions will want to stay converged. Also, want to support I/O regions which are necessary when d

[dpdk-dev] [PATCH 5/7] pci: support multiple PCI regions per device

2013-07-16 Thread Thomas Monjalon
Hello, 18/06/2013 03:28, somnath kotur : > Any idea on the ETA for this patch? I'm presuming it's all good to be > pulled into the mainline otherwise? We are waiting for a commit log. Please Stephen, could you fix the number of PCI_MEM_RESOURCE and provide a commit log ? Thank you -- Thomas

[dpdk-dev] [PATCH 5/7] pci: support multiple PCI regions per device

2013-06-18 Thread somnath kotur
Hi Any idea on the ETA for this patch? I'm presuming it's all good to be pulled into the mainline otherwise? Thanks Som On Thu, Jun 6, 2013 at 3:03 AM, Stephen Hemminger < stephen at networkplumber.org> wrote: > On Wed, 05 Jun 2013 20:05:15 +0200 > Damien Millescamps wrote: > > > On 06/05/201

[dpdk-dev] [PATCH 5/7] pci: support multiple PCI regions per device

2013-06-05 Thread Damien Millescamps
On 06/05/2013 05:49 PM, Stephen Hemminger wrote: > On Wed, 05 Jun 2013 16:50:03 +0200 > Damien Millescamps wrote: > >> Hi Stephen, >> >> Overall this patch is very nice. My only comment on this one is why do >> you limit the max number of memory resources to 5 ? >> The PCI configuration space perm

[dpdk-dev] [PATCH 5/7] pci: support multiple PCI regions per device

2013-06-05 Thread Damien Millescamps
Hi Stephen, Overall this patch is very nice. My only comment on this one is why do you limit the max number of memory resources to 5 ? The PCI configuration space permits to store up to 6 base addresses. > +#define PCI_MEM_RESOURCE 5 Please, can you add a log/comment with your patch, too ? Che

[dpdk-dev] [PATCH 5/7] pci: support multiple PCI regions per device

2013-06-05 Thread Stephen Hemminger
On Wed, 05 Jun 2013 20:05:15 +0200 Damien Millescamps wrote: > On 06/05/2013 05:49 PM, Stephen Hemminger wrote: > > On Wed, 05 Jun 2013 16:50:03 +0200 > > Damien Millescamps wrote: > > > >> Hi Stephen, > >> > >> Overall this patch is very nice. My only comment on this one is why do > >> you limi

[dpdk-dev] [PATCH 5/7] pci: support multiple PCI regions per device

2013-06-05 Thread Stephen Hemminger
On Wed, 05 Jun 2013 16:50:03 +0200 Damien Millescamps wrote: > Hi Stephen, > > Overall this patch is very nice. My only comment on this one is why do > you limit the max number of memory resources to 5 ? > The PCI configuration space permits to store up to 6 base addresses. > > > +#define PCI_M

[dpdk-dev] [PATCH 5/7] pci: support multiple PCI regions per device

2013-06-03 Thread Thomas Monjalon
Please, could you provide a commit log to better explain your patch ? -- Thomas

[dpdk-dev] [PATCH 5/7] pci: support multiple PCI regions per device

2013-05-30 Thread Stephen Hemminger
An embedded and charset-unspecified text was scrubbed... Name: eal-pci-multiple.patch URL: