Re: [RFC PATCH 2/2] contrib/gitdm: Add more academic domains

2020-10-05 Thread Fan Yang
Acked-by: Fan Yang On Mon, Oct 05, 2020 at 4:40AM +0800,Philippe Mathieu-Daudé wrote: > > There is a number of contributions from these academic domains. > Add the entries to the gitdm 'academic' domain map. > > Cc: Akkarit Sangpetch > Cc: Alexander Bulekov &

Re: [RFC PATCH 2/2] contrib/gitdm: Add more academic domains

2020-10-05 Thread Fan Yang
Acked-by: Fan Yang On Mon, Oct 05, 2020 at 4:40AM +0800,Philippe Mathieu-Daudé wrote: > There is a number of contributions from these academic domains. > Add the entries to the gitdm 'academic' domain map. > > Cc: Akkarit Sangpetch > Cc: Alexander Bulekov >

Re: [PATCH] COLO-compare: Fix incorrect `if` logic

2019-09-24 Thread Fan Yang
O Proxy) >> Li Zhijian (supporter:COLO Proxy) >> Jason Wang (maintainer:Network device ba...) >> qemu-devel@nongnu.org (open list:All patches CC here) >> >> On 9/24/19 4:08 PM, Fan Yang wrote: >>> 'colo_mark_tcp_pkt' should return '

[PATCH] COLO-compare: Fix incorrect `if` logic

2019-09-24 Thread Fan Yang
The result is that COLO-compare reports inconsistent TCP packets when they are actually the same. Signed-off-by: Fan Yang --- net/colo-compare.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/colo-compare.c b/net/colo-compare.c index 7489840bde..7ee17f2cf8 100