Displaying 4 results from an estimated 4 matches for "a98f3e0f".
2015 Apr 24
1
[virtio-dev] Zerocopy VM-to-VM networking using virtio-net
...backlog of things that I have been meaning to discuss with
the Virtio-net community but have not previously had time to.
Humbly!
-Luke
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/20150424/a98f3e0f/attachment.html>
2015 Apr 24
1
[virtio-dev] Zerocopy VM-to-VM networking using virtio-net
...backlog of things that I have been meaning to discuss with
the Virtio-net community but have not previously had time to.
Humbly!
-Luke
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/20150424/a98f3e0f/attachment.html>
2015 Apr 24
5
[virtio-dev] Zerocopy VM-to-VM networking using virtio-net
On Fri, Apr 24, 2015 at 9:12 AM, Luke Gorrie <luke at snabb.co> wrote:
> - How fast would the new design likely be?
This proposal eliminates two things in the path:
1. Compared to vhost_net, it bypasses the host tun driver and network
stack, replacing it with direct vhost_net <-> vhost_net data transfer.
At this level it's compared to vhost-user, but it's not programmable
2015 Apr 24
5
[virtio-dev] Zerocopy VM-to-VM networking using virtio-net
On Fri, Apr 24, 2015 at 9:12 AM, Luke Gorrie <luke at snabb.co> wrote:
> - How fast would the new design likely be?
This proposal eliminates two things in the path:
1. Compared to vhost_net, it bypasses the host tun driver and network
stack, replacing it with direct vhost_net <-> vhost_net data transfer.
At this level it's compared to vhost-user, but it's not programmable