All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH rdma-core 0/4] Migrate to use kernel uAPI headers
@ 2016-10-27 23:06 Jason Gunthorpe
       [not found] ` <1477609570-8087-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
  0 siblings, 1 reply; 11+ messages in thread
From: Jason Gunthorpe @ 2016-10-27 23:06 UTC (permalink / raw)
  To: Doug Ledford, linux-rdma-u79uwXL29TY76Z2rM5mHXA

This is a start on this process, verbs will be quite challenging.

https://github.com/linux-rdma/rdma-core/pull/29

Jason Gunthorpe (4):
  Support -DKERNEL_DIR to use kernel UAPI headers directly
  Move rdma_netlink compat into CMake
  verbs: Replace infiniband/sa-kern-abi.h with the kernel's
    uapi/rdma/ib_user_sa.h
  ibcm: Replace infiniband/cm_abi.h with the kernel's
    uapi/rdma/ib_user_cm.h

 CMakeLists.txt                             |  11 +-
 buildlib/RDMA_LinuxHeaders.cmake           |  85 +++++++
 buildlib/fixup-include/rdma-rdma_netlink.h | 225 ++++++++++++++++++
 ibacm/src/acm.c                            |   3 -
 ibacm/src/acm_netlink.h                    | 128 -----------
 iwpmd/iwarp_pm.h                           |   2 +-
 iwpmd/iwarp_pm_common.c                    |   5 -
 iwpmd/iwarp_pm_server.c                    |   4 +-
 iwpmd/iwpm_netlink.h                       | 214 ------------------
 libibcm/cm.c                               |  78 ++++---
 libibcm/cm_abi.h                           | 351 ++++-------------------------
 libibverbs/marshall.c                      |   4 +-
 libibverbs/marshall.h                      |   6 +-
 libibverbs/sa-kern-abi.h                   |  34 +--
 librdmacm/rdma_cma_abi.h                   |   4 +-
 15 files changed, 416 insertions(+), 738 deletions(-)
 create mode 100644 buildlib/RDMA_LinuxHeaders.cmake
 create mode 100644 buildlib/fixup-include/rdma-rdma_netlink.h
 delete mode 100644 ibacm/src/acm_netlink.h
 delete mode 100644 iwpmd/iwpm_netlink.h

-- 
2.1.4

--
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] 11+ messages in thread

end of thread, other threads:[~2016-10-28 18:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-27 23:06 [PATCH rdma-core 0/4] Migrate to use kernel uAPI headers Jason Gunthorpe
     [not found] ` <1477609570-8087-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-10-27 23:06   ` [PATCH rdma-core 1/4] Support -DKERNEL_DIR to use kernel UAPI headers directly Jason Gunthorpe
2016-10-27 23:06   ` [PATCH rdma-core 2/4] Move rdma_netlink compat into CMake Jason Gunthorpe
     [not found]     ` <1477609570-8087-3-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-10-28 14:59       ` Steve Wise
2016-10-28 15:44         ` Jason Gunthorpe
     [not found]           ` <20161028154455.GB10441-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-10-28 15:46             ` Steve Wise
2016-10-28 18:00       ` Nikolova, Tatyana E
2016-10-27 23:06   ` [PATCH rdma-core 3/4] verbs: Replace infiniband/sa-kern-abi.h with the kernel's uapi/rdma/ib_user_sa.h Jason Gunthorpe
     [not found]     ` <1477609570-8087-4-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-10-28  6:53       ` Christoph Hellwig
     [not found]         ` <20161028065344.GA28303-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
2016-10-28 15:42           ` Jason Gunthorpe
2016-10-27 23:06   ` [PATCH rdma-core 4/4] ibcm: Replace infiniband/cm_abi.h with the kernel's uapi/rdma/ib_user_cm.h Jason Gunthorpe

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.