qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] VALE, a Virtual Local Ethernet. http://info.iet.unipi.it/~l


From: Luigi Rizzo
Subject: [Qemu-devel] VALE, a Virtual Local Ethernet. http://info.iet.unipi.it/~luigi/vale/
Date: Fri, 8 Jun 2012 18:56:11 +0200

We have just completed a netmap extensions that let you build a
local high speed switch called VALE which i think can be very useful.

       http://info.iet.unipi.it/~luigi/vale/

VALE is a software Virtual Local Ethernet whose ports are accessible
using the netmap API. Designed to be used as the interconnect between
virtual machines (or as a fast local bus), it works as a learning
bridge and supports speeds of up to 20 Mpps with short frames, and
an aggregate 70 Gbit/s with 1514-byte packets. The VALE paper
contains more details and performance measurements.

VALE is implemented as a small extension of the netmap module, and
is available for FreeBSD and Linux. The source code includes a
backend for qemu and KVM, so you can use VALE to interconnect virtual
machines launching them with

       qemu -net nic -net netmap,ifname=vale0 ...
       qemu -net nic -net netmap,ifname=vale1 ...
       ...

Processes can talk to a VALE switch too, so you can use the pkt-gen
or bridge tools that are part of the netmap distribution, or even
the pcap.c module that maps libpcap calls into netmap equivalents.
This lets you use VALE for all sort of pcap-based applications.

More details, code, bootable images on the VALE page,

       http://info.iet.unipi.it/~luigi/vale/

feedback welcome, as usual.

cheers
luigi

reply via email to

[Prev in Thread] Current Thread [Next in Thread]