netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/7] mlx4: Bug fixes and cleanups
@ 2012-02-14 16:37 Yevgeny Petrilin
  2012-02-14 19:30 ` David Miller
  0 siblings, 1 reply; 7+ messages in thread
From: Yevgeny Petrilin @ 2012-02-14 16:37 UTC (permalink / raw)
  To: davem; +Cc: netdev, yevgenyp, eugenia

Hello Dave,
This is a series of fixes and cleanups for mlx4_core driver,
Most of them related tracking of VF resources.
The fixes solve issues caused when the VF don't close gracefully (FLR for example)

Thanks,
Yevgeny
---

 main.c             |    4 +---
 mcg.c              |   38 ++++++++++++++------------------------
 mlx4.h             |    1 -
 port.c             |    2 --
 resource_tracker.c |   21 +++++++++++++--------
 5 files changed, 28 insertions(+), 38 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH net 0/7] mlx4: Bug fixes and cleanups
  2012-02-14 16:37 [PATCH net 0/7] mlx4: Bug fixes and cleanups Yevgeny Petrilin
@ 2012-02-14 19:30 ` David Miller
  2012-02-14 20:00   ` Eugenia Emantayev
  0 siblings, 1 reply; 7+ messages in thread
From: David Miller @ 2012-02-14 19:30 UTC (permalink / raw)
  To: yevgenyp; +Cc: netdev, eugenia

From: Yevgeny Petrilin <yevgenyp@mellanox.co.il>
Date: Tue, 14 Feb 2012 18:37:09 +0200

> This is a series of fixes and cleanups for mlx4_core driver,
> Most of them related tracking of VF resources.
> The fixes solve issues caused when the VF don't close gracefully (FLR for example)

All applied to net-next, such cleanups are absolutely not appropriate
for the net tree.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: [PATCH net 0/7] mlx4: Bug fixes and cleanups
  2012-02-14 19:30 ` David Miller
@ 2012-02-14 20:00   ` Eugenia Emantayev
  2012-02-14 20:22     ` David Miller
  0 siblings, 1 reply; 7+ messages in thread
From: Eugenia Emantayev @ 2012-02-14 20:00 UTC (permalink / raw)
  To: David Miller, Yevgeny Petrilin; +Cc: netdev@vger.kernel.org

Hello Dave,

Some of the patches fix very harmful memory leaks and corruptions.
Could you please apply only these 3 specific patches to the net tree?
They are
	[PATCH net 1/7] mlx4_core: fix buffer overrun
	[PATCH net 2/7] mlx4: fix QP tree trashing
	[PATCH net 7/7] mlx4: add unicast steering entries to resource_tracker



Best regards,
Jenny (Eugenia) Emantayev

SW Engineer
Networking group
Mellanox Technologies LTD 
Tel: +972-74-7237250
Mob: +972-54-7370475 
Fax: +972-4-959-3245 
P.O. Box 586 Yokneam 20692 ISRAEL



-----Original Message-----
From: David Miller [mailto:davem@davemloft.net] 
Sent: Tuesday, February 14, 2012 21:31
To: Yevgeny Petrilin
Cc: netdev@vger.kernel.org; Eugenia Emantayev
Subject: Re: [PATCH net 0/7] mlx4: Bug fixes and cleanups

From: Yevgeny Petrilin <yevgenyp@mellanox.co.il>
Date: Tue, 14 Feb 2012 18:37:09 +0200

> This is a series of fixes and cleanups for mlx4_core driver,
> Most of them related tracking of VF resources.
> The fixes solve issues caused when the VF don't close gracefully (FLR for example)

All applied to net-next, such cleanups are absolutely not appropriate
for the net tree.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH net 0/7] mlx4: Bug fixes and cleanups
  2012-02-14 20:00   ` Eugenia Emantayev
@ 2012-02-14 20:22     ` David Miller
  2012-02-15  6:54       ` Yevgeny Petrilin
  0 siblings, 1 reply; 7+ messages in thread
From: David Miller @ 2012-02-14 20:22 UTC (permalink / raw)
  To: eugenia; +Cc: yevgenyp, netdev

From: Eugenia Emantayev <eugenia@mellanox.com>
Date: Tue, 14 Feb 2012 20:00:05 +0000

> Some of the patches fix very harmful memory leaks and corruptions.

Then submit the patches properly, don't mix cleanups in there if it
matters so much to you.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: [PATCH net 0/7] mlx4: Bug fixes and cleanups
  2012-02-14 20:22     ` David Miller
@ 2012-02-15  6:54       ` Yevgeny Petrilin
  2012-02-15  7:03         ` Eric Dumazet
  2012-02-15  7:18         ` David Miller
  0 siblings, 2 replies; 7+ messages in thread
From: Yevgeny Petrilin @ 2012-02-15  6:54 UTC (permalink / raw)
  To: David Miller, Eugenia Emantayev; +Cc: netdev@vger.kernel.org

> 
> > Some of the patches fix very harmful memory leaks and corruptions.
> 
> Then submit the patches properly, don't mix cleanups in there if it matters so much to you.

We will split the series in 2 parts, 1 for net and the other for net-next

Yevgeny

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: [PATCH net 0/7] mlx4: Bug fixes and cleanups
  2012-02-15  6:54       ` Yevgeny Petrilin
@ 2012-02-15  7:03         ` Eric Dumazet
  2012-02-15  7:18         ` David Miller
  1 sibling, 0 replies; 7+ messages in thread
From: Eric Dumazet @ 2012-02-15  7:03 UTC (permalink / raw)
  To: Yevgeny Petrilin; +Cc: David Miller, Eugenia Emantayev, netdev@vger.kernel.org

Le mercredi 15 février 2012 à 06:54 +0000, Yevgeny Petrilin a écrit :
> > 
> > > Some of the patches fix very harmful memory leaks and corruptions.
> > 
> > Then submit the patches properly, don't mix cleanups in there if it matters so much to you.
> 
> We will split the series in 2 parts, 1 for net and the other for net-next
> 
> Yevgeny
> 

Too late, all patches already in net-next

You should re-submit for net tree patches that need to .

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH net 0/7] mlx4: Bug fixes and cleanups
  2012-02-15  6:54       ` Yevgeny Petrilin
  2012-02-15  7:03         ` Eric Dumazet
@ 2012-02-15  7:18         ` David Miller
  1 sibling, 0 replies; 7+ messages in thread
From: David Miller @ 2012-02-15  7:18 UTC (permalink / raw)
  To: yevgenyp; +Cc: eugenia, netdev

From: Yevgeny Petrilin <yevgenyp@mellanox.com>
Date: Wed, 15 Feb 2012 06:54:07 +0000

>> 
>> > Some of the patches fix very harmful memory leaks and corruptions.
>> 
>> Then submit the patches properly, don't mix cleanups in there if it matters so much to you.
> 
> We will split the series in 2 parts, 1 for net and the other for net-next

I already applied all of them to net-next.  So submitting any of them
for net-next would be superfluous.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-02-15  7:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-14 16:37 [PATCH net 0/7] mlx4: Bug fixes and cleanups Yevgeny Petrilin
2012-02-14 19:30 ` David Miller
2012-02-14 20:00   ` Eugenia Emantayev
2012-02-14 20:22     ` David Miller
2012-02-15  6:54       ` Yevgeny Petrilin
2012-02-15  7:03         ` Eric Dumazet
2012-02-15  7:18         ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).