qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/5][RFC] virtio-net: MAC filtering


From: Paul Brook
Subject: Re: [Qemu-devel] [PATCH 0/5][RFC] virtio-net: MAC filtering
Date: Fri, 9 Jan 2009 11:56:07 -0800
User-agent: KMail/1.9.9

> >> A concern here is the growing size of the virtio-net I/O port space
> >> config.  This series brings it up to 256 bytes with PCI resource
> >
> > This is one reason why IO ports are a reallybad idea. Use memory mapped
> > register spaces like any other sane system and you won't have a problem.
>
> IO ports are much faster for notification than MMIO in KVM which is why
> the space is currently IO ports.  It was never meant to hold very large
> amounts of data.

Huh, I'm surprised it makes any real difference. Other that initial setup, 
isn't it just used to "kick" the devieonce after new dscriptors have been 
added to the ring buffer? I'd expect to be a fairly expensive operation 
(bouncing back to userspace).

Paul




reply via email to

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