From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MDjuS-0004nl-4M for qemu-devel@nongnu.org; Mon, 08 Jun 2009 14:49:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MDjuN-0004l4-Gu for qemu-devel@nongnu.org; Mon, 08 Jun 2009 14:49:27 -0400 Received: from [199.232.76.173] (port=59936 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDjuN-0004kt-8O for qemu-devel@nongnu.org; Mon, 08 Jun 2009 14:49:23 -0400 Received: from rv-out-0708.google.com ([209.85.198.244]:18307) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MDjuM-0002QA-Sk for qemu-devel@nongnu.org; Mon, 08 Jun 2009 14:49:23 -0400 Received: by rv-out-0708.google.com with SMTP id f25so1255859rvb.22 for ; Mon, 08 Jun 2009 11:49:21 -0700 (PDT) MIME-Version: 1.0 Sender: alex.l.williamson@gmail.com In-Reply-To: <20090606204358.GB26877@redhat.com> References: <20090605204647.3355.81929.stgit@kvm.aw> <20090605204723.3355.1737.stgit@kvm.aw> <20090606204358.GB26877@redhat.com> Date: Mon, 8 Jun 2009 12:49:20 -0600 Message-ID: <7162ab20906081149n24ed4a8eq950a3a45e6594882@mail.gmail.com> Subject: Re: [Qemu-devel] [PATCH 7/7] virtio-net: Increase filter and control limits From: Alex Williamson Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org On Sat, Jun 6, 2009 at 2:44 PM, Michael S. Tsirkin wrote: > On Fri, Jun 05, 2009 at 02:47:23PM -0600, Alex Williamson wrote: >> Increase the size of the perfect filter table and control queue depth. >> This should give us more headroom in the MAC filter and is known to be >> needed by at least one guest user. > > Just curious - which guest is that? A proprietary OS called DMX. They'd like to be able to support 40-ish perfect filter entries via the MAC filter table, as well as push out several control commands in a row. Alex