blob: 3f51e5ee96cccd9eb94df434afa309b4145f8d87 [file]
/* Export symbols should be added below according to
Documentation/versioning.md document. */
EFA_1.0 {
global:
efadv_create_driver_qp;
local: *;
};
EFA_1.1 {
global:
efadv_create_qp_ex;
efadv_query_ah;
efadv_query_device;
} EFA_1.0;
EFA_1.2 {
global:
efadv_cq_from_ibv_cq_ex;
efadv_create_cq;
} EFA_1.1;
EFA_1.3 {
global:
efadv_query_mr;
} EFA_1.2;
EFA_1.4 {
global:
efadv_query_qp_wqs;
efadv_query_cq;
} EFA_1.3;
EFA_1.5 {
global:
efadv_get_max_sq_depth;
efadv_get_max_rq_depth;
} EFA_1.4;
EFA_1.6 {
global:
efadv_qp_from_ibv_qp_ex;
} EFA_1.5;