Re: [PATCH] vhost: fix external message handlers

2022-03-08 Thread Maxime Coquelin
On 3/8/22 09:37, David Marchand wrote: On Tue, Mar 8, 2022 at 9:34 AM Maxime Coquelin wrote: On 3/7/22 19:11, 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 fd

Re: [PATCH] vhost: fix external message handlers

2022-03-08 Thread David Marchand
On Tue, Mar 8, 2022 at 9:34 AM Maxime Coquelin wrote: > On 3/7/22 19:11, 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. > > R

Re: [PATCH] vhost: fix external message handlers

2022-03-08 Thread Maxime Coquelin
Hi, On 3/7/22 19:11, 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. B

[PATCH] vhost: fix external message handlers

2022-03-07 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