[PATCH] linux/igb_uio: make module parameters visible in sysfs
Stephen Hemminger
stephen at networkplumber.org
Thu Jul 6 04:40:36 CEST 2023
On Sun, 21 Aug 2022 15:12:13 -0700
Shinae Woo <shinae at alkira.net> wrote:
> - explicitly set default value for intr_mode
> - give read permission on wc_activate
> - applying patch gives below visibility
>
> ```
> $ more /sys/module/igb_uio/parameters/* | cat
> ::::::::::::::
> /sys/module/igb_uio/parameters/intr_mode
> ::::::::::::::
> msix
> ::::::::::::::
> /sys/module/igb_uio/parameters/wc_activate
> ::::::::::::::
> 0
> ```
>
> Signed-off-by: Shinae Woo <shinae at alkira.net>
Looks ok.
This would have to go against dpdk-kmods tree.
Checkpatch is being overly picky here
Reviewed-by: Stephen Hemminger <stephen at networkplumber.org>
More information about the dev
mailing list