Re: [PATCH] nodedev: transient mdev update on nodeDeviceCreateXML

2023-06-29 Thread Boris Fiuczynski
On 6/28/23 7:22 PM, Jonathon Jongsma wrote: On 6/28/23 3:40 AM, Boris Fiuczynski wrote: On 6/28/23 12:03 AM, Jonathon Jongsma wrote: On 6/23/23 5:43 AM, Boris Fiuczynski wrote: Update the optional mdev attributes on the new created nodedev object as they otherwise would not get set until the

Re: [PATCH] nodedev: transient mdev update on nodeDeviceCreateXML

2023-06-28 Thread Jonathon Jongsma
On 6/28/23 3:40 AM, Boris Fiuczynski wrote: On 6/28/23 12:03 AM, Jonathon Jongsma wrote: On 6/23/23 5:43 AM, Boris Fiuczynski wrote: Update the optional mdev attributes on the new created nodedev object as they otherwise would not get set until the next mdevctl update cycle. Resolves:

Re: [PATCH] nodedev: transient mdev update on nodeDeviceCreateXML

2023-06-28 Thread Boris Fiuczynski
On 6/28/23 12:03 AM, Jonathon Jongsma wrote: On 6/23/23 5:43 AM, Boris Fiuczynski wrote: Update the optional mdev attributes on the new created nodedev object as they otherwise would not get set until the next mdevctl update cycle. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2143158

Re: [PATCH] nodedev: transient mdev update on nodeDeviceCreateXML

2023-06-27 Thread Jonathon Jongsma
On 6/23/23 5:43 AM, Boris Fiuczynski wrote: Update the optional mdev attributes on the new created nodedev object as they otherwise would not get set until the next mdevctl update cycle. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2143158 Signed-off-by: Boris Fiuczynski ---

[PATCH] nodedev: transient mdev update on nodeDeviceCreateXML

2023-06-23 Thread Boris Fiuczynski
Update the optional mdev attributes on the new created nodedev object as they otherwise would not get set until the next mdevctl update cycle. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2143158 Signed-off-by: Boris Fiuczynski --- src/node_device/node_device_driver.c | 18