netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/6] Mellanox Core and Ethernet driver fixes 2013-03-07
@ 2013-03-07 13:46 Or Gerlitz
  2013-03-07 13:46 ` [PATCH net 1/6] net/mlx4_core: Disable mlx4_QP_ATTACH calls from guests if the host uses flow steering Or Gerlitz
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Or Gerlitz @ 2013-03-07 13:46 UTC (permalink / raw)
  To: davem; +Cc: netdev, amirv, Or Gerlitz

Hi Dave,

Here's a batch of fixes to the mlx4 core and ethernet drivers for 3.9

The commit that disabled RFS when running in SRIOV mode fixes a regression which was 
introduced in 3.9-rc1 but actually present also in the 3.8 -stable series. It turns out 
that a slightly different fix is needed there and we will generate and submit it there.

Patches done against net commit 66d29cbc59433 "benet: Wait f/w POST until timeout"

Or.

Amir Vadai (1):
  net/mlx4_en: Disable RFS when running in SRIOV mode

Jack Morgenstein (3):
  net/mlx4_core: Disable mlx4_QP_ATTACH calls from guests if the host uses flow steering
  net/mlx4_core: Turn off device-managed FS bit in dev-cap wrapper if DMFS is not enabled
  net/mlx4_core: Fix endianness bug in set_param_l

Yan Burman (2):
  net/mlx4_en: Fix race when setting the device MAC address
  net/mlx4_en: Cleanup MAC resources on module unload or port stop

 drivers/net/ethernet/mellanox/mlx4/cq.c            |    2 +-
 drivers/net/ethernet/mellanox/mlx4/en_netdev.c     |   86 +++++++++++---------
 drivers/net/ethernet/mellanox/mlx4/fw.c            |    8 ++
 drivers/net/ethernet/mellanox/mlx4/main.c          |    2 +-
 drivers/net/ethernet/mellanox/mlx4/mlx4.h          |    2 +-
 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h       |    1 -
 drivers/net/ethernet/mellanox/mlx4/mr.c            |   10 +-
 drivers/net/ethernet/mellanox/mlx4/pd.c            |    2 +-
 drivers/net/ethernet/mellanox/mlx4/port.c          |    8 +-
 drivers/net/ethernet/mellanox/mlx4/qp.c            |    8 +-
 .../net/ethernet/mellanox/mlx4/resource_tracker.c  |    3 +
 drivers/net/ethernet/mellanox/mlx4/srq.c           |    2 +-
 12 files changed, 75 insertions(+), 59 deletions(-)

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

end of thread, other threads:[~2013-03-07 20:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-07 13:46 [PATCH net 0/6] Mellanox Core and Ethernet driver fixes 2013-03-07 Or Gerlitz
2013-03-07 13:46 ` [PATCH net 1/6] net/mlx4_core: Disable mlx4_QP_ATTACH calls from guests if the host uses flow steering Or Gerlitz
2013-03-07 13:46 ` [PATCH net 2/6] net/mlx4_core: Turn off device-managed FS bit in dev-cap wrapper if DMFS is not enabled Or Gerlitz
2013-03-07 13:46 ` [PATCH net 3/6] net/mlx4_core: Fix endianness bug in set_param_l Or Gerlitz
2013-03-07 13:46 ` [PATCH net 4/6] net/mlx4_en: Fix race when setting the device MAC address Or Gerlitz
2013-03-07 13:46 ` [PATCH net 5/6] net/mlx4_en: Cleanup MAC resources on module unload or port stop Or Gerlitz
2013-03-07 13:46 ` [PATCH net 6/6] net/mlx4_en: Disable RFS when running in SRIOV mode Or Gerlitz
2013-03-07 20:52 ` [PATCH net 0/6] Mellanox Core and Ethernet driver fixes 2013-03-07 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).