[PATCH v2 0/2] net/colo-compare.c: Expose COLO-compare parameters to users

Zhang Chen posted 2 patches 5 years, 8 months ago
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test FreeBSD passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200318082320.20768-1-chen.zhang@intel.com
Maintainers: Jason Wang <jasowang@redhat.com>, Zhang Chen <chen.zhang@intel.com>, Li Zhijian <lizhijian@cn.fujitsu.com>
net/colo-compare.c | 95 +++++++++++++++++++++++++++++++++++++++++++---
qemu-options.hx    | 10 +++--
2 files changed, 97 insertions(+), 8 deletions(-)
[PATCH v2 0/2] net/colo-compare.c: Expose COLO-compare parameters to users
Posted by Zhang Chen 5 years, 8 months ago
From: Zhang Chen <chen.zhang@intel.com>

Make a way to config COLO "compare_timeout" and "expired_scan_cycle" parameters
according to user's scenarios and environments.

V2:
 - Rebased on upstream.
 - Fixed typos.

Zhang Chen (2):
  net/colo-compare.c: Expose "compare_timeout" to users
  net/colo-compare.c: Expose "expired_scan_cycle" to users

 net/colo-compare.c | 95 +++++++++++++++++++++++++++++++++++++++++++---
 qemu-options.hx    | 10 +++--
 2 files changed, 97 insertions(+), 8 deletions(-)

-- 
2.17.1


Re: [PATCH v2 0/2] net/colo-compare.c: Expose COLO-compare parameters to users
Posted by Jason Wang 5 years, 8 months ago
On 2020/3/18 下午4:23, Zhang Chen wrote:
> From: Zhang Chen <chen.zhang@intel.com>
>
> Make a way to config COLO "compare_timeout" and "expired_scan_cycle" parameters
> according to user's scenarios and environments.
>
> V2:
>   - Rebased on upstream.
>   - Fixed typos.
>
> Zhang Chen (2):
>    net/colo-compare.c: Expose "compare_timeout" to users
>    net/colo-compare.c: Expose "expired_scan_cycle" to users
>
>   net/colo-compare.c | 95 +++++++++++++++++++++++++++++++++++++++++++---
>   qemu-options.hx    | 10 +++--
>   2 files changed, 97 insertions(+), 8 deletions(-)
>

Applied.

Thanks