commit | 501c774cb13c3ef8fb7fc5f08fa19473f7d9a0db | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Feb 18 05:46:50 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 18 14:08:38 2010 -0800 |
tree | 65db25ce76a5c038d69c304d9b6456e4f68e9f47 | |
parent | 02df55d28c6001a3cdb7a997a34a0b01f01d015e [diff] |
net/macvtap: add vhost support This adds support for passing a macvtap file descriptor into vhost-net, much like we already do for tun/tap. Most of the new code is taken from the respective patch in the tun driver and may get consolidated in the future. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Sridhar Samudrala <sri@us.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>