netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Leon Romanovsky <leonro@mellanox.com>
To: Saeed Mahameed <saeedm@dev.mellanox.co.il>
Cc: Doug Ledford <dledford@redhat.com>,
	Saeed Mahameed <saeedm@mellanox.com>,
	"David S. Miller" <davem@davemloft.net>,
	Linux Netdev List <netdev@vger.kernel.org>,
	linux-rdma@vger.kernel.org, Tal Alon <talal@mellanox.com>,
	Matan Barak <matanb@mellanox.com>
Subject: Re: [for-next V3 00/15][PULL request] Mellanox mlx5 core driver updates 2016-08-20
Date: Tue, 23 Aug 2016 21:39:26 +0300	[thread overview]
Message-ID: <20160823183926.GL15065@leon.nu> (raw)
In-Reply-To: <CALzJLG8=+D2a-dtaTMJWu_95Mdroh51Ph3dGths1eO3spzp58g@mail.gmail.com>

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

On Tue, Aug 23, 2016 at 07:10:53PM +0300, Saeed Mahameed wrote:
> On Tue, Aug 23, 2016 at 6:57 PM, Doug Ledford <dledford@redhat.com> wrote:
> > On 8/23/2016 4:49 AM, Saeed Mahameed wrote:
> >> Hi Dave and Doug,
> >>
> >> This series contains several low level and API updates for mlx5 core
> >> commands interface and mlx5_ifc.h to be shared as base code for net-next and
> >> rdma mlx5 4.9 submissions.
> >>
> >> From Saeed, ten patches that refactors old layouts of firmware commands which
> >> were manually generated before we introduced the mlx5_ifc, now all of the firmware
> >> commands inbox/outbox layouts moved to use mlx5_ifc and we remove the old
> >> manually generated structures.
> >
> > These all looked fine to me.
> >
> >> Plus to those ten patches, we add two patches
> >> that unifies mlx5 commands execution interface and improve the driver log messages
> >> in that area.
> >
> > These are the patches that made my eyes want to bleed.  But, since it's
> > all changes to the mailbox commands being sent to your device, they are
> > easy to verify operationally, so I only gave these a cursory review and
> > expect if any of your commands broke because of this you'll be
> > submitting fixes ASAP.
> >
> 
> Thanks Doug for your review those patches already passed all kinds of
> our internal regression testings.
> What is nice about those patches is that they remove  ~1K  LOC from
> driver and unify the command interface.

Thanks for taking them.
One of the reasons for such a long delay of shared code submission was our
desire to take extra care and test these patches again and again.

> 
> >
> >> From Hadar and Ilya, added the needed hardware bits and infrastructure for
> >> minimum inline headers setting and encap/decap commands and capabilities,
> >> needed for E-Switch offloads.
> >
> > These looked fine to me, but aren't really in the RDMA area anyway.

Our internal goal is to have 0-merge conflicts between RDMA and net
trees.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  reply	other threads:[~2016-08-23 18:39 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-23  8:49 [for-next V3 00/15][PULL request] Mellanox mlx5 core driver updates 2016-08-20 Saeed Mahameed
2016-08-23  8:49 ` [PATCH for-next V3 01/15] net/mlx5: Init/Teardown hca commands via mlx5 ifc Saeed Mahameed
2016-08-23  8:49 ` [PATCH for-next V3 03/15] net/mlx5: PD and UAR " Saeed Mahameed
2016-08-23  8:49 ` [PATCH for-next V3 05/15] net/mlx5: Pages management " Saeed Mahameed
2016-08-23  8:49 ` [PATCH for-next V3 06/15] net/mlx5: EQ " Saeed Mahameed
2016-08-23  8:49 ` [PATCH for-next V3 07/15] {net,IB}/mlx5: CQ " Saeed Mahameed
2016-08-23  8:49 ` [PATCH for-next V3 08/15] {net,IB}/mlx5: MKey/PSV " Saeed Mahameed
2016-08-23  8:49 ` [PATCH for-next V3 09/15] {net,IB}/mlx5: QP/XRCD " Saeed Mahameed
2016-08-23  8:49 ` [PATCH for-next V3 10/15] {net,IB}/mlx5: Modify QP " Saeed Mahameed
2016-08-23  8:49 ` [PATCH for-next V3 11/15] net/mlx5: Unify and improve command interface Saeed Mahameed
2016-08-23  8:49 ` [PATCH for-next V3 12/15] net/mlx5: Improve driver log messages Saeed Mahameed
2016-08-23  8:49 ` [PATCH for-next V3 13/15] net/mlx5: Enable setting minimum inline header mode for VFs Saeed Mahameed
2016-08-23  8:49 ` [PATCH for-next V3 15/15] net/mlx5: Introduce alloc_encap and dealloc_encap commands Saeed Mahameed
     [not found] ` <1471942157-9131-1-git-send-email-saeedm-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2016-08-23  8:49   ` [PATCH for-next V3 02/15] net/mlx5: Access register and MAD IFC commands via mlx5 ifc Saeed Mahameed
2016-08-23  8:49   ` [PATCH for-next V3 04/15] net/mlx5: MCG " Saeed Mahameed
2016-08-23  8:49   ` [PATCH for-next V3 14/15] net/mlx5: Update mlx5_ifc.h for vxlan encap/decap Saeed Mahameed
2016-08-23 15:57   ` [for-next V3 00/15][PULL request] Mellanox mlx5 core driver updates 2016-08-20 Doug Ledford
     [not found]     ` <1a97f16d-5a0a-cb06-6e5c-1b6f9fa7c609-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-08-23 16:10       ` Saeed Mahameed
2016-08-23 18:39         ` Leon Romanovsky [this message]
     [not found]           ` <20160823183926.GL15065-2ukJVAZIZ/Y@public.gmane.org>
2016-08-23 19:01             ` Doug Ledford
2016-08-23 18:16   ` David Miller

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=20160823183926.GL15065@leon.nu \
    --to=leonro@mellanox.com \
    --cc=davem@davemloft.net \
    --cc=dledford@redhat.com \
    --cc=linux-rdma@vger.kernel.org \
    --cc=matanb@mellanox.com \
    --cc=netdev@vger.kernel.org \
    --cc=saeedm@dev.mellanox.co.il \
    --cc=saeedm@mellanox.com \
    --cc=talal@mellanox.com \
    /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;
as well as URLs for NNTP newsgroup(s).