From: Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Leon Romanovsky <leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH rdma-rc 0/7] Second round of mlx4/mlx5 fixes for 4.8
Date: Fri, 16 Sep 2016 14:02:23 -0400 [thread overview]
Message-ID: <9a11fa8a-03a8-e9fa-ad79-a4f0ffca9690@redhat.com> (raw)
In-Reply-To: <1473696984-6161-1-git-send-email-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
[-- Attachment #1.1: Type: text/plain, Size: 1789 bytes --]
On 9/12/2016 12:16 PM, Leon Romanovsky wrote:
> Hi Doug,
>
> Here are seven patches which fix different bugs mostly crashes and one
> patch with code cleanup. This code cleanup was needed to create fix
> without checkpatch warnings.
>
> Available in the "topic/fixes-for-4.8-2" 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-for-4.8-2
>
> Alex Vesker (1):
> IB/mlx4: Fix incorrect MC join state bit-masking on SR-IOV
>
> Jack Morgenstein (3):
> IB/mlx4: Fix code indentation in QP1 MAD flow
> IB/mlx4: Use correct subnet-prefix in QP1 mads under SRIOV
> IB/mlx4: Fix possible vl/sl field mismatch in LRH header in QP1
> packets
>
> Kamal Heib (1):
> IB/mlx4: Diagnostic HW counters are not supported in slave mode
>
> Maor Gottlieb (1):
> IB/mlx5: Set source mac address in FTE
>
> Noa Osherovich (1):
> IB/mlx5: Enable MAD_IFC commands for IB ports only
>
> drivers/infiniband/hw/mlx4/mad.c | 87 +++++++++++++++++++++++-
> drivers/infiniband/hw/mlx4/main.c | 113 +++++++++++++++++++++++++++++++-
> drivers/infiniband/hw/mlx4/mcg.c | 14 ++--
> drivers/infiniband/hw/mlx4/mlx4_ib.h | 9 ++-
> drivers/infiniband/hw/mlx4/qp.c | 60 ++++++++++++-----
> drivers/infiniband/hw/mlx5/main.c | 11 +++-
> drivers/net/ethernet/mellanox/mlx4/fw.c | 13 ++--
> include/linux/mlx4/device.h | 13 +++-
> 8 files changed, 284 insertions(+), 36 deletions(-)
>
> --
> 2.7.4
>
Series, minus 4 of 7, applied.
--
Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
GPG Key ID: 0E572FDD
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 884 bytes --]
prev parent reply other threads:[~2016-09-16 18:02 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-12 16:16 [PATCH rdma-rc 0/7] Second round of mlx4/mlx5 fixes for 4.8 Leon Romanovsky
[not found] ` <1473696984-6161-1-git-send-email-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2016-09-12 16:16 ` [PATCH rdma-rc 1/7] IB/mlx4: Fix incorrect MC join state bit-masking on SR-IOV Leon Romanovsky
2016-09-12 16:16 ` [PATCH rdma-rc 2/7] IB/mlx4: Fix code indentation in QP1 MAD flow Leon Romanovsky
2016-09-12 16:16 ` [PATCH rdma-rc 3/7] IB/mlx4: Use correct subnet-prefix in QP1 mads under SR-IOV Leon Romanovsky
2016-09-12 16:16 ` [PATCH rdma-rc 4/7] IB/mlx4: Fix possible vl/sl field mismatch in LRH header in QP1 packets Leon Romanovsky
[not found] ` <1473696984-6161-5-git-send-email-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2016-09-16 18:01 ` Doug Ledford
[not found] ` <4ad7c7fb-71a4-8ac4-f3a2-d0b4f2001385-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-09-18 6:53 ` Leon Romanovsky
[not found] ` <20160918065356.GA2923-2ukJVAZIZ/Y@public.gmane.org>
2016-09-23 16:48 ` Doug Ledford
2016-09-12 16:16 ` [PATCH rdma-rc 5/7] IB/mlx4: Diagnostic HW counters are not supported in slave mode Leon Romanovsky
2016-09-12 16:16 ` [PATCH rdma-rc 6/7] IB/mlx5: Enable MAD_IFC commands for IB ports only Leon Romanovsky
[not found] ` <1473696984-6161-7-git-send-email-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2016-09-13 5:43 ` Leon Romanovsky
2016-09-12 16:16 ` [PATCH rdma-rc 7/7] IB/mlx5: Set source mac address in FTE Leon Romanovsky
2016-09-16 18:02 ` Doug Ledford [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9a11fa8a-03a8-e9fa-ad79-a4f0ffca9690@redhat.com \
--to=dledford-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
--cc=leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox