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

2024-11-27 Thread Burakov, Anatoly
On 11/26/2024 5:15 PM, Robin Jarry wrote: Hi Anatoly, Anatoly Burakov, Nov 26, 2024 at 16:02: 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

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

2024-11-26 Thread Robin Jarry
Hi Anatoly, Anatoly Burakov, Nov 26, 2024 at 16:02: 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

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

2024-11-26 Thread Bruce Richardson
On Tue, Nov 26, 2024 at 03:02:38PM +, Anatoly Burakov wrote: > 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