summaryrefslogtreecommitdiff
path: root/drivers/Makefile
diff options
context:
space:
mode:
authorGregory Haskins <ghaskins@novell.com>2009-12-07 11:46:27 -0500
committerGregory Haskins <ghaskins@novell.com>2009-12-07 11:46:27 -0500
commit0a1af53786067100e8b3ac8a56eea5fe3eb923bd (patch)
treea59a57c1362abf777bb79160d58db614afddfa04 /drivers/Makefile
parente8ac3704ecb8c885c1335e4591d29c41ffe04654 (diff)
ioq: Add basic definitions for a shared-memory, lockless queue
IOQ allows asynchronous communication between two end-points via a common shared-memory region. Memory is synchronized using pure barriers (i.e. lockless), and updates are communicated via an embedded shm-signal. The design of the interface allows one code base to universally provide both sides of a given channel. We will use this mechanism later in the series to efficiently move data in and out of a guest kernel from various sources, including both infrastructure level and application level transports. Signed-off-by: Gregory Haskins <ghaskins@novell.com>
Diffstat (limited to 'drivers/Makefile')
0 files changed, 0 insertions, 0 deletions