RE: [PATCH V2 0/4] COLO net and runstate bugfix/optimization

2022-04-13 Thread Zhang, Chen


> -Original Message-
> From: Jason Wang 
> Sent: Thursday, April 14, 2022 11:12 AM
> To: Zhang, Chen 
> Cc: Li Zhijian ; qemu-dev  de...@nongnu.org>
> Subject: Re: [PATCH V2 0/4] COLO net and runstate bugfix/optimization
> 
> On Thu, Apr 14, 2022 at 9:52 AM Zhang, Chen 
> wrote:
> >
> > No update for a while. Ping...
> >
> > Thanks
> > Chen
> 
> Hi:
> 
> It's near to release, I think we can queue this for 7.1?

Sure. I forgot to add "for 7.1" tag.

Thanks
Chen

> 
> Thanks
> 
> >
> > > -Original Message-
> > > From: Zhang, Chen 
> > > Sent: Friday, April 1, 2022 11:47 AM
> > > To: Jason Wang ; Li Zhijian
> > > 
> > > Cc: Zhang, Chen ; qemu-dev  > > de...@nongnu.org>
> > > Subject: [PATCH V2 0/4] COLO net and runstate bugfix/optimization
> > >
> > > This series fix some COLO related issues in internal stress testing.
> > >
> > >  - V2:
> > > - Add more comments in patch 2/4 commit log.
> > >
> > > Zhang Chen (4):
> > >   softmmu/runstate.c: add RunStateTransition support form COLO to
> > > PRELAUNCH
> > >   net/colo: Fix a "double free" crash to clear the conn_list
> > >   net/colo.c: No need to track conn_list for filter-rewriter
> > >   net/colo.c: fix segmentation fault when packet is not parsed
> > > correctly
> > >
> > >  net/colo-compare.c|  2 +-
> > >  net/colo.c| 11 +--
> > >  net/filter-rewriter.c |  2 +-
> > >  net/trace-events  |  1 +
> > >  softmmu/runstate.c|  1 +
> > >  5 files changed, 13 insertions(+), 4 deletions(-)
> > >
> > > --
> > > 2.25.1
> >



Re: [PATCH V2 0/4] COLO net and runstate bugfix/optimization

2022-04-13 Thread Jason Wang
On Thu, Apr 14, 2022 at 9:52 AM Zhang, Chen  wrote:
>
> No update for a while. Ping...
>
> Thanks
> Chen

Hi:

It's near to release, I think we can queue this for 7.1?

Thanks

>
> > -Original Message-
> > From: Zhang, Chen 
> > Sent: Friday, April 1, 2022 11:47 AM
> > To: Jason Wang ; Li Zhijian 
> > Cc: Zhang, Chen ; qemu-dev  > de...@nongnu.org>
> > Subject: [PATCH V2 0/4] COLO net and runstate bugfix/optimization
> >
> > This series fix some COLO related issues in internal stress testing.
> >
> >  - V2:
> > - Add more comments in patch 2/4 commit log.
> >
> > Zhang Chen (4):
> >   softmmu/runstate.c: add RunStateTransition support form COLO to
> > PRELAUNCH
> >   net/colo: Fix a "double free" crash to clear the conn_list
> >   net/colo.c: No need to track conn_list for filter-rewriter
> >   net/colo.c: fix segmentation fault when packet is not parsed correctly
> >
> >  net/colo-compare.c|  2 +-
> >  net/colo.c| 11 +--
> >  net/filter-rewriter.c |  2 +-
> >  net/trace-events  |  1 +
> >  softmmu/runstate.c|  1 +
> >  5 files changed, 13 insertions(+), 4 deletions(-)
> >
> > --
> > 2.25.1
>




RE: [PATCH V2 0/4] COLO net and runstate bugfix/optimization

2022-04-13 Thread Zhang, Chen
No update for a while. Ping...

Thanks
Chen

> -Original Message-
> From: Zhang, Chen 
> Sent: Friday, April 1, 2022 11:47 AM
> To: Jason Wang ; Li Zhijian 
> Cc: Zhang, Chen ; qemu-dev  de...@nongnu.org>
> Subject: [PATCH V2 0/4] COLO net and runstate bugfix/optimization
> 
> This series fix some COLO related issues in internal stress testing.
> 
>  - V2:
> - Add more comments in patch 2/4 commit log.
> 
> Zhang Chen (4):
>   softmmu/runstate.c: add RunStateTransition support form COLO to
> PRELAUNCH
>   net/colo: Fix a "double free" crash to clear the conn_list
>   net/colo.c: No need to track conn_list for filter-rewriter
>   net/colo.c: fix segmentation fault when packet is not parsed correctly
> 
>  net/colo-compare.c|  2 +-
>  net/colo.c| 11 +--
>  net/filter-rewriter.c |  2 +-
>  net/trace-events  |  1 +
>  softmmu/runstate.c|  1 +
>  5 files changed, 13 insertions(+), 4 deletions(-)
> 
> --
> 2.25.1