All of lore.kernel.org
 help / color / mirror / Atom feed
From: Leon Romanovsky <leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [pull request][rdma-next v1 REPOST 00/10] Hardware tag matching support
Date: Sun, 27 Aug 2017 09:08:39 +0300	[thread overview]
Message-ID: <20170827060839.GO1724@mtr-leonro.local> (raw)
In-Reply-To: <1503608030.78641.57.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>

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

On Thu, Aug 24, 2017 at 04:53:50PM -0400, Doug Ledford wrote:
> On Thu, 2017-08-24 at 16:10 -0400, Doug Ledford wrote:
> > On Thu, 2017-08-24 at 15:56 -0400, Doug Ledford wrote:
> > > On Thu, 2017-08-17 at 15:52 +0300, Leon Romanovsky wrote:
> > > > This patch series adds to Mellanox ConnectX HCA driver support of
> > > > tag matching. It introduces new hardware object eXtended shared
> > > > Receive
> > > > Queue (XRQ), which follows SRQ semantics with addition of
> > > > extended
> > > > receive buffers topologies and offloads.
> > > >
> > > > This series adds tag matching topology and rendezvouz offload.
> > > >
> > > > Changelog:
> > > > v0->v1:
> > > >  * Rebased version, no change
> > > > RFC->v0:
> > > >  * Followed after RFC posted on the ML and OFVWG discussions
> > > >  * Implements agreed verbs interface
> > > >  * Rebased on top of latest version
> > > >  * Adding feature description under Documentaion/infiniband
> > > >  * In struct ib_srq_init_attr moved CQ outside XRC inner struct.
> > > >  * Added max size of the information passed after the RNDV header
> > > >  * Added hca_sq_owner HW flag for RNDV QPs
> > > >
> > > > Thanks
> > >
> > > I know in the previous thread on this submission that you thought
> > > it
> > > didn't need the shared pull request, but I'm seeing this when I try
> > > to
> > > build after pulling this patch series in:
> > > In file included from ./include/linux/mlx5/driver.h:49:0,
> > >                  from ./include/linux/mlx5/fs.h:36,
> > >                  from drivers/infiniband/hw/mlx5/qp.c:37:
> > > drivers/infiniband/hw/mlx5/qp.c: In function ‘create_qp_common’:
> > > drivers/infiniband/hw/mlx5/qp.c:1734:6: error:
> > > ‘MLX5_QPC_OFFLOAD_TYPE_RNDV’ undeclared (first use in this
> > > function);
> > > did you mean ‘MLX5_XRQC_OFFLOAD_RNDV’?
> > >       MLX5_QPC_OFFLOAD_TYPE_RNDV);
> >
> > Nevermind.  This is an ordering issue.  I took this before your 24
> > patch series and I think that is the source of the problem.
>
> Nope, that didn't fix it either.  Maybe it needs one of your other
> patchsets?  I also tried it on the shared code base an it fails to
> build there in the same way.

I found the issue, in my "REPOST", I missed one patch, don't know how it
happened, but it is clearly my fault. Sorry about that.

Original pull request - 11 patches:
[pull request][rdma-next v1 00/11] Hardware tag matching support
https://www.spinics.net/lists/linux-rdma/msg53357.html

Repost of that pull request, which is supposed to be the same - 10 patches:
[pull request][rdma-next v1 REPOST 00/10] Hardware tag matching support
http://www.spinics.net/lists/linux-rdma/msg53522.html

The ‘MLX5_QPC_OFFLOAD_TYPE_RNDV’ is declared in first patch "net/mlx5:
Update HW layout definitions" of this series, and the shared code was
prepared on clean v4.13-rc4 tag.

The failures that you are experiencing is due to miss of first patch:
 * b7a79bc53ce8 - net/mlx5: Update HW layout definitions (10 days ago)

See the difference between the mellanox-shared branch and my tag.

➜  linux-rdma git:(rdma-next) git l grdma/mellanox-shared
6bb33a5770aa (grdma/mellanox-shared) Documentation: Hardware tag matching
380529f2a59b IB/mlx5: Support IB_SRQT_TM
98d90bfb6e58 net/mlx5: Add XRQ support
aa0d027930d6 IB/mlx5: Fill XRQ capabilities
5d7ef472505a IB/uverbs: Expose XRQ capabilities
6061811b8759 IB/uverbs: Add new SRQ type IB_SRQT_TM
2d87bd3ae6f0 IB/uverbs: Add XRQ creation parameter to UAPI
633b67ed6758 IB/core: Add new SRQ type IB_SRQT_TM
e190f28d0630 IB/core: Separate CQ handle in SRQ context
8f3d761c09f6 IB/core: Add XRQ capabilities
f336076a90bb Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux into k.o/mellanox

➜  linux-rdma git:(rdma-next) git pl --graph rdma-next-2017-08-17-1
* 89f4e752bf80 - (tag: rdma-next-2017-08-17-1) Documentation: Hardware tag matching (10 days ago)
* a6eb9232179a - IB/mlx5: Support IB_SRQT_TM (10 days ago)
* 7173547b6e90 - net/mlx5: Add XRQ support (10 days ago)
* 3d88f302a3fd - IB/mlx5: Fill XRQ capabilities (10 days ago)
* 216c76559abb - IB/uverbs: Expose XRQ capabilities (10 days ago)
* 9cff356f28d8 - IB/uverbs: Add new SRQ type IB_SRQT_TM (10 days ago)
* 50a9896131e6 - IB/uverbs: Add XRQ creation parameter to UAPI (10 days ago)
* 25b0c9ac0cf0 - IB/core: Add new SRQ type IB_SRQT_TM (10 days ago)
* a4f8b0bc8a67 - IB/core: Separate CQ handle in SRQ context (10 days ago)
* 1dee69e16539 - IB/core: Add XRQ capabilities (10 days ago)
* b7a79bc53ce8 - net/mlx5: Update HW layout definitions (10 days ago)
*   c5fa0c255ce4 - Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux into HEAD (10 days ago)
|\
| * a8ffcc741acb - (tag: mlx5-shared-2017-08-07, ml/topic/mlx5-shared-4.14) net/mlx5: Increase the maximum flow counters supported (3 weeks ago)
| * 61690e09c3b4 - net/mlx5: Fix counter list hardware structure (3 weeks ago)
| * 97834eba7c19 - net/mlx5: Delay events till ib registration ends (3 weeks ago)
| * e80541ecabd5 - net/mlx5: Add CONFIG_MLX5_ESWITCH Kconfig (3 weeks ago)
| * eeb66cdb6826 - net/mlx5: Separate between E-Switch and MPFS (3 weeks ago)
| * a9f7705ffd66 - net/mlx5: Unify vport manager capability check (3 weeks ago)
| * 07c9f1e57839 - net/mlx5e: NIC netdev init flow cleanup (3 weeks ago)
| * 706b35834820 - net/mlx5e: Rearrange netdevice ops structures (3 weeks ago)
| * aae4e7a8bc44 - (tag: v4.13-rc4, backup/master) Linux 4.13-rc4 (3 weeks ago)

Thanks

>
> --
> Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
>     GPG KeyID: B826A3330E572FDD
>     Key fingerprint = AE6B 1BDA 122B 23B4 265B  1274 B826 A333 0E57 2FDD
>

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

  parent reply	other threads:[~2017-08-27  6:08 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-17 12:52 [pull request][rdma-next v1 REPOST 00/10] Hardware tag matching support Leon Romanovsky
     [not found] ` <20170817125212.3173-1-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-08-17 12:52   ` [rdma-next v1 REPOST 01/10] IB/core: Add XRQ capabilities Leon Romanovsky
2017-08-17 12:52   ` [rdma-next v1 REPOST 02/10] IB/core: Separate CQ handle in SRQ context Leon Romanovsky
2017-08-17 12:52   ` [rdma-next v1 REPOST 03/10] IB/core: Add new SRQ type IB_SRQT_TM Leon Romanovsky
2017-08-17 12:52   ` [rdma-next v1 REPOST 04/10] IB/uverbs: Add XRQ creation parameter to UAPI Leon Romanovsky
2017-08-17 12:52   ` [rdma-next v1 REPOST 05/10] IB/uverbs: Add new SRQ type IB_SRQT_TM Leon Romanovsky
2017-08-17 12:52   ` [rdma-next v1 REPOST 06/10] IB/uverbs: Expose XRQ capabilities Leon Romanovsky
2017-08-17 12:52   ` [rdma-next v1 REPOST 07/10] IB/mlx5: Fill " Leon Romanovsky
2017-08-17 12:52   ` [rdma-next v1 REPOST 08/10] net/mlx5: Add XRQ support Leon Romanovsky
2017-08-17 12:52   ` [rdma-next v1 REPOST 09/10] IB/mlx5: Support IB_SRQT_TM Leon Romanovsky
2017-08-17 12:52   ` [rdma-next v1 REPOST 10/10] Documentation: Hardware tag matching Leon Romanovsky
     [not found]     ` <20170817125212.3173-11-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-08-21 16:04       ` Jason Gunthorpe
     [not found]         ` <20170821160437.GD4401-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-08-22  8:28           ` Leon Romanovsky
2017-08-24 19:56   ` [pull request][rdma-next v1 REPOST 00/10] Hardware tag matching support Doug Ledford
     [not found]     ` <1503604595.78641.39.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-08-24 20:10       ` Doug Ledford
     [not found]         ` <1503605434.78641.41.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-08-24 20:53           ` Doug Ledford
     [not found]             ` <1503608030.78641.57.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-08-27  6:08               ` Leon Romanovsky [this message]
     [not found]                 ` <20170827060839.GO1724-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-08-27  6:14                   ` Leon Romanovsky
2017-08-29  0:03                   ` Doug Ledford
2017-08-29  0:37   ` Doug Ledford

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=20170827060839.GO1724@mtr-leonro.local \
    --to=leon-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
    --cc=dledford-H+wXaHxf7aLQT0dZR+AlfA@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 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.