[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/6] Fix multifd with big number of channels
From: |
Juan Quintela |
Subject: |
[Qemu-devel] [PATCH 0/6] Fix multifd with big number of channels |
Date: |
Wed, 14 Aug 2019 04:02:12 +0200 |
Hi
When we have much more channels than cpus, we end having failures when
writting to sockets. This series:
- add some traces
- fix some of the trouble with serialization of creating the
threads/channels in proper order.
- Ask for help with the last patch. See documentation there.
Please, review.
Juan Quintela (6):
migration: Add traces for multifd terminate threads
migration: Make global sem_sync semaphore by channel
migration: Make sure that all multifd channels have been created
migration: Make multifd threads wait until all have been created
migration: add some multifd traces
RFH: We lost "connect" events
migration/ram.c | 60 +++++++++++++++++++++++++++++++++++-------
migration/trace-events | 8 ++++++
2 files changed, 59 insertions(+), 9 deletions(-)
--
2.21.0
- [Qemu-devel] [PATCH 0/6] Fix multifd with big number of channels,
Juan Quintela <=
- [Qemu-devel] [PATCH 1/6] migration: Add traces for multifd terminate threads, Juan Quintela, 2019/08/13
- [Qemu-devel] [PATCH 2/6] migration: Make global sem_sync semaphore by channel, Juan Quintela, 2019/08/13
- [Qemu-devel] [PATCH 3/6] migration: Make sure that all multifd channels have been created, Juan Quintela, 2019/08/13
- [Qemu-devel] [PATCH 4/6] migration: Make multifd threads wait until all have been created, Juan Quintela, 2019/08/13
- [Qemu-devel] [PATCH 5/6] migration: add some multifd traces, Juan Quintela, 2019/08/13