From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roopa Prabhu Subject: Re: [net-next-2.6 PATCH 0/3 RFC] macvlan: MAC Address filtering support for passthru mode Date: Thu, 08 Sep 2011 20:00:53 -0700 Message-ID: References: <20110908193332.GA2476@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: Sridhar Samudrala , , , , , , , , , , To: "Michael S. Tsirkin" Return-path: In-Reply-To: <20110908193332.GA2476@redhat.com> Sender: kvm-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 9/8/11 12:33 PM, "Michael S. Tsirkin" wrote: > On Thu, Sep 08, 2011 at 12:23:56PM -0700, Roopa Prabhu wrote: >>> >>> I think the main usecase for passthru mode is to assign a SR-IOV VF to >>> a single guest. >>> >> Yes and for the passthru usecase this patch should be enough to enable >> filtering in hw (eventually like I indicated before I need to fix vlan >> filtering too). > > So with filtering in hw, and in sriov VF case, VFs > actually share a filtering table. How will that > be partitioned? AFAIK, though it might maintain a single filter table space in hw, hw does know which filter belongs to which VF. And the OS driver does not need to do anything special. The VF driver exposes a VF netdev. And any uc/mc addresses registered with a VF netdev are registered with the hw by the driver. And hw will filter and send only pkts that the VF has expressed interest in. No special filter partitioning in hw is required. Thanks, Roopa