netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next V1 0/8] batch of mlx4 driver fixes
@ 2012-05-15  7:24 Or Gerlitz
  2012-05-15  7:24 ` [PATCH net-next V1 1/8] net/mlx4: Address build warnings on set but not used variables Or Gerlitz
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Or Gerlitz @ 2012-05-15  7:24 UTC (permalink / raw)
  To: davem; +Cc: roland, netdev, yevgenyp, Or Gerlitz, Jack Morgenstein

This is a batch of relatively small fixes for the mlx4_core driver, except for 
one cleanup patch from myself, all the patches are from Jack Morgenstein, who 
leads our SRIOV development efforts and do relate to the SRIOV functionality.
With Yevgeny being mostly out this week and as both of us run the internal 
reviews for upstream patches, he delegated this submission to be carried 
out by me, hope this is fine by you.

changes from V0:
 - fixed identation issues in patch 1/8 following feedback from Dave
   I didn't find any issues of this such to fix in the other patches

Or.

Jack Morgenstein (7):
  net/mlx4_core: Fix init_port mask state for slaves
  net/mlx4_core: Change SYNC_TPT to be native (not wrapped)
  net/mlx4_core: Remove unused *_str functions from the resource tracker
  net/mlx4_core: Do not reset module-parameter num_vfs when fail to enable sriov
  net/mlx4_core: Fix potential kernel Oops in res tracker during Dom0 driver unload
  net/mlx4_core: Add XRC domains and counters to resource tracker
  net/mlx4_core: Fixed error flow in rem_slave_eqs

Or Gerlitz (1):
  net/mlx4: Address build warnings on set but not used variables

 drivers/net/ethernet/mellanox/mlx4/cmd.c           |    7 +-
 drivers/net/ethernet/mellanox/mlx4/fw.c            |    3 +-
 drivers/net/ethernet/mellanox/mlx4/main.c          |   47 +++-
 drivers/net/ethernet/mellanox/mlx4/mcg.c           |    2 -
 drivers/net/ethernet/mellanox/mlx4/mlx4.h          |   12 +-
 drivers/net/ethernet/mellanox/mlx4/mr.c            |    5 +-
 drivers/net/ethernet/mellanox/mlx4/pd.c            |   39 +++-
 drivers/net/ethernet/mellanox/mlx4/port.c          |    7 +-
 .../net/ethernet/mellanox/mlx4/resource_tracker.c  |  271 ++++++++++++++++----
 9 files changed, 319 insertions(+), 74 deletions(-)

Cc: Jack Morgenstein <jackm@dev.mellanox.co.il>

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

end of thread, other threads:[~2012-05-15 19:49 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-15  7:24 [PATCH net-next V1 0/8] batch of mlx4 driver fixes Or Gerlitz
2012-05-15  7:24 ` [PATCH net-next V1 1/8] net/mlx4: Address build warnings on set but not used variables Or Gerlitz
2012-05-15 17:38   ` David Miller
2012-05-15 19:49     ` Or Gerlitz
2012-05-15  7:24 ` [PATCH net-next V1 2/8] net/mlx4_core: Fix init_port mask state for slaves Or Gerlitz
2012-05-15  7:24 ` [PATCH net-next V1 3/8] net/mlx4_core: Change SYNC_TPT to be native (not wrapped) Or Gerlitz
2012-05-15  7:24 ` [PATCH net-next V1 4/8] net/mlx4_core: Remove unused *_str functions from the resource tracker Or Gerlitz
2012-05-15  7:24 ` [PATCH net-next V1 5/8] net/mlx4_core: Do not reset module-parameter num_vfs when fail to enable sriov Or Gerlitz
2012-05-15  7:24 ` [PATCH net-next V1 6/8] net/mlx4_core: Fix potential kernel Oops in res tracker during Dom0 driver unload Or Gerlitz
2012-05-15  7:24 ` [PATCH net-next V1 7/8] net/mlx4_core: Add XRC domains and counters to resource tracker Or Gerlitz
2012-05-15  7:24 ` [PATCH net-next V1 8/8] net/mlx4_core: Fixed error flow in rem_slave_eqs Or Gerlitz

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