All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH rdma-rc 00/10] IB mlx5 fixes for 4.7
@ 2016-06-04 12:15 Leon Romanovsky
       [not found] ` <1465042537-26129-1-git-send-email-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 21+ messages in thread
From: Leon Romanovsky @ 2016-06-04 12:15 UTC (permalink / raw)
  To: dledford-H+wXaHxf7aLQT0dZR+AlfA
  Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA, Leon Romanovsky

Hi Doug,

Please find below the patches with fixes for IB part of mlx5 driver.

This patchset is generated against Linus's v4.7-rc1 tag.

Available in the "topic/fixes-ib-mlx5" 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/fixes-ib-mlx5

Thanks

Achiad Shochat (1):
  IB/mlx5: Fix alternate path code

Eran Ben Elisha (1):
  IB/mlx5: Fix FW version diaplay in sysfs

Maor Gottlieb (1):
  IB/mlx5: Set flow steering capability bit

Noa Osherovich (7):
  IB/mlx5: Return PORT_ERR in Active to Initializing tranisition
  IB/mlx5: Limit query HCA clock
  IB/mlx5: Fix returned values of query QP
  IB/mlx5: Check BlueFlame HCA support
  IB/mlx5: Fix entries checks in mlx5_ib_create_cq
  IB/mlx5: Fix entries check in mlx5_ib_resize_cq
  IB/mlx5: Fix pkey_index length in the QP path record

 drivers/infiniband/hw/mlx5/cq.c   | 12 +++++++++---
 drivers/infiniband/hw/mlx5/main.c | 22 ++++++++++++++-------
 drivers/infiniband/hw/mlx5/qp.c   | 41 ++++++++++++++++++++++++---------------
 include/linux/mlx5/qp.h           |  5 ++---
 4 files changed, 51 insertions(+), 29 deletions(-)

-- 
2.1.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
* Re: [PATCH rdma-rc 03/10] IB/mlx5: Fix FW version diaplay in sysfs
@ 2016-06-09 20:31 Or Gerlitz
  0 siblings, 0 replies; 21+ messages in thread
From: Or Gerlitz @ 2016-06-09 20:31 UTC (permalink / raw)
  To: Leon Romanovsky, Eran Ben Elisha, Noa Osherovich
  Cc: Doug Ledford, linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org

On Sat, Jun 4, 2016 at 3:15 PM, Leon Romanovsky <leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote:
> From: Eran Ben Elisha <eranbe-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>

 Fix FW version diaplay in sysfs --> Fix firmware version display in sysfs
--
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-06-09 20:31 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-04 12:15 [PATCH rdma-rc 00/10] IB mlx5 fixes for 4.7 Leon Romanovsky
     [not found] ` <1465042537-26129-1-git-send-email-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2016-06-04 12:15   ` [PATCH rdma-rc 01/10] IB/mlx5: Set flow steering capability bit Leon Romanovsky
2016-06-04 12:15   ` [PATCH rdma-rc 02/10] IB/mlx5: Return PORT_ERR in Active to Initializing tranisition Leon Romanovsky
2016-06-04 12:15   ` [PATCH rdma-rc 03/10] IB/mlx5: Fix FW version diaplay in sysfs Leon Romanovsky
2016-06-04 12:15   ` [PATCH rdma-rc 04/10] IB/mlx5: Limit query HCA clock Leon Romanovsky
2016-06-04 12:15   ` [PATCH rdma-rc 05/10] IB/mlx5: Fix returned values of query QP Leon Romanovsky
     [not found]     ` <1465042537-26129-6-git-send-email-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2016-06-06 11:23       ` Sagi Grimberg
2016-06-04 12:15   ` [PATCH rdma-rc 06/10] IB/mlx5: Check BlueFlame HCA support Leon Romanovsky
     [not found]     ` <1465042537-26129-7-git-send-email-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2016-06-06 11:23       ` Sagi Grimberg
2016-06-04 12:15   ` [PATCH rdma-rc 07/10] IB/mlx5: Fix entries checks in mlx5_ib_create_cq Leon Romanovsky
     [not found]     ` <1465042537-26129-8-git-send-email-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2016-06-06 11:24       ` Sagi Grimberg
2016-06-04 12:15   ` [PATCH rdma-rc 08/10] IB/mlx5: Fix entries check in mlx5_ib_resize_cq Leon Romanovsky
2016-06-04 12:15   ` [PATCH rdma-rc 09/10] IB/mlx5: Fix pkey_index length in the QP path record Leon Romanovsky
2016-06-04 12:15   ` [PATCH rdma-rc 10/10] IB/mlx5: Fix alternate path code Leon Romanovsky
2016-06-07  8:18   ` [PATCH rdma-rc 00/10] IB mlx5 fixes for 4.7 Leon Romanovsky
     [not found]     ` <20160607081845.GF3663-2ukJVAZIZ/Y@public.gmane.org>
2016-06-07 14:01       ` Doug Ledford
     [not found]         ` <edfddbd4-7789-18d9-c503-273a8494de21-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-06-07 16:32           ` Leon Romanovsky
     [not found]             ` <20160607163224.GI3663-2ukJVAZIZ/Y@public.gmane.org>
2016-06-07 19:56               ` Doug Ledford
2016-06-07 14:24       ` Laurence Oberman
     [not found]         ` <1915944393.40937640.1465309481061.JavaMail.zimbra-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-06-09  1:49           ` Laurence Oberman
  -- strict thread matches above, loose matches on Subject: below --
2016-06-09 20:31 [PATCH rdma-rc 03/10] IB/mlx5: Fix FW version diaplay in sysfs Or Gerlitz

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.