public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH rdma-rc 0/9] mlx4 fixes for 4.9
@ 2016-11-05 19:57 Leon Romanovsky
       [not found] ` <1478375842-21513-1-git-send-email-leonro-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 21+ messages in thread
From: Leon Romanovsky @ 2016-11-05 19:57 UTC (permalink / raw)
  To: dledford-H+wXaHxf7aLQT0dZR+AlfA; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA

Hi Doug,

Please find below fixes for mlx4 driver.

This patchset was generated against v4.9-rc3.

Available in the "topic/mlx4-fixes-4.9" topic branch of this git repo:
git://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdma.git

Or for browsing:
https://git.kernel.org/cgit/linux/kernel/git/leon/linux-rdma.git/log/?h=topic/mlx4-fixes-4.9

Thanks

Daniel Jurgens (1):
  IB/mlx4: Check gid_index return value

Eran Ben Elisha (2):
  IB/mlx4: Add precondition for flow_steering_ib_uc_qp_range command
  IB/mlx4: Check if GRH is available before using it in modify_qp

Jack Morgenstein (1):
  IB/mlx4: Handle well-known-gid in mad_demux processing

Maor Gottlieb (2):
  IB/mlx4: Set traffic class in ah
  IB/mlx4: Put non zero value in max_ah device attribute

Matan Barak (1):
  IB/mlx4: Fix mlx4_ib_create_cq error flow

Moni Shoua (1):
  IB/{core, mlx4}: Handle IPv4 header when demultiplexing MAD

Saeed Mahameed (1):
  IB/mlx4: Fix port query for 56Gb Ethernet links

 drivers/infiniband/core/verbs.c   | 16 +++++++------
 drivers/infiniband/hw/mlx4/ah.c   | 11 ++++++---
 drivers/infiniband/hw/mlx4/cq.c   |  5 +++-
 drivers/infiniband/hw/mlx4/mad.c  | 49 +++++++++++++++++++++++++++++++++------
 drivers/infiniband/hw/mlx4/main.c | 30 +++++++++++++++---------
 drivers/infiniband/hw/mlx4/qp.c   |  4 ++--
 include/rdma/ib_verbs.h           | 20 ++++++++++++++++
 7 files changed, 104 insertions(+), 31 deletions(-)

--
2.7.4

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2016-11-10  5:02 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-05 19:57 [PATCH rdma-rc 0/9] mlx4 fixes for 4.9 Leon Romanovsky
     [not found] ` <1478375842-21513-1-git-send-email-leonro-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2016-11-05 19:57   ` [PATCH rdma-rc 1/9] IB/mlx4: Set traffic class in ah Leon Romanovsky
     [not found]     ` <1478375842-21513-2-git-send-email-leonro-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2016-11-06  7:26       ` Yuval Shaia
2016-11-05 19:57   ` [PATCH rdma-rc 2/9] IB/mlx4: Check gid_index return value Leon Romanovsky
     [not found]     ` <1478375842-21513-3-git-send-email-leonro-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2016-11-06  7:25       ` Yuval Shaia
     [not found]         ` <20161106072503.GB3799-Hxa29pjIrETwm8eLU6eYyt+IiqhCXseY@public.gmane.org>
2016-11-09  7:26           ` Leon Romanovsky
2016-11-05 19:57   ` [PATCH rdma-rc 3/9] IB/mlx4: Fix mlx4_ib_create_cq error flow Leon Romanovsky
2016-11-05 19:57   ` [PATCH rdma-rc 4/9] IB/{core, mlx4}: Handle IPv4 header when demultiplexing MAD Leon Romanovsky
2016-11-05 19:57   ` [PATCH rdma-rc 5/9] IB/mlx4: Handle well-known-gid in mad_demux processing Leon Romanovsky
     [not found]     ` <1478375842-21513-6-git-send-email-leonro-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2016-11-05 21:03       ` Hal Rosenstock
     [not found]         ` <d339ee5f-bf7e-dc35-3dd0-c6ff13a222b4-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2016-11-06 18:41           ` jackm
     [not found]             ` <20161106204107.00005742-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2016-11-06 20:46               ` Or Gerlitz
     [not found]                 ` <CAJ3xEMjLvo+LVFS0WL-K=m34-_1Tc0=pArOgELXmxqdtN871TA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-11-06 20:51                   ` Or Gerlitz
2016-11-07 14:42           ` jackm
2016-11-05 19:57   ` [PATCH rdma-rc 6/9] IB/mlx4: Put non zero value in max_ah device attribute Leon Romanovsky
     [not found]     ` <1478375842-21513-7-git-send-email-leonro-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2016-11-06  7:33       ` Yuval Shaia
2016-11-05 19:57   ` [PATCH rdma-rc 7/9] IB/mlx4: Fix port query for 56Gb Ethernet links Leon Romanovsky
2016-11-05 19:57   ` [PATCH rdma-rc 8/9] IB/mlx4: Add precondition for flow_steering_ib_uc_qp_range command Leon Romanovsky
2016-11-05 19:57   ` [PATCH rdma-rc 9/9] IB/mlx4: Check if GRH is available before using it in modify_qp Leon Romanovsky
2016-11-08  8:50   ` [PATCH rdma-rc 0/9] mlx4 fixes for 4.9 Leon Romanovsky
     [not found]     ` <20161108085021.GA27883-2ukJVAZIZ/Y@public.gmane.org>
2016-11-10  5:02       ` Doug Ledford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox