Re: [PATCH 2/3] nodedev: immediate update of active config on udev add

2024-03-28 Thread Jonathon Jongsma
On 3/27/24 1:14 PM, Marc Hartmayer wrote: On Wed, Mar 27, 2024 at 10:53 AM -0500, Jonathon Jongsma wrote: On 3/20/24 10:46 AM, Boris Fiuczynski wrote: When an udev add event occurs the mdev active config data requires an update via mdevctl as the udev does not contain all config data. This

Re: [PATCH 2/3] nodedev: immediate update of active config on udev add

2024-03-27 Thread Marc Hartmayer
On Wed, Mar 27, 2024 at 10:53 AM -0500, Jonathon Jongsma wrote: > On 3/20/24 10:46 AM, Boris Fiuczynski wrote: >> When an udev add event occurs the mdev active config data requires an >> update via mdevctl as the udev does not contain all config data. >> This update needs to occur immediate and

Re: [PATCH 2/3] nodedev: immediate update of active config on udev add

2024-03-27 Thread Jonathon Jongsma
On 3/20/24 10:46 AM, Boris Fiuczynski wrote: When an udev add event occurs the mdev active config data requires an update via mdevctl as the udev does not contain all config data. This update needs to occur immediate and to be finished before the libvirt CREATE event is issued to keep the API

[PATCH 2/3] nodedev: immediate update of active config on udev add

2024-03-20 Thread Boris Fiuczynski
When an udev add event occurs the mdev active config data requires an update via mdevctl as the udev does not contain all config data. This update needs to occur immediate and to be finished before the libvirt CREATE event is issued to keep the API usage reliable. Signed-off-by: Boris Fiuczynski