filter-rewriter: handle checkpoint and failover event
commit24525e93c17aabdd88df893f1ceecc37e8b289f3
authorZhang Chen <zhangckid@gmail.com>
Mon, 3 Sep 2018 04:38:57 +0000 (3 12:38 +0800)
committerJason Wang <jasowang@redhat.com>
Fri, 19 Oct 2018 03:15:03 +0000 (19 11:15 +0800)
tree2c0d07df813a7d4928a3c7622be7196df1b864e1
parent5fbba3d6594aab91a26c255776b80d454682d535
filter-rewriter: handle checkpoint and failover event

After one round of checkpoint, the states between PVM and SVM
become consistent, so it is unnecessary to adjust the sequence
of net packets for old connections, besides, while failover
happens, filter-rewriter will into failover mode that needn't
handle the new TCP connection.

Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com>
Signed-off-by: Zhang Chen <zhangckid@gmail.com>
Signed-off-by: Zhang Chen <chen.zhang@intel.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
net/colo-compare.c
net/colo.c
net/colo.h
net/filter-rewriter.c