[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH] RFC: V4V Linux Driver



This is a Linux driver for the V4V inter VM communication system.

I've posted the V4V Xen patches for comments, to find more info about
V4V you can check out this link.
http://osdir.com/ml/general/2012-08/msg05904.html

This linux driver exposes two char devices one for TCP one for UDP.
The interface exposed to userspace are made of IOCTLs, one per
network operation (listen, bind, accept, send, recv, ...).

Signed-off-by: Jean Guyader <jean.guyader@xxxxxxxxxx>
---
 drivers/xen/Kconfig         |    4 +
 drivers/xen/Makefile        |    1 +
 drivers/xen/v4v.c           | 2639 +++++++++++++++++++++++++++++++++++++++++++
 drivers/xen/v4v_utils.h     |  278 +++++
 include/xen/interface/v4v.h |  299 +++++
 include/xen/interface/xen.h |    1 +
 include/xen/v4vdev.h        |   34 +
 7 files changed, 3256 insertions(+)
 create mode 100644 drivers/xen/v4v.c
 create mode 100644 drivers/xen/v4v_utils.h
 create mode 100644 include/xen/interface/v4v.h
 create mode 100644 include/xen/v4vdev.h

Attachment: 0001-v4v.patch
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.