Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | colo-compare: use notifier to notify packets comparing result | Zhang Chen | 2018-10-19 | 1 | -0/+2 |
| | | | | | | | | | | It's a good idea to use notifier to notify COLO frame of inconsistent packets comparing. Signed-off-by: Zhang Chen <zhangckid@gmail.com> Signed-off-by: Zhang Chen <chen.zhang@intel.com> Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com> Signed-off-by: Jason Wang <jasowang@redhat.com> | ||||
* | colo-compare: implement the process of checkpoint | Zhang Chen | 2018-10-19 | 1 | -0/+22 |
While do checkpoint, we need to flush all the unhandled packets, By using the filter notifier mechanism, we can easily to notify every compare object to do this process, which runs inside of compare threads as a coroutine. 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> |