components/open-fabrics/libibverbs/Makefile
author boris.chiu@oracle.com
Fri, 01 Apr 2016 15:20:17 -0700
changeset 5708 49b43e37ce26
parent 5682 94c0ca64c022
child 7646 80b442bd41f4
permissions -rw-r--r--
PSARC/2016/109 Solaris OFED (OFUV) Version 3.18 and other updates 21132063 Solaris OFUV tools/libs should handle EDR/FDR speed based cards properly 21845415 OFUV mad utilities and libraries need to be upgraded to OFED 3.18 21850735 OFUV verbs and mlx4 libraries need to be upgraded to OFED 3.18 21850928 OFUV librdmacm need to be upgraded to OFED 3.18 22213636 problem in UTILITY/OFUV_TOOLS 22219198 librdmacm: cmtime gets segmentation fault when given invalid argument with -b 22271413 ibnetdiscover has segmentation fault when link state is at 2 22641297 shared pd and fmr in solaris should be in sync with those in uek 22642557 Upgrading to OFED 3.18 requires bumping Solaris ABI version number 22652208 qperf needs to be upgraded to latest(0.4.9) 22689609 qperf returns failed to receive results: timed out for ud_bw tests 22826204 PSID ID string size in uverbs_ioctl.h should reflect kernel sizes (userland) 22912559 libsif needs to support OFED 3.18 22947813 test_verbs TEST_VERB_SRQ failed on PSIF


# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#

#
# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
#
BUILD_BITS= 64
include ../ofed-component-macros.mk

COMPONENT_NAME=		libibverbs
COMPONENT_VERSION=	1.1.8
COMPONENT_ARCHIVE_HASH=	\
	sha256:7c766e679e1e6dbcb37bdfc624c64310787e3a380baf7ee1eebde39c6991828f
COMPONENT_ARCHIVE_URL= https://www.openfabrics.org/downloads/verbs/$(COMPONENT_ARCHIVE)
COMPONENT_BUGDB=	library/ofuv_lib

INSTALL_TARGET=
include ../ofed-component.mk

MAN3FILES =	ibv_alloc_shpd.3 \
		ibv_reg_mr_relaxed.3 \
		ibv_share_pd.3 \
		ibv_gid_reachable.3 \
		ibv_register_sm_events.3

include $(WS_MAKE_RULES)/shared-targets.mk

# add flags to get at extra bits from other components' source trees
CPPFLAGS +=	-I$(PWD)/../libmlx4/libmlx4-1.0.6/src
CPPFLAGS +=	-I$(PWD)/../librdmacm/librdmacm-1.0.21/include

LIBS +=	-lkstat

CONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR)/infiniband

# --disable-libcheck is not a supported option for this component
DISABLE_LIBCHECK=

COMPONENT_PREP_ACTION = \
	cp ofa_solaris.h $(@D)/include/infiniband ; \
	cp solaris_compatibility.c $(@D)/src ; \
	cd ../libmlx4; gmake prep; \
	cd ../librdmacm; gmake prep

COMPONENT_POST_INSTALL_ACTION = \
	$(RM) $(PROTO_DIR)/$(CONFIGURE_BINDIR.$(BITS))/ibv_uc_pingpong; \
	$(RM) $(PROTOUSRSHAREMAN1DIR)/ibv_uc_pingpong.1 \
	$(PROTOUSRSHAREMAN3DIR)/ibv_reg_xrc_rcv_qp.3 \
	$(PROTOUSRSHAREMAN3DIR)/ibv_create_xrc_srq.3 \
	$(PROTOUSRSHAREMAN3DIR)/ibv_open_xrc_domain.3 \
	$(PROTOUSRSHAREMAN3DIR)/ibv_close_xrc_domain.3 \
	$(PROTOUSRSHAREMAN3DIR)/ibv_unreg_xrc_rcv_qp.3 \
	$(PROTOUSRSHAREMAN3DIR)/ibv_query_xrc_rcv_qp.3 \
	$(PROTOUSRSHAREMAN3DIR)/ibv_create_xrc_rcv_qp.3 \
	$(PROTOUSRSHAREMAN3DIR)/ibv_modify_xrc_rcv_qp.3

install:	$(INSTALL_64) $(PROTOMAN3FILES)