Re: [PATCH v3 1/1] usertools/devbind: allow changing UID/GID for VFIO

2024-11-29 Thread Thomas Monjalon
27/11/2024 10:13, Anatoly Burakov: > Currently, when binding a device to VFIO, the UID/GID for the device will > always stay as system default (`root`). Yet, when running DPDK as non-root > user, one has to change the UID/GID of the device to match the user's > UID/GID to use the device. > > This

Re: [PATCH v3 1/1] usertools/devbind: allow changing UID/GID for VFIO

2024-11-29 Thread Robin Jarry
Anatoly Burakov, Nov 27, 2024 at 10:13: Currently, when binding a device to VFIO, the UID/GID for the device will always stay as system default (`root`). Yet, when running DPDK as non-root user, one has to change the UID/GID of the device to match the user's UID/GID to use the device. This patch