Re: [PATCH v2] vhost: fix external message handlers

2022-03-08 Thread David Marchand
On Tue, Mar 8, 2022 at 10:45 AM David Marchand wrote: > > Following a rework, external message handlers were receiving a pointer > to a vhost_user message (as stated in the API), but lost the ability to > interact with fds attached to the message. > Restore the original layout and put a build chec

Re: [PATCH v2] vhost: fix external message handlers

2022-03-08 Thread Christophe Fontaine
On Tue, Mar 8, 2022 at 10:44 AM David Marchand wrote: > > Following a rework, external message handlers were receiving a pointer > to a vhost_user message (as stated in the API), but lost the ability to > interact with fds attached to the message. > Restore the original layout and put a build chec

RE: [PATCH v2] vhost: fix external message handlers

2022-03-08 Thread Poczatek, Jakub
Hi everyone, > Following a rework, external message handlers were receiving a pointer > to a vhost_user message (as stated in the API), but lost the ability > to interact with fds attached to the message. > Restore the original layout and put a build check and reminders. > > Bugzilla ID: 953 >

Re: [PATCH v2] vhost: fix external message handlers

2022-03-08 Thread Maxime Coquelin
On 3/8/22 10:44, David Marchand wrote: Following a rework, external message handlers were receiving a pointer to a vhost_user message (as stated in the API), but lost the ability to interact with fds attached to the message. Restore the original layout and put a build check and reminders. Bug

[PATCH v2] vhost: fix external message handlers

2022-03-08 Thread David Marchand
Following a rework, external message handlers were receiving a pointer to a vhost_user message (as stated in the API), but lost the ability to interact with fds attached to the message. Restore the original layout and put a build check and reminders. Bugzilla ID: 953 Fixes: 5e0099dc709e ("vhost: r