Re: [PATCH v4 0/5] vhost: FD manager improvements

2024-06-12 Thread Maxime Coquelin
On 6/11/24 15:39, Maxime Coquelin wrote: This series aims at improving the Vhost FD manager. The fdset internals is hidden from its callers, the notification/synchronization is made systematic for every FD add/del operations and finally the code is reworked to make use of epoll insteal of pol

Re: [PATCH v4 0/5] vhost: FD manager improvements

2024-06-11 Thread David Marchand
On Tue, Jun 11, 2024 at 3:40 PM Maxime Coquelin wrote: > > > This series aims at improving the Vhost FD manager. > The fdset internals is hidden from its callers, the > notification/synchronization is made systematic for > every FD add/del operations and finally the code is > reworked to make use

[PATCH v4 0/5] vhost: FD manager improvements

2024-06-11 Thread Maxime Coquelin
This series aims at improving the Vhost FD manager. The fdset internals is hidden from its callers, the notification/synchronization is made systematic for every FD add/del operations and finally the code is reworked to make use of epoll insteal of poll which reduces the complexity (less locks in