numam-dpdk/usertools
Dmitry Kozlyuk 8d73de6f7f usertools: add options for hugetlbfs mount point owner
Per mount(8), the previous owner and mode of the mount point
become invisible as long as this filesystem remains mounted.
Because dpdk-hugepages.py must be run as root,
the new owner would be root.
This is undesirable if the hugepage directory is being set up
by the administrator for an unprivileged user.
HugeTLB filesystem has options to set the mount point owner.
Add --user/-U and --group/-G options to apply this when mounting.
The benefit of performing this in dpdk-hugepages.py
is that the user does not need to care about this detail
of mount command operation.

Signed-off-by: Dmitry Kozlyuk <dkozlyuk@nvidia.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
2022-06-27 02:24:12 +02:00
..
cpu_layout.py
dpdk-devbind.py usertools/devbind: support virtio block device 2022-06-01 11:50:10 +02:00
dpdk-hugepages.py usertools: add options for hugetlbfs mount point owner 2022-06-27 02:24:12 +02:00
dpdk-pmdinfo.py usertools/pmdinfo: fix plugin auto scan 2021-10-25 17:09:01 +02:00
dpdk-telemetry-client.py
dpdk-telemetry.py support systemd service convention for runtime directory 2022-02-09 19:12:40 +01:00
meson.build