On Thu, May 21, 2015 at 04:40:21PM -0400, [email protected] wrote: > From: Ira Weiny <[email protected]>
Doug, Jason, Were there any issues with these clean ups? I think they stand on their own but I can add them to the OPA series if you prefer. Ira > > In order to support some of Jason's comments to add const to the functions I > am > adding for OPA the following patches clean up the call trees of the currently > defined functions. > > They stand on their own as clean up patches. Therefore, I am submitting them > separately from the OPA patches. > > Ira Weiny (3): > IB/core: Add const to RDMA helpers > IB/core: Add const to device process_mad > IB/core: Add const to agent_send_response > > drivers/infiniband/core/addr.c | 4 +-- > drivers/infiniband/core/agent.c | 8 +++--- > drivers/infiniband/core/agent.h | 4 +-- > drivers/infiniband/core/cache.c | 8 +++--- > drivers/infiniband/core/verbs.c | 9 ++++--- > drivers/infiniband/hw/amso1100/c2_provider.c | 6 ++--- > drivers/infiniband/hw/cxgb3/iwch_provider.c | 6 ++--- > drivers/infiniband/hw/cxgb4/provider.c | 5 ++-- > drivers/infiniband/hw/ehca/ehca_iverbs.h | 4 +-- > drivers/infiniband/hw/ehca/ehca_sqp.c | 4 +-- > drivers/infiniband/hw/ipath/ipath_mad.c | 8 +++--- > drivers/infiniband/hw/ipath/ipath_verbs.h | 6 ++--- > drivers/infiniband/hw/mlx4/mad.c | 21 ++++++++------- > drivers/infiniband/hw/mlx4/mlx4_ib.h | 8 +++--- > drivers/infiniband/hw/mlx5/mad.c | 8 +++--- > drivers/infiniband/hw/mlx5/mlx5_ib.h | 8 +++--- > drivers/infiniband/hw/mthca/mthca_cmd.c | 4 +-- > drivers/infiniband/hw/mthca/mthca_cmd.h | 4 +-- > drivers/infiniband/hw/mthca/mthca_dev.h | 6 ++--- > drivers/infiniband/hw/mthca/mthca_mad.c | 10 +++---- > drivers/infiniband/hw/nes/nes_verbs.c | 4 +-- > drivers/infiniband/hw/ocrdma/ocrdma_ah.c | 6 ++--- > drivers/infiniband/hw/ocrdma/ocrdma_ah.h | 6 ++--- > drivers/infiniband/hw/qib/qib_mad.c | 10 +++---- > drivers/infiniband/hw/qib/qib_verbs.h | 4 +-- > drivers/net/ethernet/mellanox/mlx5/core/mad.c | 2 +- > include/linux/mlx5/driver.h | 2 +- > include/rdma/ib_addr.h | 6 ++--- > include/rdma/ib_cache.h | 8 +++--- > include/rdma/ib_verbs.h | 39 > ++++++++++++++------------- > 30 files changed, 116 insertions(+), 112 deletions(-) > > -- > 1.8.2 > -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
