netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 net-next 0/7] mlx4: Add SRIOV support for RoCE
@ 2014-03-12 10:00 Or Gerlitz
  2014-03-12 10:00 ` [PATCH V2 net-next 1/7] mlx4: Adjust QP1 multiplexing for RoCE/SRIOV Or Gerlitz
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Or Gerlitz @ 2014-03-12 10:00 UTC (permalink / raw)
  To: davem; +Cc: netdev, roland, jackm, amirv, Or Gerlitz

Hi Dave,

This series adds SRIOV support for RoCE (RDMA over Ethernet) to the mlx4 driver.

The patches are against net-next, as of commit 2d8d40a "pkt_sched: fq:
do not hold qdisc lock while allocating memory"

Or.

changes from V1:
 - addressed feedback from Dave on patch #3 and changed get_real_sgid_index()
   to be called fill_in_real_sgid_index() and be a void  function.
 - removed some checkpatch warnings on long lines

changes from V0:
  - always check the return code of mlx4_get_roce_gid_from_slave().
    The call we fixed is introduced in patch #1 and later removed by 
    patch #3 that allows guests to have multiple GIDS. The 1..3 
    separation was done for proper division of patches to logical changes.


Jack Morgenstein (6):
  mlx4: Adjust QP1 multiplexing for RoCE/SRIOV
  mlx4_core: For RoCE, allow slaves to set the GID entry at that
    slave's index
  mlx4: In RoCE allow guests to have multiple GIDS
  mlx4: Add ref counting to port MAC table for RoCE
  mlx4: Implement IP based gids support for RoCE/SRIOV
  mlx4: Activate RoCE/SRIOV

Shani Michaelli (1):
  mlx4_ib: Fix SIDR support of for UD QPs under SRIOV/RoCE

 drivers/infiniband/hw/mlx4/cm.c                    |   80 ++++-
 drivers/infiniband/hw/mlx4/cq.c                    |   42 ++-
 drivers/infiniband/hw/mlx4/mad.c                   |  121 +++++++-
 drivers/infiniband/hw/mlx4/main.c                  |    8 -
 drivers/infiniband/hw/mlx4/mcg.c                   |    5 +-
 drivers/infiniband/hw/mlx4/mlx4_ib.h               |   24 ++-
 drivers/infiniband/hw/mlx4/qp.c                    |  319 ++++++++++++++++----
 drivers/net/ethernet/mellanox/mlx4/cmd.c           |   24 ++
 drivers/net/ethernet/mellanox/mlx4/fw.c            |    5 +-
 drivers/net/ethernet/mellanox/mlx4/main.c          |    6 +-
 drivers/net/ethernet/mellanox/mlx4/mlx4.h          |    8 +
 drivers/net/ethernet/mellanox/mlx4/port.c          |  144 +++++++++-
 .../net/ethernet/mellanox/mlx4/resource_tracker.c  |  146 ++++++++--
 include/linux/mlx4/cmd.h                           |    7 +
 include/linux/mlx4/device.h                        |   11 +-
 15 files changed, 811 insertions(+), 139 deletions(-)

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

end of thread, other threads:[~2014-03-12 19:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-12 10:00 [PATCH V2 net-next 0/7] mlx4: Add SRIOV support for RoCE Or Gerlitz
2014-03-12 10:00 ` [PATCH V2 net-next 1/7] mlx4: Adjust QP1 multiplexing for RoCE/SRIOV Or Gerlitz
2014-03-12 10:00 ` [PATCH V2 net-next 2/7] mlx4_core: For RoCE, allow slaves to set the GID entry at that slave's index Or Gerlitz
2014-03-12 10:00 ` [PATCH V2 net-next 3/7] mlx4: In RoCE allow guests to have multiple GIDS Or Gerlitz
2014-03-12 10:00 ` [PATCH V2 net-next 4/7] mlx4: Add ref counting to port MAC table for RoCE Or Gerlitz
2014-03-12 10:00 ` [PATCH V2 net-next 5/7] mlx4: Implement IP based gids support for RoCE/SRIOV Or Gerlitz
2014-03-12 10:00 ` [PATCH V2 net-next 6/7] mlx4_ib: Fix SIDR support of for UD QPs under SRIOV/RoCE Or Gerlitz
2014-03-12 10:00 ` [PATCH V2 net-next 7/7] mlx4: Activate RoCE/SRIOV Or Gerlitz
2014-03-12 19:57 ` [PATCH V2 net-next 0/7] mlx4: Add SRIOV support for RoCE 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).