public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [pull request][rdma-next 0/8] Export device and port properties
@ 2017-08-15  9:14 Leon Romanovsky
       [not found] ` <20170815091431.12822-1-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 15+ messages in thread
From: Leon Romanovsky @ 2017-08-15  9:14 UTC (permalink / raw)
  To: Doug Ledford
  Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA, Leon Romanovsky,
	Dennis Dalessandro, Jason Gunthorpe

Hi,

This is the third part of RDMAtool infrastructure changes. In this series,
I'm exporting various device and port properties which are parsed in
RDMAtool.

Due to the fact, that the "IB/hfi1: Document phys port state bits not
used in IB", I embed its content into the actual patches.

As part of this series, I performed small code cleanup to improve our
static checker situation.

Thanks

Cc: Dennis Dalessandro <dennis.dalessandro-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: Jason Gunthorpe <jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
----------------------------------------------------------------
The following changes since commit 30307f91febf1b99947307a479c0a82c3af72f93:

  Documentation: Hardware tag matching (2017-08-15 11:46:45 +0300)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdma.git tags/rdma-next-2017-08-15-2

for you to fetch changes up to 9335303fee9bac70b5d5c143126b846d20df56d6:

  RDMA: Use defines instead of hard coded value for phys_state (2017-08-15 11:46:53 +0300)

----------------------------------------------------------------
Export port properties, physical state and node types to the UAPI

----------------------------------------------------------------
Leon Romanovsky (8):
      RDMA/mlx4: Properly annotate link layer variable
      RDMA/core: Export device capabilities flags
      RDMA/core: Provide node type flags
      RDMA/core: Move port capabilities to UAPI
      RDMA/core: Move port state to UAPI and rename it to be link
      RDMA/core: Add physical link state information to the UAPI
      RDMA/nes: Remove zeroed parameter from port query callback
      RDMA: Use defines instead of hard coded value for phys_state

 drivers/infiniband/core/sysfs.c              |  24 ++--
 drivers/infiniband/hw/bnxt_re/ib_verbs.c     |   4 +-
 drivers/infiniband/hw/hfi1/opa_compat.h      |  30 ++--
 drivers/infiniband/hw/hns/hns_roce_main.c    |   4 +-
 drivers/infiniband/hw/mlx4/main.c            |   4 +-
 drivers/infiniband/hw/mlx4/qp.c              |   6 +-
 drivers/infiniband/hw/mlx5/main.c            |   4 +-
 drivers/infiniband/hw/nes/nes_verbs.c        |   5 -
 drivers/infiniband/hw/ocrdma/ocrdma_verbs.c  |   4 +-
 drivers/infiniband/hw/qedr/verbs.c           |   4 +-
 drivers/infiniband/hw/usnic/usnic_ib_verbs.c |   6 +-
 drivers/infiniband/sw/rxe/rxe_param.h        |   2 +-
 include/rdma/ib_verbs.h                      | 135 +++++++++---------
 include/uapi/rdma/ib_user_verbs.h            |   1 +
 include/uapi/rdma/rdma.h                     | 196 +++++++++++++++++++++++++++
 15 files changed, 314 insertions(+), 115 deletions(-)
 create mode 100644 include/uapi/rdma/rdma.h
--
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

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2017-08-24 20:07 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-15  9:14 [pull request][rdma-next 0/8] Export device and port properties Leon Romanovsky
     [not found] ` <20170815091431.12822-1-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-08-15  9:14   ` [rdma-next 1/8] RDMA/mlx4: Properly annotate link layer variable Leon Romanovsky
2017-08-15  9:14   ` [rdma-next 2/8] RDMA/core: Export device capabilities flags Leon Romanovsky
2017-08-15  9:14   ` [rdma-next 3/8] RDMA/core: Provide node type flags Leon Romanovsky
2017-08-15  9:14   ` [rdma-next 4/8] RDMA/core: Move port capabilities to UAPI Leon Romanovsky
2017-08-15  9:14   ` [rdma-next 5/8] RDMA/core: Move port state to UAPI and rename it to be link Leon Romanovsky
2017-08-15  9:14   ` [rdma-next 6/8] RDMA/core: Add physical link state information to the UAPI Leon Romanovsky
2017-08-15  9:14   ` [rdma-next 7/8] RDMA/nes: Remove zeroed parameter from port query callback Leon Romanovsky
2017-08-15  9:14   ` [rdma-next 8/8] RDMA: Use defines instead of hard coded value for phys_state Leon Romanovsky
     [not found]     ` <20170815091431.12822-9-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-08-23 14:59       ` Boyer, Andrew
     [not found]         ` <D5C31047.1DB0A%Andrew.Boyer-mb1K0bWo544@public.gmane.org>
2017-08-23 15:29           ` Leon Romanovsky
     [not found]             ` <20170823152915.GQ1724-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-08-24 12:56               ` Boyer, Andrew
     [not found]                 ` <D5C444A5.1DC28%Andrew.Boyer-mb1K0bWo544@public.gmane.org>
2017-08-24 13:24                   ` Leon Romanovsky
2017-08-23 16:27   ` [pull request][rdma-next 0/8] Export device and port properties Leon Romanovsky
     [not found]     ` <20170823162718.GS1724-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-08-24 20:07       ` Doug Ledford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox