Re: [PATCH v2] um: read multiple msg from virtio slave request fd

2022-08-09 Thread Johannes Berg
On Tue, 2022-06-07 at 11:27 +, Benjamin Beichler wrote: > If VHOST_USER_PROTOCOL_F_INBAND_NOTIFICATIONS is activated, the user mode > linux virtio irq handler only read one msg from the corresponding socket. > This creates issues, when the device emulation creates multiple call > requests (e.g.

Re: [PATCH v2] um: read multiple msg from virtio slave request fd

2022-07-28 Thread Richard Weinberger
- Ursprüngliche Mail - > Von: "Benjamin Beichler" > Are there any issues with that patch? > I would be happy to receive any comments or an acceptance :-D Johannes, can you please have a look? Thanks, //richard ___ linux-um mailing list linux-u

Re: [PATCH v2] um: read multiple msg from virtio slave request fd

2022-07-27 Thread Benjamin Beichler
Are there any issues with that patch? I would be happy to receive any comments or an acceptance :-D Sorry for my former HTML-Email. kind regards Benjamin Am 07.06.2022 um 13:27 schrieb Benjamin Beichler: If VHOST_USER_PROTOCOL_F_INBAND_NOTIFICATIONS is activated, the user mode linux virtio i

[PATCH v2] um: read multiple msg from virtio slave request fd

2022-06-07 Thread Benjamin Beichler
If VHOST_USER_PROTOCOL_F_INBAND_NOTIFICATIONS is activated, the user mode linux virtio irq handler only read one msg from the corresponding socket. This creates issues, when the device emulation creates multiple call requests (e.g. for multiple virtqueues), as the socket buffer tend to fill up and