On Mon, Jul 25, 2011 at 4:53 PM, Sassan Panahinejad <sas...@sassan.me.uk> wrote:
> Here's a thought, could we improve network performance by creating a
> paravirtual network device which doesn't emulate ethernet? It shouldn't be
> too hard to just whack IP packets pretty much directly over a virtio link.
> This should improve performance when using a "user" host connection and we
> could introduce a tun host connection instead of tap for this setup.
>
> Does anyone have any thoughts on how worthwhile this would be? Would the
> performance improvement justify the effort involved?

My guess is no noticable impact (if you ignore ARP requests).

The Ethernet header is only 14 bytes or so.  We don't calculate any
checksums at that level.  There's probably not much of a win.

Stefan

Reply via email to