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(-)
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.
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 <redacted>
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.