qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3 1/4] colo-compare: use g_timeout_source_new()


From: Zhang Chen
Subject: Re: [Qemu-devel] [PATCH v3 1/4] colo-compare: use g_timeout_source_new() to process the stale packets
Date: Fri, 17 Feb 2017 16:50:46 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1



On 02/17/2017 10:53 AM, zhanghailiang wrote:
Instead of using qemu timer to process the stale packets,
We re-use the colo compare thread to process these packets
by creating a new timeout coroutine.

Besides, since we process all the same vNIC's net connection/packets
in one thread, it is safe to remove the timer_check_lock.

Signed-off-by: zhanghailiang <address@hidden>

Reviewed-by: Zhang Chen <address@hidden>

---
  net/colo-compare.c | 62 +++++++++++++++++++-----------------------------------
  1 file changed, 22 insertions(+), 40 deletions(-)


--
Thanks
Zhang Chen






reply via email to

[Prev in Thread] Current Thread [Next in Thread]