| /trueos/contrib/ofed/libibverbs/fixes/ |
| HD | qpt_raw_eth.patch | 11 include/infiniband/verbs.h | 3 ++- 15 diff --git a/include/infiniband/verbs.h b/include/infiniband/verbs.h 17 --- a/include/infiniband/verbs.h 18 +++ b/include/infiniband/verbs.h
|
| HD | verbs_man_page.patch | 5 libibverbs: Added the man page verbs.7 7 Added the man page verbs.7 which is an introduction to libibverbs man pages. 21 + man/ibv_req_notify_cq.3 man/ibv_resize_cq.3 man/verbs.7 37 Index: libibverbs/man/verbs.7 40 +++ libibverbs/man/verbs.7 2010-06-08 10:58:10.360115000 +0300 46 +verbs \- Infiniband verbs library 49 +.B #include <infiniband/verbs.h> 52 +This library is an implementation of the verbs according to the Infiniband specification volume 1.… 57 … joining a multicast group under IB), where a resource managed through IB verbs such as QP or AH w… 59 +This library is thread safe library and verbs can be called from every thread in the process (the …
|
| HD | rocee_link_layer.patch | 17 include/infiniband/verbs.h | 21 +++++++++++++++++++++ 20 Index: libibverbs/include/infiniband/verbs.h 22 --- libibverbs.orig/include/infiniband/verbs.h 2010-06-08 11:00:05.575721000 +0300 23 +++ libibverbs/include/infiniband/verbs.h 2010-06-08 11:00:39.442737000 +0300
|
| HD | pthread_cond_t_fields.patch | 13 Index: libibverbs/include/infiniband/verbs.h 15 --- libibverbs.orig/include/infiniband/verbs.h 2009-11-01 15:18:24.585280000 +0200 16 +++ libibverbs/include/infiniband/verbs.h 2009-11-01 15:18:28.759417000 +0200
|
| HD | XRC_man_pages.patch | 6 and add new man pages to new XRC verbs. 58 is an ibv_srq_init_attr struct, as defined in <infiniband/verbs.h>. 71 +.B #include <infiniband/verbs.h> 101 +is an ibv_qp_init_attr struct, as defined in <infiniband/verbs.h>. 146 +.B #include <infiniband/verbs.h> 177 +The argument \fIattr\fR is an ibv_qp_attr struct, as defined in <infiniband/verbs.h>. 293 +.B #include <infiniband/verbs.h> 422 +.B #include <infiniband/verbs.h> 442 +is an ibv_qp_attr struct, as defined in <infiniband/verbs.h>. 516 +.B #include <infiniband/verbs.h> [all …]
|
| HD | XRC_base_implementation.patch | 16 include/infiniband/verbs.h | 85 ++++++++++++++++++++++++++++++++++++++++- 19 src/verbs.c | 54 ++++++++++++++++++++++++++ 130 Index: libibverbs/include/infiniband/verbs.h 132 --- libibverbs.orig/include/infiniband/verbs.h 2009-11-01 15:18:17.924118000 +0200 133 +++ libibverbs/include/infiniband/verbs.h 2009-11-01 15:18:20.635171000 +0200 421 Index: libibverbs/src/verbs.c 423 --- libibverbs.orig/src/verbs.c 2009-11-01 15:18:17.931119000 +0200 424 +++ libibverbs/src/verbs.c 2009-11-01 15:18:20.650169000 +0200
|
| HD | XRC_RCV_QP.patch | 14 include/infiniband/verbs.h | 123 +++++++++++++++++++++++ 18 src/verbs.c | 59 +++++++++++ 168 Index: libibverbs/include/infiniband/verbs.h 170 --- libibverbs.orig/include/infiniband/verbs.h 2009-11-01 15:18:20.635171000 +0200 171 +++ libibverbs/include/infiniband/verbs.h 2009-11-01 15:18:24.585280000 +0200 636 Index: libibverbs/src/verbs.c 638 --- libibverbs.orig/src/verbs.c 2009-11-01 15:18:20.650169000 +0200 639 +++ libibverbs/src/verbs.c 2009-11-01 15:18:24.604279000 +0200
|
| /trueos/contrib/ofed/libibverbs/ |
| HD | ChangeLog | 21 * include/infiniband/verbs.h: Remove .driver member of struct 63 * include/infiniband/verbs.h: Add ibv_node_type enum value 69 * include/infiniband/verbs.h: Swap wr_id and next members of 87 * src/verbs.c (ibv_reg_mr, ibv_dereg_mr): Add calls to 91 * include/infiniband/verbs.h: Add declaration of ibv_fork_init(). 107 * include/infiniband/verbs.h: Add addr and length field to struct 119 * src/verbs.c include/infiniband/verbs.h: Add new routines: 142 * include/infiniband/verbs.h: Add IBV_EVENT_CLIENT_REREGISTER. 152 * include/infiniband/driver.h, include/infiniband/verbs.h, 153 src/device.c, src/init.c, src/verbs.c: Remove dependency on [all …]
|
| HD | README | 4 libibverbs is a library that allows programs to use RDMA "verbs" for 6 userspace. For more information on RDMA verbs, see the InfiniBand 16 The verbs library expects special character device files named 32 and so on. Since the RDMA userspace verbs should be safe for use by 39 To use IB verbs from userspace, a process must be able to access the 46 user/group that your verbs program runs as can access the device file. 48 To use IB verbs from userspace, a process must also have permission to 116 * If a verbs call is mysteriously returning an error or failing, the
|
| /trueos/contrib/ofed/libmthca/ |
| HD | ChangeLog | 29 * src/verbs.c (mthca_create_qp): Set reserved fields to 0 to avoid 34 * src/verbs.c (mthca_destroy_qp): Avoid potential AB-BA deadlock 43 * src/verbs.c (mthca_resize_cq): Add a test for 58 * src/verbs.c (mthca_create_srq): Limit SRQ max_wr to avoid 64 src/srq.c, src/verbs.c: Convert internal allocations for AH pages 79 * src/verbs.c (mthca_create_cq, mthca_resize_cq): Passing huge 161 * src/verbs.c (mthca_create_qp): Update to add new response and 170 * src/verbs.c (mthca_query_qp, mthca_query_srq): Add query QP and 171 query SRQ verbs. 185 * src/mthca.h, src/verbs.c, src/cq.c, src/mthca.c: Add [all …]
|
| /trueos/contrib/ofed/libmlx4/fixes/ |
| HD | xrc_fix_close_domain.patch | 9 Index: libmlx4/src/verbs.c 11 --- libmlx4.orig/src/verbs.c 2008-09-01 10:51:11.000000000 +0300 12 +++ libmlx4/src/verbs.c 2008-09-01 10:52:40.000000000 +0300
|
| HD | xrc_rcv_qp_v2.patch | 50 diff --git a/src/verbs.c b/src/verbs.c 52 --- a/src/verbs.c 53 +++ b/src/verbs.c
|
| HD | fix_inline_size.patch | 16 src/verbs.c | 45 ++++++++++++++++++++++++++++++++++++++++----- 19 Index: libmlx4/src/verbs.c 21 --- libmlx4.orig/src/verbs.c 2010-09-29 11:10:17.691587848 +0200 22 +++ libmlx4/src/verbs.c 2010-09-29 11:16:11.031586721 +0200
|
| HD | rocee_add_support.patch | 11 src/verbs.c | 29 +++++++++++++++++++++++++++++ 69 Index: libmlx4/src/verbs.c 71 --- libmlx4.orig/src/verbs.c 2010-08-23 08:07:48.451964305 +0300 72 +++ libmlx4/src/verbs.c 2010-08-23 08:08:32.039462057 +0300
|
| HD | lim_qp_resources.patch | 34 Index: libmlx4/src/verbs.c 36 --- libmlx4.orig/src/verbs.c 2008-06-04 08:24:45.000000000 +0300 37 +++ libmlx4/src/verbs.c 2008-06-04 08:24:49.000000000 +0300
|
| HD | xrc_consolidated_v2.patch | 19 3. Check for xrc verbs in ibv_more_ops via AC_CHECK_MEMBER 31 + [#include <infiniband/verbs.h>]) 34 + [#include <infiniband/verbs.h>]) 402 diff --git a/src/verbs.c b/src/verbs.c 404 --- a/src/verbs.c 405 +++ b/src/verbs.c
|
| /trueos/contrib/ofed/usr.lib/libibverbs/ |
| HD | Makefile | 17 SRCS= device.c init.c marshall.c verbs.c cmd.c enum_strs.c kern_abi.h \ 32 verbs.7 ibv_create_xrc_rcv_qp.3 ibv_open_xrc_domain.3
|
| /trueos/contrib/ofed/libibverbs/debian/ |
| HD | control.in | 15 "verbs" as described in the InfiniBand Architecture Specification and 34 "verbs" as described in the InfiniBand Architecture Specification and 53 "verbs" as described in the InfiniBand Architecture Specification and 71 "verbs" as described in the InfiniBand Architecture Specification and
|
| HD | watch | 3 http://www.openfabrics.org/downloads/verbs/libibverbs-(.+)\.tar\.gz
|
| /trueos/contrib/ofed/librdmacm/ |
| HD | configure.in | 46 AC_CHECK_HEADER(infiniband/verbs.h, [], 47 AC_MSG_ERROR([<infiniband/verbs.h> not found. Is libibverbs installed?]))
|
| /trueos/contrib/ofed/librdmacm/src/ |
| HD | cma.c | 122 struct ibv_context *verbs; member 171 ibv_close_device(cma_dev_array[--cma_dev_cnt].verbs); in ucma_cleanup() 243 cma_dev->verbs = ibv_open_device(dev_list[i]); in ucma_init() 244 if (!cma_dev->verbs) { in ucma_init() 251 ret = ibv_query_device(cma_dev->verbs, &attr); in ucma_init() 269 ibv_close_device(cma_dev_array[i].verbs); in ucma_init() 291 devs[i] = cma_dev_array[i].verbs; in rdma_get_devices() 346 id_priv->id.verbs = cma_dev->verbs; in ucma_get_device() 697 ret = ibv_query_pkey(cma_dev->verbs, port_num, i, &chk_pkey); in ucma_find_pkey() 806 if (id->verbs != pd->context) in rdma_create_qp() [all …]
|
| /trueos/contrib/ofed/libibcm/ |
| HD | configure.in | 49 AC_CHECK_HEADER(infiniband/verbs.h, [], 50 AC_MSG_ERROR([<infiniband/verbs.h> not found. Is libibverbs installed?]))
|
| /trueos/sys/ofed/drivers/infiniband/ |
| HD | Kconfig | 22 tristate "InfiniBand userspace access (verbs and CM)" 25 kernel side of userspace verbs and the userspace
|
| /trueos/contrib/ofed/libmlx4/ |
| HD | configure.in | 47 [#include <infiniband/verbs.h>]) 50 [#include <infiniband/verbs.h>])
|
| /trueos/contrib/ofed/usr.lib/libmlx4/ |
| HD | Makefile | 17 SRCS= buf.c cq.c dbrec.c mlx4.c qp.c srq.c verbs.c
|