From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LLNEL-0004pF-5V for qemu-devel@nongnu.org; Fri, 09 Jan 2009 14:41:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LLNEJ-0004p2-Lk for qemu-devel@nongnu.org; Fri, 09 Jan 2009 14:41:16 -0500 Received: from [199.232.76.173] (port=59960 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLNEJ-0004oz-IX for qemu-devel@nongnu.org; Fri, 09 Jan 2009 14:41:15 -0500 Received: from fg-out-1718.google.com ([72.14.220.155]:59989) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LLNEJ-0004vM-6r for qemu-devel@nongnu.org; Fri, 09 Jan 2009 14:41:15 -0500 Received: by fg-out-1718.google.com with SMTP id 19so1298481fgg.8 for ; Fri, 09 Jan 2009 11:41:12 -0800 (PST) Message-ID: <4967A84E.9080908@codemonkey.ws> Date: Fri, 09 Jan 2009 13:41:02 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/5][RFC] virtio-net: MAC filtering References: <1231349852.7109.79.camel@lappy> <200901091127.32987.paul@codesourcery.com> In-Reply-To: <200901091127.32987.paul@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: Mark McLoughlin , qemu-devel@nongnu.org, Alex Williamson , kvm Paul Brook wrote: >> 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 >> rounding. The VLAN filter bitmap would increase that by another 512 >> bytes, making it 1kB and limiting us to something less than 64 such >> devices per guest. Is anyone worried? Should filter tables live in >> MMIO space for virtio devices? I'll send out the guest side patches for >> virtio-net in a separate thread. Thanks, >> > > 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. Regards, Anthony Liguori > Paul > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >