]> git.openfabrics.org - ~shefty/libibverbs.git/log
~shefty/libibverbs.git
11 years agorefresh
Sean Hefty [Fri, 28 Sep 2012 19:23:17 +0000 (12:23 -0700)]
refresh

11 years agorefresh
Sean Hefty [Fri, 28 Sep 2012 19:23:17 +0000 (12:23 -0700)]
refresh

11 years agorefresh (create temporary patch)
Sean Hefty [Fri, 28 Sep 2012 19:23:16 +0000 (12:23 -0700)]
refresh (create temporary patch)

11 years agorefresh (create temporary patch)
Sean Hefty [Fri, 28 Sep 2012 19:23:16 +0000 (12:23 -0700)]
refresh (create temporary patch)

11 years agoRefresh of srq_ex
Sean Hefty [Fri, 28 Sep 2012 19:23:16 +0000 (12:23 -0700)]
Refresh of srq_ex

11 years agolivibverbs: Add support for XRC SRQs
Sean Hefty [Mon, 17 Sep 2012 19:34:55 +0000 (12:34 -0700)]
livibverbs: Add support for XRC SRQs

XRC support requires the use of a new type of SRQ.

XRC shared receive queues: xrc srq's are similar to normal
srq's, except that they are bound to an xrcd, rather
than to a protection domain.  Based on the current spec
and implementation, they are only usable with xrc qps.  To
support xrc srq's, we define a new srq_init_attr structure
to include an srq type and other needed information.

The kernel ABI is also updated to allow creating extended
SRQs.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agopop (CONFLICT)
Sean Hefty [Fri, 28 Sep 2012 19:22:34 +0000 (12:22 -0700)]
pop (CONFLICT)

11 years agopop (CONFLICT)
Sean Hefty [Fri, 28 Sep 2012 19:22:34 +0000 (12:22 -0700)]
pop (CONFLICT)

11 years agolivibverbs: Add support for XRC SRQs
Sean Hefty [Mon, 17 Sep 2012 19:34:55 +0000 (12:34 -0700)]
livibverbs: Add support for XRC SRQs

XRC support requires the use of a new type of SRQ.

XRC shared receive queues: xrc srq's are similar to normal
srq's, except that they are bound to an xrcd, rather
than to a protection domain.  Based on the current spec
and implementation, they are only usable with xrc qps.  To
support xrc srq's, we define a new srq_init_attr structure
to include an srq type and other needed information.

The kernel ABI is also updated to allow creating extended
SRQs.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agopop
Sean Hefty [Fri, 28 Sep 2012 19:22:34 +0000 (12:22 -0700)]
pop

11 years agopop
Sean Hefty [Fri, 28 Sep 2012 19:22:34 +0000 (12:22 -0700)]
pop

11 years agorefresh
Sean Hefty [Fri, 28 Sep 2012 19:21:46 +0000 (12:21 -0700)]
refresh

11 years agorefresh
Sean Hefty [Fri, 28 Sep 2012 19:21:46 +0000 (12:21 -0700)]
refresh

11 years agorefresh (create temporary patch)
Sean Hefty [Fri, 28 Sep 2012 19:21:46 +0000 (12:21 -0700)]
refresh (create temporary patch)

11 years agorefresh (create temporary patch)
Sean Hefty [Fri, 28 Sep 2012 19:21:46 +0000 (12:21 -0700)]
refresh (create temporary patch)

11 years agoRefresh of xrcd2
Sean Hefty [Fri, 28 Sep 2012 19:21:46 +0000 (12:21 -0700)]
Refresh of xrcd2

11 years agorefresh
Sean Hefty [Fri, 28 Sep 2012 19:18:25 +0000 (12:18 -0700)]
refresh

11 years agorefresh
Sean Hefty [Fri, 28 Sep 2012 19:18:25 +0000 (12:18 -0700)]
refresh

11 years agorefresh (create temporary patch)
Sean Hefty [Fri, 28 Sep 2012 19:18:25 +0000 (12:18 -0700)]
refresh (create temporary patch)

11 years agorefresh (create temporary patch)
Sean Hefty [Fri, 28 Sep 2012 19:18:25 +0000 (12:18 -0700)]
refresh (create temporary patch)

11 years agoRefresh of xrcd2
Sean Hefty [Fri, 28 Sep 2012 19:18:25 +0000 (12:18 -0700)]
Refresh of xrcd2

11 years agolibibverbs: Introduce XRC domains
Sean Hefty [Fri, 28 Sep 2012 19:12:45 +0000 (12:12 -0700)]
libibverbs: Introduce XRC domains

XRC introduces several new concepts and structures, one of
which is the XRC domain.

XRC domains: xrcd's are a type of protection domain used to
associate shared receive queues with xrc queue pairs.  Since
xrcd are meant to be shared among multiple processes, we
introduce new APIs to open/close xrcd's.

The user to kernel ABI is extended to account for opening/
closing the xrcd.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agolibibverbs: Introduce XRC domains
Sean Hefty [Fri, 28 Sep 2012 19:12:45 +0000 (12:12 -0700)]
libibverbs: Introduce XRC domains

XRC introduces several new concepts and structures, one of
which is the XRC domain.

XRC domains: xrcd's are a type of protection domain used to
associate shared receive queues with xrc queue pairs.  Since
xrcd are meant to be shared among multiple processes, we
introduce new APIs to open/close xrcd's.

The user to kernel ABI is extended to account for opening/
closing the xrcd.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agonew
Sean Hefty [Fri, 28 Sep 2012 19:12:45 +0000 (12:12 -0700)]
new

11 years agonew
Sean Hefty [Fri, 28 Sep 2012 19:12:45 +0000 (12:12 -0700)]
new

11 years agolibibverbs: Introduce XRC domains
Sean Hefty [Fri, 28 Sep 2012 19:12:45 +0000 (12:12 -0700)]
libibverbs: Introduce XRC domains

XRC introduces several new concepts and structures, one of
which is the XRC domain.

XRC domains: xrcd's are a type of protection domain used to
associate shared receive queues with xrc queue pairs.  Since
xrcd are meant to be shared among multiple processes, we
introduce new APIs to open/close xrcd's.

The user to kernel ABI is extended to account for opening/
closing the xrcd.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agopop
Sean Hefty [Fri, 28 Sep 2012 19:12:08 +0000 (12:12 -0700)]
pop

11 years agopop
Sean Hefty [Fri, 28 Sep 2012 19:12:08 +0000 (12:12 -0700)]
pop

11 years agorefresh
Sean Hefty [Fri, 28 Sep 2012 19:12:01 +0000 (12:12 -0700)]
refresh

11 years agorefresh
Sean Hefty [Fri, 28 Sep 2012 19:12:01 +0000 (12:12 -0700)]
refresh

11 years agorefresh (create temporary patch)
Sean Hefty [Fri, 28 Sep 2012 19:12:01 +0000 (12:12 -0700)]
refresh (create temporary patch)

11 years agorefresh (create temporary patch)
Sean Hefty [Fri, 28 Sep 2012 19:12:01 +0000 (12:12 -0700)]
refresh (create temporary patch)

11 years agoRefresh of xrcd
Sean Hefty [Fri, 28 Sep 2012 19:12:01 +0000 (12:12 -0700)]
Refresh of xrcd

11 years agorefresh
Sean Hefty [Fri, 28 Sep 2012 19:02:03 +0000 (12:02 -0700)]
refresh

11 years agorefresh
Sean Hefty [Fri, 28 Sep 2012 19:02:03 +0000 (12:02 -0700)]
refresh

11 years agorefresh (create temporary patch)
Sean Hefty [Fri, 28 Sep 2012 19:02:03 +0000 (12:02 -0700)]
refresh (create temporary patch)

11 years agorefresh (create temporary patch)
Sean Hefty [Fri, 28 Sep 2012 19:02:03 +0000 (12:02 -0700)]
refresh (create temporary patch)

11 years agoRefresh of xrcd
Sean Hefty [Fri, 28 Sep 2012 19:02:03 +0000 (12:02 -0700)]
Refresh of xrcd

11 years agolibibverbs: Introduce XRC domains
Sean Hefty [Fri, 7 Sep 2012 21:38:07 +0000 (14:38 -0700)]
libibverbs: Introduce XRC domains

XRC introduces several new concepts and structures, one of
which is the XRC domain.

XRC domains: xrcd's are a type of protection domain used to
associate shared receive queues with xrc queue pairs.  Since
xrcd are meant to be shared among multiple processes, we
introduce new APIs to open/close xrcd's.

The user to kernel ABI is extended to account for opening/
closing the xrcd.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agolibibverbs: Introduce XRC domains
Sean Hefty [Fri, 7 Sep 2012 21:38:07 +0000 (14:38 -0700)]
libibverbs: Introduce XRC domains

XRC introduces several new concepts and structures, one of
which is the XRC domain.

XRC domains: xrcd's are a type of protection domain used to
associate shared receive queues with xrc queue pairs.  Since
xrcd are meant to be shared among multiple processes, we
introduce new APIs to open/close xrcd's.

The user to kernel ABI is extended to account for opening/
closing the xrcd.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agopop (CONFLICT)
Sean Hefty [Fri, 28 Sep 2012 19:01:30 +0000 (12:01 -0700)]
pop (CONFLICT)

11 years agopop (CONFLICT)
Sean Hefty [Fri, 28 Sep 2012 19:01:30 +0000 (12:01 -0700)]
pop (CONFLICT)

11 years agolibibverbs: Introduce XRC domains
Sean Hefty [Fri, 7 Sep 2012 21:38:07 +0000 (14:38 -0700)]
libibverbs: Introduce XRC domains

XRC introduces several new concepts and structures, one of
which is the XRC domain.

XRC domains: xrcd's are a type of protection domain used to
associate shared receive queues with xrc queue pairs.  Since
xrcd are meant to be shared among multiple processes, we
introduce new APIs to open/close xrcd's.

The user to kernel ABI is extended to account for opening/
closing the xrcd.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agopop
Sean Hefty [Fri, 28 Sep 2012 19:01:30 +0000 (12:01 -0700)]
pop

11 years agopop
Sean Hefty [Fri, 28 Sep 2012 19:01:30 +0000 (12:01 -0700)]
pop

11 years agorefresh
Sean Hefty [Fri, 28 Sep 2012 19:01:28 +0000 (12:01 -0700)]
refresh

11 years agorefresh
Sean Hefty [Fri, 28 Sep 2012 19:01:28 +0000 (12:01 -0700)]
refresh

11 years agorefresh (create temporary patch)
Sean Hefty [Fri, 28 Sep 2012 19:01:28 +0000 (12:01 -0700)]
refresh (create temporary patch)

11 years agorefresh (create temporary patch)
Sean Hefty [Fri, 28 Sep 2012 19:01:28 +0000 (12:01 -0700)]
refresh (create temporary patch)

11 years agoRefresh of verbs-ext
Sean Hefty [Fri, 28 Sep 2012 19:01:28 +0000 (12:01 -0700)]
Refresh of verbs-ext

11 years agorefresh
Sean Hefty [Fri, 28 Sep 2012 19:00:34 +0000 (12:00 -0700)]
refresh

11 years agorefresh
Sean Hefty [Fri, 28 Sep 2012 19:00:34 +0000 (12:00 -0700)]
refresh

11 years agorefresh (create temporary patch)
Sean Hefty [Fri, 28 Sep 2012 19:00:34 +0000 (12:00 -0700)]
refresh (create temporary patch)

11 years agorefresh (create temporary patch)
Sean Hefty [Fri, 28 Sep 2012 19:00:34 +0000 (12:00 -0700)]
refresh (create temporary patch)

11 years agoRefresh of verbs-ext
Sean Hefty [Fri, 28 Sep 2012 19:00:34 +0000 (12:00 -0700)]
Refresh of verbs-ext

11 years agopop
Sean Hefty [Fri, 28 Sep 2012 18:57:52 +0000 (11:57 -0700)]
pop

11 years agopop
Sean Hefty [Fri, 28 Sep 2012 18:57:52 +0000 (11:57 -0700)]
pop

11 years agopop
Sean Hefty [Fri, 28 Sep 2012 18:57:09 +0000 (11:57 -0700)]
pop

11 years agopop
Sean Hefty [Fri, 28 Sep 2012 18:57:09 +0000 (11:57 -0700)]
pop

11 years agopop
Sean Hefty [Fri, 28 Sep 2012 18:56:48 +0000 (11:56 -0700)]
pop

11 years agopop
Sean Hefty [Fri, 28 Sep 2012 18:56:48 +0000 (11:56 -0700)]
pop

11 years agolivibverbs: Add support for XRC SRQs
Sean Hefty [Mon, 17 Sep 2012 19:34:55 +0000 (12:34 -0700)]
livibverbs: Add support for XRC SRQs

XRC support requires the use of a new type of SRQ.

XRC shared receive queues: xrc srq's are similar to normal
srq's, except that they are bound to an xrcd, rather
than to a protection domain.  Based on the current spec
and implementation, they are only usable with xrc qps.  To
support xrc srq's, we define a new srq_init_attr structure
to include an srq type and other needed information.

The kernel ABI is also updated to allow creating extended
SRQs.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agopop
Sean Hefty [Fri, 28 Sep 2012 18:56:47 +0000 (11:56 -0700)]
pop

11 years agopop
Sean Hefty [Fri, 28 Sep 2012 18:56:47 +0000 (11:56 -0700)]
pop

11 years agolibibverbs: Introduce XRC domains
Sean Hefty [Fri, 7 Sep 2012 21:38:07 +0000 (14:38 -0700)]
libibverbs: Introduce XRC domains

XRC introduces several new concepts and structures, one of
which is the XRC domain.

XRC domains: xrcd's are a type of protection domain used to
associate shared receive queues with xrc queue pairs.  Since
xrcd are meant to be shared among multiple processes, we
introduce new APIs to open/close xrcd's.

The user to kernel ABI is extended to account for opening/
closing the xrcd.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agorefresh
Sean Hefty [Fri, 28 Sep 2012 17:52:32 +0000 (10:52 -0700)]
refresh

11 years agorefresh
Sean Hefty [Fri, 28 Sep 2012 17:52:32 +0000 (10:52 -0700)]
refresh

11 years agorefresh (create temporary patch)
Sean Hefty [Fri, 28 Sep 2012 17:50:18 +0000 (10:50 -0700)]
refresh (create temporary patch)

11 years agorefresh (create temporary patch)
Sean Hefty [Fri, 28 Sep 2012 17:50:18 +0000 (10:50 -0700)]
refresh (create temporary patch)

11 years agoRefresh of verbs-ext
Sean Hefty [Fri, 28 Sep 2012 17:50:18 +0000 (10:50 -0700)]
Refresh of verbs-ext

11 years agorefresh
Sean Hefty [Fri, 28 Sep 2012 17:50:16 +0000 (10:50 -0700)]
refresh

11 years agorefresh
Sean Hefty [Fri, 28 Sep 2012 17:50:16 +0000 (10:50 -0700)]
refresh

11 years agorefresh (create temporary patch)
Sean Hefty [Fri, 28 Sep 2012 17:49:41 +0000 (10:49 -0700)]
refresh (create temporary patch)

11 years agorefresh (create temporary patch)
Sean Hefty [Fri, 28 Sep 2012 17:49:41 +0000 (10:49 -0700)]
refresh (create temporary patch)

11 years agoRefresh of verbs-ext
Sean Hefty [Fri, 28 Sep 2012 17:49:41 +0000 (10:49 -0700)]
Refresh of verbs-ext

11 years agopop
Sean Hefty [Fri, 28 Sep 2012 17:45:30 +0000 (10:45 -0700)]
pop

11 years agopop
Sean Hefty [Fri, 28 Sep 2012 17:45:30 +0000 (10:45 -0700)]
pop

11 years agopop
Sean Hefty [Fri, 28 Sep 2012 17:45:29 +0000 (10:45 -0700)]
pop

11 years agopop
Sean Hefty [Fri, 28 Sep 2012 17:45:29 +0000 (10:45 -0700)]
pop

11 years agopop
Sean Hefty [Fri, 28 Sep 2012 17:45:29 +0000 (10:45 -0700)]
pop

11 years agopop
Sean Hefty [Fri, 28 Sep 2012 17:45:29 +0000 (10:45 -0700)]
pop

11 years agorefresh
Sean Hefty [Fri, 28 Sep 2012 17:45:23 +0000 (10:45 -0700)]
refresh

11 years agorefresh
Sean Hefty [Fri, 28 Sep 2012 17:45:23 +0000 (10:45 -0700)]
refresh

11 years agorefresh (create temporary patch)
Sean Hefty [Fri, 28 Sep 2012 17:45:22 +0000 (10:45 -0700)]
refresh (create temporary patch)

11 years agorefresh (create temporary patch)
Sean Hefty [Fri, 28 Sep 2012 17:45:22 +0000 (10:45 -0700)]
refresh (create temporary patch)

11 years agoRefresh of xrc_qp
Sean Hefty [Fri, 28 Sep 2012 17:45:22 +0000 (10:45 -0700)]
Refresh of xrc_qp

11 years agorefresh
Sean Hefty [Fri, 28 Sep 2012 17:44:45 +0000 (10:44 -0700)]
refresh

11 years agorefresh
Sean Hefty [Fri, 28 Sep 2012 17:44:45 +0000 (10:44 -0700)]
refresh

11 years agorefresh (create temporary patch)
Sean Hefty [Fri, 28 Sep 2012 17:44:45 +0000 (10:44 -0700)]
refresh (create temporary patch)

11 years agorefresh (create temporary patch)
Sean Hefty [Fri, 28 Sep 2012 17:44:45 +0000 (10:44 -0700)]
refresh (create temporary patch)

11 years agoRefresh of xrc_qp
Sean Hefty [Fri, 28 Sep 2012 17:44:45 +0000 (10:44 -0700)]
Refresh of xrc_qp

11 years agopop (CONFLICT)
Sean Hefty [Fri, 28 Sep 2012 17:43:14 +0000 (10:43 -0700)]
pop (CONFLICT)

11 years agopop (CONFLICT)
Sean Hefty [Fri, 28 Sep 2012 17:43:14 +0000 (10:43 -0700)]
pop (CONFLICT)

11 years agolibibverbs: Add support for XRC QPs
Sean Hefty [Mon, 17 Sep 2012 23:00:12 +0000 (16:00 -0700)]
libibverbs: Add support for XRC QPs

XRC queue pairs: xrc defines two new types of QPs.  The
initiator, or send-side, xrc qp behaves similar to a send-
only RC qp.  xrc send qp's are managed through the existing
QP functions.  The send_wr structure is extended in a back-
wards compatible way to support posting sends on a send xrc
qp, which require specifying the remote xrc srq.

The target, or receive-side, xrc qp behaves differently
than other implemented qp's.  A recv xrc qp can be created,
modified, and destroyed like other qp's through the existing
calls.  The qp_init_attr structure is extended for xrc qp's.

Because xrc recv qp's are bound to an xrcd, rather than a pd,
it is intended to be used among multiple processes.  Any process
with access to an xrcd may allocate and connect an xrc recv qp.
The actual xrc recv qp is allocated and managed by the kernel.
If the owning process explicit destroys the xrc recv qp, it is
destroyed.  However, if the xrc recv qp is left open when the
user process exits or closes its device, then the lifetime of
the xrc recv qp is bound with the lifetime of the xrcd.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agolibibverbs: Add support for XRC QPs
Sean Hefty [Mon, 17 Sep 2012 23:00:12 +0000 (16:00 -0700)]
libibverbs: Add support for XRC QPs

XRC queue pairs: xrc defines two new types of QPs.  The
initiator, or send-side, xrc qp behaves similar to a send-
only RC qp.  xrc send qp's are managed through the existing
QP functions.  The send_wr structure is extended in a back-
wards compatible way to support posting sends on a send xrc
qp, which require specifying the remote xrc srq.

The target, or receive-side, xrc qp behaves differently
than other implemented qp's.  A recv xrc qp can be created,
modified, and destroyed like other qp's through the existing
calls.  The qp_init_attr structure is extended for xrc qp's.

Because xrc recv qp's are bound to an xrcd, rather than a pd,
it is intended to be used among multiple processes.  Any process
with access to an xrcd may allocate and connect an xrc recv qp.
The actual xrc recv qp is allocated and managed by the kernel.
If the owning process explicit destroys the xrc recv qp, it is
destroyed.  However, if the xrc recv qp is left open when the
user process exits or closes its device, then the lifetime of
the xrc recv qp is bound with the lifetime of the xrcd.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agopop
Sean Hefty [Fri, 28 Sep 2012 17:43:13 +0000 (10:43 -0700)]
pop

11 years agopop
Sean Hefty [Fri, 28 Sep 2012 17:43:13 +0000 (10:43 -0700)]
pop

11 years agorefresh
Sean Hefty [Fri, 28 Sep 2012 17:41:36 +0000 (10:41 -0700)]
refresh

11 years agorefresh
Sean Hefty [Fri, 28 Sep 2012 17:41:36 +0000 (10:41 -0700)]
refresh

11 years agorefresh (create temporary patch)
Sean Hefty [Fri, 28 Sep 2012 17:41:36 +0000 (10:41 -0700)]
refresh (create temporary patch)