Author: aitor Date: To: dng Subject: Re: [DNG] vdev status update in daedalus
Hi,
On 19/7/25 20:08, aitor wrote: > I hope to have it working sooner rather than later.
I believe that I have finished the trickiest part and the tests are encouraging.
I'm sending the message through the pipe from the polling part because otherwise we
should send a `struct vdev_device_request`. Moreover, this struct contains pointers,
whereas the other way around all we need to send is the buffer received from the
linux netlink, that is parsed by the parent in order to post the event to the device
work queue. During my tests, I tried mounting/umounting a usb stick and also some
peripherals like the mice and the keyboard, and everything works as expected.