[dpdk-dev] pci_register_driver of igbuio_pci_driver

2014-12-17 Thread ratheesh kannoth
I could see that .id_table is assigned NULL in igbuio_pci_driver structure. if so Then pci_probe will be called for all devices right ? If some interfaces are already controlled some other kernel mode driver, how dpdk omits them out ? -Ratheesh

[dpdk-dev] igb claiming device.

2014-12-17 Thread ratheesh kannoth
I used unbind option...not remove. Still i face this problem On Wed, Dec 17, 2014 at 11:02 AM, ratheesh kannoth wrote: > Hi list, > > I have enic driver compiled as part of kernel. when the system comes > up, it detects all the 4 vnics in mysystem ( say eth0, eth1, eth2, > eth3).

[dpdk-dev] igb claiming device.

2014-12-17 Thread ratheesh kannoth
Hi list, I have enic driver compiled as part of kernel. when the system comes up, it detects all the 4 vnics in mysystem ( say eth0, eth1, eth2, eth3). I am removing eth1, eth2 and eth3 thru sysfs remove entry ( https://www.kernel.org/doc/Documentation/filesystems/sysfs-pci.txt ). 1.After that i