From mboxrd@z Thu Jan 1 00:00:00 1970 From: ratheesh kannoth Subject: pci_register_driver of igbuio_pci_driver Date: Wed, 17 Dec 2014 20:48:40 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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