All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Steve Wise" <swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
To: jgg-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org,
	dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org
Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
Subject: RE: [PATCH v1 rdma-next 0/6] *** SUBJECT HERE ***
Date: Tue, 13 Feb 2018 14:11:52 -0600	[thread overview]
Message-ID: <01ca01d3a506$e38d4730$aaa7d590$@opengridcomputing.com> (raw)
In-Reply-To: <cover.1518552179.git.swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>

Oops... I'll resend and fix the "SUBJECT HERE"

:)


> -----Original Message-----
> From: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org [mailto:linux-rdma-
> owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org] On Behalf Of Steve Wise
> Sent: Tuesday, February 13, 2018 2:03 PM
> To: jgg-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org; dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org
> Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
> Subject: [PATCH v1 rdma-next 0/6] *** SUBJECT HERE ***
> 
> NOTE: I added cq, mr, and pd resources in this series.
> 
> This series adds rdma_cm_id, ib_cq, ib_mr, and ib_pd information to the
> new resource tracking database.  The patches are on top of Jason's merged
> rdma-next branch [1] plus the recent restrack fix destined for rdma-rc
> [2].  I'll rebase everything on rdma-next once it rebases on 4.16-rc2.
> 
> Changes since v0 RFC:
> 
> - move rdma_id_private into new header cma_priv.h
> - fixed up code comments as suggested
> - fixed RDMA_NLDEV_CMD_RES_QP_GET cut/paste error
> - no BE attributes
> - add cq, mr, pd resource information
> - remove RFC tag
> 
> Thanks,
> 
> Steve.
> 
> [1] git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git
> branch wip/for-linus-merged.
> 
> [2] https://www.spinics.net/lists/linux-rdma/msg60672.html
> 
> Steve Wise (6):
>   RDMA/CM: move rdma_id_private to cma_priv.h
>   RDMA/nldev: provide detailed CM_ID information
>   RDMA/nldev: provide detailed CQ information
>   iw_cxgb4: initialize ib_mr fields for user mrs
>   RDMA/nldev: provide detailed MR information
>   RDMA/nldev: provide detailed PD information
> 
>  drivers/infiniband/core/cma.c        |  96 ++---
>  drivers/infiniband/core/cma_priv.h   |  75 ++++
>  drivers/infiniband/core/nldev.c      | 811
> ++++++++++++++++++++++++++++++++++-
>  drivers/infiniband/core/restrack.c   |  61 ++-
>  drivers/infiniband/core/ucma.c       |   8 +-
>  drivers/infiniband/core/uverbs_cmd.c |   6 +
>  drivers/infiniband/core/verbs.c      |   3 +
>  drivers/infiniband/hw/cxgb4/mem.c    |   3 +
>  include/rdma/ib_verbs.h              |   5 +
>  include/rdma/rdma_cm.h               |  24 +-
>  include/rdma/restrack.h              |   8 +
>  include/uapi/rdma/rdma_netlink.h     |  56 +++
>  12 files changed, 1052 insertions(+), 104 deletions(-)
>  create mode 100644 drivers/infiniband/core/cma_priv.h
> 
> --
> 1.8.3.1
> 
> --
> 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

--
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

      parent reply	other threads:[~2018-02-13 20:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-13 20:02 [PATCH v1 rdma-next 0/6] *** SUBJECT HERE *** Steve Wise
     [not found] ` <cover.1518552179.git.swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
2018-01-30 16:59   ` [PATCH v1 rdma-next 2/6] RDMA/nldev: provide detailed CM_ID information Steve Wise
2018-02-01 16:20   ` [PATCH v1 rdma-next 1/6] RDMA/CM: move rdma_id_private to cma_priv.h Steve Wise
2018-02-01 16:58   ` [PATCH v1 rdma-next 3/6] RDMA/nldev: provide detailed CQ information Steve Wise
2018-02-01 20:51   ` [PATCH v1 rdma-next 5/6] RDMA/nldev: provide detailed MR information Steve Wise
2018-02-01 22:41   ` [PATCH v1 rdma-next 4/6] iw_cxgb4: initialize ib_mr fields for user mrs Steve Wise
2018-02-02 21:24   ` [PATCH v1 rdma-next 6/6] RDMA/nldev: provide detailed PD information Steve Wise
2018-02-13 20:11   ` Steve Wise [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='01ca01d3a506$e38d4730$aaa7d590$@opengridcomputing.com' \
    --to=swise-7bpotxp6k4+p2yhjcf5u+vpxobypeauw@public.gmane.org \
    --cc=dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=jgg-VPRAkNaXOzVWk0Htik3J/w@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 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.