]> git.ipfire.org Git - thirdparty/qemu.git/commit
vfio-user: add coalesced posted writes
authorJohn Levon <john.levon@nutanix.com>
Wed, 25 Jun 2025 19:30:09 +0000 (20:30 +0100)
committerCédric Le Goater <clg@redhat.com>
Thu, 26 Jun 2025 06:55:38 +0000 (08:55 +0200)
commit1a0c32a9daa39738fffc7de086845b2e54ae7034
treedee0ce2134639accf6d562d6c9b17b1d352ff2e8
parent98a906d9e5827b18c51d7d7485be2f21f8900cc7
vfio-user: add coalesced posted writes

Add new message to send multiple writes to server in a single message.
Prevents the outgoing queue from overflowing when a long latency
operation is followed by a series of posted writes.

Originally-by: John Johnson <john.g.johnson@oracle.com>
Signed-off-by: Elena Ufimtseva <elena.ufimtseva@oracle.com>
Signed-off-by: Jagannathan Raman <jag.raman@oracle.com>
Signed-off-by: John Levon <john.levon@nutanix.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20250625193012.2316242-18-john.levon@nutanix.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/vfio-user/device.c
hw/vfio-user/protocol.h
hw/vfio-user/proxy.c
hw/vfio-user/proxy.h
hw/vfio-user/trace-events