public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
From: Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Matan Barak <matanb-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Eran Ben Elisha <eranbe-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
	Or Gerlitz <ogerlitz-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
	Majd Dibbiny <majd-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
Subject: Re: [PATCH for-next V1 00/10] Add RoCE support to the mlx5 driver
Date: Wed, 23 Dec 2015 11:07:31 -0500	[thread overview]
Message-ID: <567AC6C3.5070102@redhat.com> (raw)
In-Reply-To: <1450876674-21695-1-git-send-email-matanb-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 2075 bytes --]

On 12/23/2015 08:17 AM, Matan Barak wrote:
> Hi Doug,
> 
> This patchset adds RoCE V1 and RoCE V2 support to the mlx5 device
> driver.
> 
> This patchset was applied and tested over the third version of
> "Add RoCE v2 support".
> 
> Regards,
> Achiad
> 
> Changes from V0:
>  - Fixed using rwlock before initializing it.
>  - Rebased over Doug's k.o/for-4.5 branch.
> 
> Achiad Shochat (10):
>   IB/mlx5: Support IB device's callback for getting the link layer
>   IB/mlx5: Support IB device's callback for getting its netdev
>   net/mlx5_core: Break down the vport mac address query function
>   net/mlx5_core: Introduce access functions to enable/disable RoCE
>   net/mlx5_core: Introduce access functions to query vport RoCE fields
>   IB/mlx5: Extend query_device/port to support RoCE
>   IB/mlx5: Set network_hdr_type upon RoCE responder completion
>   IB/mlx5: Support IB device's callbacks for adding/deleting GIDs
>   IB/mlx5: Add RoCE fields to Address Vector
>   IB/mlx5: Support RoCE
> 
>  drivers/infiniband/hw/mlx5/ah.c                 |  32 ++-
>  drivers/infiniband/hw/mlx5/cq.c                 |  17 ++
>  drivers/infiniband/hw/mlx5/main.c               | 318 ++++++++++++++++++++++--
>  drivers/infiniband/hw/mlx5/mlx5_ib.h            |  15 +-
>  drivers/infiniband/hw/mlx5/qp.c                 |  42 +++-
>  drivers/net/ethernet/mellanox/mlx5/core/vport.c | 139 ++++++++++-
>  include/linux/mlx5/device.h                     |  26 ++
>  include/linux/mlx5/driver.h                     |   7 -
>  include/linux/mlx5/mlx5_ifc.h                   |  10 +-
>  include/linux/mlx5/qp.h                         |  21 +-
>  include/linux/mlx5/vport.h                      |   8 +
>  11 files changed, 578 insertions(+), 57 deletions(-)
> 

This series doesn't apply to my tree even after the GID table lock
series and the RoCEv2-V3 series.  I'm guessing you have some other mlx5
specific series in your tree?

-- 
Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
              GPG KeyID: 0E572FDD



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 884 bytes --]

  parent reply	other threads:[~2015-12-23 16:07 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-23 13:17 [PATCH for-next V1 00/10] Add RoCE support to the mlx5 driver Matan Barak
     [not found] ` <1450876674-21695-1-git-send-email-matanb-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2015-12-23 13:17   ` [PATCH for-next V1 01/10] IB/mlx5: Support IB device's callback for getting the link layer Matan Barak
2015-12-23 13:17   ` [PATCH for-next V1 02/10] IB/mlx5: Support IB device's callback for getting its netdev Matan Barak
2015-12-23 13:17   ` [PATCH for-next V1 03/10] net/mlx5_core: Break down the vport mac address query function Matan Barak
2015-12-23 13:17   ` [PATCH for-next V1 04/10] net/mlx5_core: Introduce access functions to enable/disable RoCE Matan Barak
2015-12-23 13:17   ` [PATCH for-next V1 05/10] net/mlx5_core: Introduce access functions to query vport RoCE fields Matan Barak
2015-12-23 13:17   ` [PATCH for-next V1 06/10] IB/mlx5: Extend query_device/port to support RoCE Matan Barak
2015-12-23 13:17   ` [PATCH for-next V1 07/10] IB/mlx5: Set network_hdr_type upon RoCE responder completion Matan Barak
2015-12-23 13:17   ` [PATCH for-next V1 08/10] IB/mlx5: Support IB device's callbacks for adding/deleting GIDs Matan Barak
2015-12-23 13:17   ` [PATCH for-next V1 09/10] IB/mlx5: Add RoCE fields to Address Vector Matan Barak
2015-12-23 13:17   ` [PATCH for-next V1 10/10] IB/mlx5: Support RoCE Matan Barak
2015-12-23 16:07   ` Doug Ledford [this message]
     [not found]     ` <567AC6C3.5070102-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-12-23 16:36       ` [PATCH for-next V1 00/10] Add RoCE support to the mlx5 driver Matan Barak

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=567AC6C3.5070102@redhat.com \
    --to=dledford-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
    --cc=eranbe-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=majd-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
    --cc=matanb-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
    --cc=ogerlitz-VPRAkNaXOzVWk0Htik3J/w@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