[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH RFC 0/6] COLO-Proxy: Make Xen COLO use userspace colo-proxy
Hi~ All~ Happy Chinese New Year~~ Because of some reason, We no longer support COLO kernel proxy. So we send this patch set to make Xen use userspace colo-proxy in qemu. Below is a COLO userspace proxy ascii figure: Primary qemu Secondary qemu +--------------------------------------------------------------+ +----------------------------------------------------------------+ | +----------------------------------------------------------+ | | +-----------------------------------------------------------+ | | | | | | | | | | | guest | | | | guest | | | | | | | | | | | +-------^--------------------------+-----------------------+ | | +---------------------+--------+----------------------------+ | | | | | | ^ | | | | | | | | | | | | +------------------------------------------------------+ | | | | |netfilter| | | | | | netfilter | | | | +----------+ +----------------------------+ | | | +-----------------------------------------------------------+ | | | | | | | out | | | | | | filter excute order | | | | | | +-----------------------------+ | | | | | | +-------------------> | | | | | | | | | | | | | | | | TCP | | | | +-----+--+-+ +-----v----+ +-----v----+ |pri +----+----+sec| | | | +------------+ +---+----+---v+rewriter++ +------------+ | | | | | | | | | | |in | |in | | | | | | | | | | | | | | | | filter | | filter | | filter +------> colo <------+ +--------> filter +--> adjust | adjust +--> filter | | | | | | mirror | |redirector| |redirector| | | compare | | | | | | redirector | | ack | seq | | redirector | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +----^-----+ +----+-----+ +----------+ | +---------+ | | | | +------------+ +--------+--------------+ +---+--------+ | | | | | tx | rx rx | | | | | tx all | rx | | | | | | | | | | +-----------------------------------------------------------+ | | | | +--------------+ | | | | | | | | | filter excute order | | | | | | | | | | +----------------> | | | +--------------------------------------------------------+ | | +-----------------------------------------+ | | | | | | | | | +--------------------------------------------------------------+ +----------------------------------------------------------------+ |guest receive | guest send | | +--------+----------------------------v------------------------+ | | NOTE: filter direction is rx/tx/all | tap | rx:receive packets sent to the netdev | | tx:receive packets sent by the netdev +--------------------------------------------------------------+ You can know the detail from here: http://wiki.qemu.org/Features/COLO https://github.com/qemu/qemu/blob/master/docs/colo-proxy.txt Zhang Chen (6): COLO-Proxy: Add remus command to open userspace proxy COLO-Proxy: Setup userspace colo-proxy on primary side COLO-Proxy: Setup userspace colo-proxy on secondary side COLO-Proxy: Add primary userspace colo proxy start args COLO-Proxy: Add secondary userspace colo-proxy start args COLO-Proxy: Use socket to get checkpoint event. docs/man/xl.pod.1.in | 4 + tools/libxl/libxl_colo.h | 7 + tools/libxl/libxl_colo_proxy.c | 42 ++++++ tools/libxl/libxl_colo_restore.c | 9 +- tools/libxl/libxl_colo_save.c | 11 +- tools/libxl/libxl_create.c | 9 +- tools/libxl/libxl_dm.c | 149 +++++++++++++++++++ tools/libxl/libxl_nic.c | 306 +++++++++++++++++++++++++++++++++++++++ tools/libxl/libxl_types.idl | 64 ++++++-- tools/libxl/xl_cmdimpl.c | 119 ++++++++++++++- tools/libxl/xl_cmdtable.c | 3 +- 11 files changed, 703 insertions(+), 20 deletions(-) -- 2.7.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |