Re: [dpdk-dev] [PATCH v2] usertools: enhance device bind script module detection

2019-11-26 Thread Thomas Monjalon
02/11/2019 15:23, pbhagavat...@marvell.com: > From: Pavan Nikhilesh > > Some kernel modules use '-' in their name when registering through > `pci_register_driver` and the same name is populated in > '/sys/bus/pci/drivers/'. > But the kernel always populates modules names replacing '-' with '_' >

[dpdk-dev] [PATCH v2] usertools: enhance device bind script module detection

2019-11-02 Thread pbhagavatula
From: Pavan Nikhilesh Some kernel modules use '-' in their name when registering through `pci_register_driver` and the same name is populated in '/sys/bus/pci/drivers/'. But the kernel always populates modules names replacing '-' with '_' in '/sys/module/'. Example: # ./usertools/dpdk-d