提交 4b0c7264 编写于 作者: J Juan Quintela

multifd: Change default packet size

We moved from 64KB to 512KB, as it makes less locking contention
without any downside in testing.
Signed-off-by: NJuan Quintela <quintela@redhat.com>
Reviewed-by: NDr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: NJuan Quintela <quintela@redhat.com>
上级 7ed379b2
......@@ -584,7 +584,7 @@ exit:
#define MULTIFD_FLAG_SYNC (1 << 0)
/* This value needs to be a multiple of qemu_target_page_size() */
#define MULTIFD_PACKET_SIZE (64 * 1024)
#define MULTIFD_PACKET_SIZE (512 * 1024)
typedef struct {
uint32_t magic;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册