mbox series

[0/2] colo-compare: Fix memory leak for non-tcp packet

Message ID cover.1605438886.git.lukasstraub2@web.de
Headers show
Series colo-compare: Fix memory leak for non-tcp packet | expand

Message

Lukas Straub Nov. 15, 2020, 11:18 a.m. UTC
Hello Everyone,
This fixes a memory leak for non-tcp packets and optimizes the removal from
the queue.

Lukas Straub (2):
  net/colo-compare.c: Fix memory leak for non-tcp packet
  net/colo-compare.c: Optimize removal of secondary packet

 net/colo-compare.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--
2.20.1

Comments

Zhang, Chen Nov. 16, 2020, 7:32 a.m. UTC | #1
Queued this series to COLO tree.

Thanks
Chen

> -----Original Message-----
> From: Lukas Straub <lukasstraub2@web.de>
> Sent: Sunday, November 15, 2020 7:19 PM
> To: qemu-devel <qemu-devel@nongnu.org>
> Cc: Zhang, Chen <chen.zhang@intel.com>; Li Zhijian
> <lizhijian@cn.fujitsu.com>; Jason Wang <jasowang@redhat.com>
> Subject: [PATCH 0/2] colo-compare: Fix memory leak for non-tcp packet
> 
> Hello Everyone,
> This fixes a memory leak for non-tcp packets and optimizes the removal from
> the queue.
> 
> Lukas Straub (2):
>   net/colo-compare.c: Fix memory leak for non-tcp packet
>   net/colo-compare.c: Optimize removal of secondary packet
> 
>  net/colo-compare.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> --
> 2.20.1
Lukas Straub March 17, 2021, 9:23 p.m. UTC | #2
Hi,
This hasn't been merged yet.

Regards,
Lukas Straub

On Mon, 16 Nov 2020 07:32:22 +0000
"Zhang, Chen" <chen.zhang@intel.com> wrote:

> Queued this series to COLO tree.
> 
> Thanks
> Chen
> 
> > -----Original Message-----
> > From: Lukas Straub <lukasstraub2@web.de>
> > Sent: Sunday, November 15, 2020 7:19 PM
> > To: qemu-devel <qemu-devel@nongnu.org>
> > Cc: Zhang, Chen <chen.zhang@intel.com>; Li Zhijian
> > <lizhijian@cn.fujitsu.com>; Jason Wang <jasowang@redhat.com>
> > Subject: [PATCH 0/2] colo-compare: Fix memory leak for non-tcp packet
> > 
> > Hello Everyone,
> > This fixes a memory leak for non-tcp packets and optimizes the removal from
> > the queue.
> > 
> > Lukas Straub (2):
> >   net/colo-compare.c: Fix memory leak for non-tcp packet
> >   net/colo-compare.c: Optimize removal of secondary packet
> > 
> >  net/colo-compare.c | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> > 
> > --
> > 2.20.1  



--
Zhang, Chen March 18, 2021, 1:22 a.m. UTC | #3
Sorry for the delay. Current COLO tree just merged this series,
I originally wanted to merge other COLO related patches(Lei or me) and submit it together to Jason.

Hi Jason, do you need me to send this series first or do you want to do it together?

Thanks
Chen

> -----Original Message-----
> From: Lukas Straub <lukasstraub2@web.de>
> Sent: Thursday, March 18, 2021 5:24 AM
> To: Zhang, Chen <chen.zhang@intel.com>
> Cc: qemu-devel <qemu-devel@nongnu.org>; Li Zhijian
> <lizhijian@cn.fujitsu.com>; Jason Wang <jasowang@redhat.com>
> Subject: Re: [PATCH 0/2] colo-compare: Fix memory leak for non-tcp packet
> 
> Hi,
> This hasn't been merged yet.
> 
> Regards,
> Lukas Straub
> 
> On Mon, 16 Nov 2020 07:32:22 +0000
> "Zhang, Chen" <chen.zhang@intel.com> wrote:
> 
> > Queued this series to COLO tree.
> >
> > Thanks
> > Chen
> >
> > > -----Original Message-----
> > > From: Lukas Straub <lukasstraub2@web.de>
> > > Sent: Sunday, November 15, 2020 7:19 PM
> > > To: qemu-devel <qemu-devel@nongnu.org>
> > > Cc: Zhang, Chen <chen.zhang@intel.com>; Li Zhijian
> > > <lizhijian@cn.fujitsu.com>; Jason Wang <jasowang@redhat.com>
> > > Subject: [PATCH 0/2] colo-compare: Fix memory leak for non-tcp
> > > packet
> > >
> > > Hello Everyone,
> > > This fixes a memory leak for non-tcp packets and optimizes the
> > > removal from the queue.
> > >
> > > Lukas Straub (2):
> > >   net/colo-compare.c: Fix memory leak for non-tcp packet
> > >   net/colo-compare.c: Optimize removal of secondary packet
> > >
> > >  net/colo-compare.c | 3 ++-
> > >  1 file changed, 2 insertions(+), 1 deletion(-)
> > >
> > > --
> > > 2.20.1
> 
> 
> 
> --
Jason Wang March 18, 2021, 2:41 a.m. UTC | #4
在 2021/3/18 上午9:22, Zhang, Chen 写道:
> Sorry for the delay. Current COLO tree just merged this series,
> I originally wanted to merge other COLO related patches(Lei or me) and submit it together to Jason.
>
> Hi Jason, do you need me to send this series first or do you want to do it together?


We're in soft freeze, so if you can collect all the patches before hard 
free, that would be better.

Thanks


>
> Thanks
> Chen
>
>> -----Original Message-----
>> From: Lukas Straub <lukasstraub2@web.de>
>> Sent: Thursday, March 18, 2021 5:24 AM
>> To: Zhang, Chen <chen.zhang@intel.com>
>> Cc: qemu-devel <qemu-devel@nongnu.org>; Li Zhijian
>> <lizhijian@cn.fujitsu.com>; Jason Wang <jasowang@redhat.com>
>> Subject: Re: [PATCH 0/2] colo-compare: Fix memory leak for non-tcp packet
>>
>> Hi,
>> This hasn't been merged yet.
>>
>> Regards,
>> Lukas Straub
>>
>> On Mon, 16 Nov 2020 07:32:22 +0000
>> "Zhang, Chen" <chen.zhang@intel.com> wrote:
>>
>>> Queued this series to COLO tree.
>>>
>>> Thanks
>>> Chen
>>>
>>>> -----Original Message-----
>>>> From: Lukas Straub <lukasstraub2@web.de>
>>>> Sent: Sunday, November 15, 2020 7:19 PM
>>>> To: qemu-devel <qemu-devel@nongnu.org>
>>>> Cc: Zhang, Chen <chen.zhang@intel.com>; Li Zhijian
>>>> <lizhijian@cn.fujitsu.com>; Jason Wang <jasowang@redhat.com>
>>>> Subject: [PATCH 0/2] colo-compare: Fix memory leak for non-tcp
>>>> packet
>>>>
>>>> Hello Everyone,
>>>> This fixes a memory leak for non-tcp packets and optimizes the
>>>> removal from the queue.
>>>>
>>>> Lukas Straub (2):
>>>>    net/colo-compare.c: Fix memory leak for non-tcp packet
>>>>    net/colo-compare.c: Optimize removal of secondary packet
>>>>
>>>>   net/colo-compare.c | 3 ++-
>>>>   1 file changed, 2 insertions(+), 1 deletion(-)
>>>>
>>>> --
>>>> 2.20.1
>>
>>
>> --
Zhang, Chen March 18, 2021, 3:26 a.m. UTC | #5
> -----Original Message-----
> From: Jason Wang <jasowang@redhat.com>
> Sent: Thursday, March 18, 2021 10:41 AM
> To: Zhang, Chen <chen.zhang@intel.com>; Lukas Straub
> <lukasstraub2@web.de>
> Cc: qemu-devel <qemu-devel@nongnu.org>; Li Zhijian
> <lizhijian@cn.fujitsu.com>
> Subject: Re: [PATCH 0/2] colo-compare: Fix memory leak for non-tcp packet
> 
> 
> 在 2021/3/18 上午9:22, Zhang, Chen 写道:
> > Sorry for the delay. Current COLO tree just merged this series, I
> > originally wanted to merge other COLO related patches(Lei or me) and
> submit it together to Jason.
> >
> > Hi Jason, do you need me to send this series first or do you want to do it
> together?
> 
> 
> We're in soft freeze, so if you can collect all the patches before hard free,
> that would be better.
> 

OK, I will send this series first.

Thanks
Chen

> Thanks
> 
> 
> >
> > Thanks
> > Chen
> >
> >> -----Original Message-----
> >> From: Lukas Straub <lukasstraub2@web.de>
> >> Sent: Thursday, March 18, 2021 5:24 AM
> >> To: Zhang, Chen <chen.zhang@intel.com>
> >> Cc: qemu-devel <qemu-devel@nongnu.org>; Li Zhijian
> >> <lizhijian@cn.fujitsu.com>; Jason Wang <jasowang@redhat.com>
> >> Subject: Re: [PATCH 0/2] colo-compare: Fix memory leak for non-tcp
> >> packet
> >>
> >> Hi,
> >> This hasn't been merged yet.
> >>
> >> Regards,
> >> Lukas Straub
> >>
> >> On Mon, 16 Nov 2020 07:32:22 +0000
> >> "Zhang, Chen" <chen.zhang@intel.com> wrote:
> >>
> >>> Queued this series to COLO tree.
> >>>
> >>> Thanks
> >>> Chen
> >>>
> >>>> -----Original Message-----
> >>>> From: Lukas Straub <lukasstraub2@web.de>
> >>>> Sent: Sunday, November 15, 2020 7:19 PM
> >>>> To: qemu-devel <qemu-devel@nongnu.org>
> >>>> Cc: Zhang, Chen <chen.zhang@intel.com>; Li Zhijian
> >>>> <lizhijian@cn.fujitsu.com>; Jason Wang <jasowang@redhat.com>
> >>>> Subject: [PATCH 0/2] colo-compare: Fix memory leak for non-tcp
> >>>> packet
> >>>>
> >>>> Hello Everyone,
> >>>> This fixes a memory leak for non-tcp packets and optimizes the
> >>>> removal from the queue.
> >>>>
> >>>> Lukas Straub (2):
> >>>>    net/colo-compare.c: Fix memory leak for non-tcp packet
> >>>>    net/colo-compare.c: Optimize removal of secondary packet
> >>>>
> >>>>   net/colo-compare.c | 3 ++-
> >>>>   1 file changed, 2 insertions(+), 1 deletion(-)
> >>>>
> >>>> --
> >>>> 2.20.1
> >>
> >>
> >> --