diff options
author | Juan Quintela <quintela@redhat.com> | 2021-11-19 15:35:58 +0100 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2022-01-28 15:38:23 +0100 |
commit | d48c3a044537689866fe44e65d24c7d39a68868a (patch) | |
tree | e1741d73eaf172f2d5da0d9e629bcb13096ace23 /util/rcu.c | |
parent | 468fcb5dd0c965e1af0da9efab09b1462631da18 (diff) | |
download | qemu-d48c3a044537689866fe44e65d24c7d39a68868a.zip qemu-d48c3a044537689866fe44e65d24c7d39a68868a.tar.gz qemu-d48c3a044537689866fe44e65d24c7d39a68868a.tar.bz2 |
multifd: Use a single writev on the send side
Until now, we wrote the packet header with write(), and the rest of the
pages with writev(). Just increase the size of the iovec and do a
single writev().
Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'util/rcu.c')
0 files changed, 0 insertions, 0 deletions