[dpdk-dev] [PATCH] igb_uio: don't bind vmxnet3 and virtio devices if disabled

2014-03-21 Thread Thomas Monjalon
05/03/2014 16:16, David Marchand : > When not using vmxnet3-uio and virtio-uio PMDs, prevent igb_uio from binding > these devices. This way, vmxnet3 and virtio PMDs won't fail to initialize > because of a device silently bound to igb_uio. > > Signed-off-by: David Marchand Acked and applied for v

[dpdk-dev] [PATCH] igb_uio: don't bind vmxnet3 and virtio devices if disabled

2014-03-05 Thread David Marchand
When not using vmxnet3-uio and virtio-uio PMDs, prevent igb_uio from binding these devices. This way, vmxnet3 and virtio PMDs won't fail to initialize because of a device silently bound to igb_uio. Signed-off-by: David Marchand --- lib/librte_eal/linuxapp/igb_uio/igb_uio.c |4 1 file ch