freebsd-dev/contrib/ofed/libibcm/libibcm.map
Hans Petter Selasky d6b92ffa99 OFED user-space import and update for use with Linux-4.9 compatible RDMA
kernel APIs.

List of sources used:

1) rdma-core was cloned from "https://github.com/linux-rdma/rdma-core.git"
Top commit d65138ef93af30b3ea249f3a84aa6a24ba7f8a75

2) OpenSM was cloned from git://git.openfabrics.org/~halr/opensm.git
Top commit 85f841cf209f791c89a075048a907020e924528d

3) libibmad was cloned from "git://git.openfabrics.org/~iraweiny/libibmad.git"
Tag 1.3.13 with some additional patches from Mellanox.

4) infiniband-diags was cloned from "git://git.openfabrics.org/~iraweiny/infiniband-diags.git"
Tag 1.6.7 with some additional patches from Mellanox.

Added the required Makefiles for building and installing.

Sponsored by:	Mellanox Technologies
2017-08-02 16:00:30 +00:00

27 lines
509 B
Plaintext

/* Do not change this file without reading Documentation/versioning.md */
IBCM_1.0 {
global:
ib_cm_open_device;
ib_cm_close_device;
ib_cm_get_event;
ib_cm_ack_event;
ib_cm_create_id;
ib_cm_destroy_id;
ib_cm_attr_id;
ib_cm_listen;
ib_cm_send_req;
ib_cm_send_rep;
ib_cm_send_rtu;
ib_cm_send_dreq;
ib_cm_send_drep;
ib_cm_notify;
ib_cm_send_rej;
ib_cm_send_mra;
ib_cm_send_lap;
ib_cm_send_apr;
ib_cm_send_sidr_req;
ib_cm_send_sidr_rep;
ib_cm_init_qp_attr;
local: *;
};