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 '_'
>
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
2 matches
Mail list logo