All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH rdma-core 0/9] Dead Code Removal
@ 2016-09-29 20:47 Jason Gunthorpe
       [not found] ` <1475182076-5411-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
  0 siblings, 1 reply; 33+ messages in thread
From: Jason Gunthorpe @ 2016-09-29 20:47 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA

This removes various #ifdef type stuff that no longer makes any sense.
cmake is arranged in a way that avoids alot of the ifdefs around header files.

The BYTE_ORDER patch is more substantial and consolidates everything around
glibc's endian.h

See

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

Jason Gunthorpe (9):
  Remove HAVE_CONFIG_H
  Remove HAVE_VALGRIND_MEMCHECK_H/INCLUDE_VALGRIND
  Remove HAVE_IBV_*
  Do not use IBV_CMD_(REG_MR|RESIZE_CQ)_HAS_RESP_PARAMS
  Remove HAVE_SYMVER_SUPPORT
  Remove old compat definitions of wmb/rmb/etc
  Remove old MADV_DONTFORK/DOFORK compat
  Remove most checks of __BYTE_ORDER
  nes: Remove code guarded by HAVE_DECL_IBV_QPT_RAW_ETH

 CMakeLists.txt                       |   2 -
 buildlib/config.h.in                 |  13 --
 ibacm/linux/osd.h                    |   8 +-
 ibacm/prov/acmp/src/acmp.c           |   4 +-
 ibacm/src/acm.c                      |   4 +-
 ibacm/src/acme.c                     |   4 +-
 ibacm/src/libacm.c                   |   4 +-
 libcxgb3/src/cq.c                    |   4 +-
 libcxgb3/src/cxio_wr.h               |  10 +-
 libcxgb3/src/iwch.c                  |   4 +-
 libcxgb3/src/qp.c                    |   4 +-
 libcxgb3/src/verbs.c                 |   4 +-
 libcxgb4/src/cq.c                    |   4 +-
 libcxgb4/src/dev.c                   |   4 +-
 libcxgb4/src/qp.c                    |   4 +-
 libcxgb4/src/t4.h                    |  11 +-
 libcxgb4/src/verbs.c                 |   4 +-
 libhfi1verbs/src/hfiverbs.c          |  22 +--
 libhfi1verbs/src/verbs.c             |  19 +-
 libi40iw/src/i40iw_umain.c           |   2 -
 libi40iw/src/i40iw_umain.h           |  18 +-
 libi40iw/src/i40iw_uverbs.c          |  28 ---
 libibcm/src/cm.c                     |  15 +-
 libibumad/src/sysfs.c                |  12 +-
 libibumad/src/umad.c                 |  18 +-
 libibumad/tests/umad_reg2_compat.c   |   4 +-
 libibumad/tests/umad_register2.c     |   4 +-
 libibverbs/examples/asyncwatch.c     |   4 +-
 libibverbs/examples/device_list.c    |   4 +-
 libibverbs/examples/devinfo.c        |   4 +-
 libibverbs/examples/rc_pingpong.c    |   4 +-
 libibverbs/examples/srq_pingpong.c   |   4 +-
 libibverbs/examples/uc_pingpong.c    |   4 +-
 libibverbs/examples/ud_pingpong.c    |   4 +-
 libibverbs/examples/xsrq_pingpong.c  |   4 +-
 libibverbs/include/infiniband/arch.h |  15 +-
 libibverbs/src/cmd.c                 |   4 +-
 libibverbs/src/compat-1_0.c          |   4 +-
 libibverbs/src/device.c              |   4 +-
 libibverbs/src/ibverbs.h             |  25 +--
 libibverbs/src/init.c                |   4 +-
 libibverbs/src/marshall.c            |   4 +-
 libibverbs/src/memory.c              |  15 +-
 libibverbs/src/sysfs.c               |   4 +-
 libibverbs/src/verbs.c               |   4 +-
 libipathverbs/src/ipathverbs.c       |  22 +--
 libipathverbs/src/verbs.c            |  20 +-
 libmlx4/src/buf.c                    |   4 +-
 libmlx4/src/cq.c                     |   4 +-
 libmlx4/src/dbrec.c                  |   4 +-
 libmlx4/src/mlx4.c                   |   4 +-
 libmlx4/src/mlx4.h                   |  42 +---
 libmlx4/src/qp.c                     |   4 +-
 libmlx4/src/srq.c                    |   4 +-
 libmlx4/src/verbs.c                  |   4 +-
 libmlx5/src/buf.c                    |  23 +--
 libmlx5/src/cq.c                     |   5 +-
 libmlx5/src/dbrec.c                  |   4 +-
 libmlx5/src/mlx5.c                   |   8 +-
 libmlx5/src/mlx5.h                   |  40 +---
 libmlx5/src/qp.c                     |   5 +-
 libmlx5/src/srq.c                    |   4 +-
 libmlx5/src/verbs.c                  |  24 +--
 libmthca/src/ah.c                    |   4 +-
 libmthca/src/buf.c                   |  23 +--
 libmthca/src/cq.c                    |   4 +-
 libmthca/src/memfree.c               |   4 +-
 libmthca/src/mthca.c                 |  62 +-----
 libmthca/src/mthca.h                 |  26 +--
 libmthca/src/qp.c                    |   4 +-
 libmthca/src/srq.c                   |   4 +-
 libmthca/src/verbs.c                 |  30 +--
 libnes/src/nes_umain.c               |   2 -
 libnes/src/nes_umain.h               |  17 +-
 libnes/src/nes_uverbs.c              | 359 -----------------------------------
 libocrdma/src/ocrdma_main.c          |   2 -
 libocrdma/src/ocrdma_verbs.c         |  34 +---
 librdmacm/examples/common.h          |  11 +-
 librdmacm/src/acm.c                  |   4 +-
 librdmacm/src/addrinfo.c             |   4 +-
 librdmacm/src/cma.c                  |   4 +-
 librdmacm/src/cma.h                  |  24 +--
 librdmacm/src/indexer.c              |   4 +-
 librdmacm/src/indexer.h              |   4 +-
 librdmacm/src/preload.c              |   4 +-
 librdmacm/src/rsocket.c              |   4 +-
 librxe/src/rxe.c                     |  34 +---
 srp_daemon/srp_daemon/srp_daemon.h   |  22 +--
 88 files changed, 124 insertions(+), 1144 deletions(-)

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

end of thread, other threads:[~2016-10-06 12:09 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-29 20:47 [PATCH rdma-core 0/9] Dead Code Removal Jason Gunthorpe
     [not found] ` <1475182076-5411-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-09-29 20:47   ` [PATCH 1/9] Remove HAVE_CONFIG_H Jason Gunthorpe
     [not found]     ` <1475182076-5411-2-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-09-29 21:22       ` Steve Wise
2016-09-30 17:02       ` Hal Rosenstock
2016-09-29 20:47   ` [PATCH 2/9] Remove HAVE_VALGRIND_MEMCHECK_H/INCLUDE_VALGRIND Jason Gunthorpe
     [not found]     ` <1475182076-5411-3-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-09-29 21:01       ` Bart Van Assche
     [not found]         ` <aef5ce41-14bf-9869-88c8-ab5796634a8c-HInyCGIudOg@public.gmane.org>
2016-09-29 22:34           ` Jason Gunthorpe
     [not found]             ` <20160929223415.GD27229-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-09-29 23:48               ` Bart Van Assche
     [not found]                 ` <610a3086-07bd-baa7-11e2-88642c0e2297-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2016-09-30  0:15                   ` Jason Gunthorpe
2016-09-30 16:49       ` Bart Van Assche
2016-09-30 17:02       ` Hal Rosenstock
2016-09-29 20:47   ` [PATCH 3/9] Remove HAVE_IBV_* Jason Gunthorpe
2016-09-29 20:47   ` [PATCH 4/9] Do not use IBV_CMD_(REG_MR|RESIZE_CQ)_HAS_RESP_PARAMS Jason Gunthorpe
     [not found]     ` <1475182076-5411-5-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-09-30 13:07       ` Dalessandro, Dennis
2016-09-29 20:47   ` [PATCH 5/9] Remove HAVE_SYMVER_SUPPORT Jason Gunthorpe
2016-09-29 20:47   ` [PATCH 6/9] Remove old compat definitions of wmb/rmb/etc Jason Gunthorpe
2016-09-29 20:47   ` [PATCH 7/9] Remove old MADV_DONTFORK/DOFORK compat Jason Gunthorpe
2016-09-29 20:47   ` [PATCH 8/9] Remove most checks of __BYTE_ORDER Jason Gunthorpe
     [not found]     ` <1475182076-5411-9-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-09-29 21:26       ` Steve Wise
2016-09-29 22:28         ` Jason Gunthorpe
     [not found]           ` <20160929222802.GC27229-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-09-29 23:46             ` Steve Wise
     [not found]               ` <F2C34CC4-5C7D-4382-873D-9E14B81A44B3-/Yg/VP3ZvrM@public.gmane.org>
2016-09-30  0:08                 ` Jason Gunthorpe
     [not found]                   ` <20160930000800.GA7570-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-09-30 13:32                     ` Steve Wise
2016-10-05 15:16                     ` Yishai Hadas
     [not found]                       ` <fd7d47c8-6a06-6169-b840-abfbc239ad75-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2016-10-05 17:44                         ` Jason Gunthorpe
     [not found]                           ` <20161005174449.GG18636-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-10-06 12:09                             ` Yishai Hadas
2016-10-05 15:37             ` Christoph Hellwig
     [not found]               ` <20161005153701.GA12295-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
2016-10-05 17:33                 ` Jason Gunthorpe
     [not found]                   ` <20161005173359.GF18636-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-10-06 11:40                     ` Christoph Hellwig
2016-09-30 16:51       ` Bart Van Assche
2016-09-30 17:02       ` Hal Rosenstock
2016-09-29 20:47   ` [PATCH 9/9] nes: Remove code guarded by HAVE_DECL_IBV_QPT_RAW_ETH Jason Gunthorpe
2016-10-02 12:58   ` [PATCH rdma-core 0/9] Dead Code Removal Doug Ledford

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.