From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [PATCH 0/5] virtio-net: MAC filtering Date: Tue, 13 Jan 2009 15:54:36 -0600 Message-ID: <496D0D9C.9030008@codemonkey.ws> References: <1231349852.7109.79.camel@lappy> <1231881827.9095.190.camel@bling> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm , qemu-devel , Mark McLoughlin To: Alex Williamson Return-path: Received: from rn-out-0910.google.com ([64.233.170.184]:35404 "EHLO rn-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754297AbZAMVyr (ORCPT ); Tue, 13 Jan 2009 16:54:47 -0500 Received: by rn-out-0910.google.com with SMTP id k40so221362rnd.17 for ; Tue, 13 Jan 2009 13:54:46 -0800 (PST) In-Reply-To: <1231881827.9095.190.camel@bling> Sender: kvm-owner@vger.kernel.org List-ID: Alex Williamson wrote: > Here's an update to the patches I sent last week. The goal of this > series is to add MAC setting and filtering support to the virtio-net > backend in qemu/kvm. > > This version now makes use of a virtqueue for outbound commands from the > guest driver. This allows us to support numerous features without > trying to pack them into the virtio-net I/O port config space. A > separate patch series shows the guest driver changes to enable this. > Please comment. Thanks, > The backend bits look good to me. Regards, Anthony Liguori > Alex > >