Re: [dpdk-dev] [PATCH] igb_uio: support devices with at least 1 bar defined

2017-03-15 Thread Thomas Monjalon
2017-03-14 16:59, Ferruh Yigit: > On 3/14/2017 4:33 PM, Allain Legacy wrote: > > From: Matt Peters > > > > Allow the BAR setup to succeed if a device has at least 1 BAR region > > defined. Previously, the device probe would only succeed if at least one > > memory BAR existed, but there are devic

Re: [dpdk-dev] [PATCH] igb_uio: support devices with at least 1 bar defined

2017-03-14 Thread Ferruh Yigit
On 3/14/2017 4:33 PM, Allain Legacy wrote: > From: Matt Peters > > Allow the BAR setup to succeed if a device has at least 1 BAR region > defined. Previously, the device probe would only succeed if at least one > memory BAR existed, but there are devices that have only port I/O BARs. > > For ex

[dpdk-dev] [PATCH] igb_uio: support devices with at least 1 bar defined

2017-03-14 Thread Allain Legacy
From: Matt Peters Allow the BAR setup to succeed if a device has at least 1 BAR region defined. Previously, the device probe would only succeed if at least one memory BAR existed, but there are devices that have only port I/O BARs. For example, on Virtual Box a virtio device has only a single I