All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next V2 0/8] batch of mlx4 driver fixes
@ 2012-05-15 20:34 Or Gerlitz
  2012-05-15 20:34 ` [PATCH net-next V2 1/8] net/mlx4: Address build warnings on set but not used variables Or Gerlitz
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Or Gerlitz @ 2012-05-15 20:34 UTC (permalink / raw)
  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

changes from V1: 
 -  fixed identation again, such that the first character lines up with the 
    column right after the openning parenthesis on the first line.

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] 10+ messages in thread

end of thread, other threads:[~2012-05-16  4:57 UTC | newest]

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.