From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark McLoughlin Subject: Re: [PATCH 0/4] qemu: TAP filtering support Date: Wed, 11 Feb 2009 20:19:01 +0000 Message-ID: <1234383541.14052.247.camel@blaa> References: <20090210212841.9760.96780.stgit@kvm.aw> <1234380678.14052.238.camel@blaa> <1234381866.7026.1524.camel@lappy> Reply-To: Mark McLoughlin Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org To: Alex Williamson Return-path: Received: from mx2.redhat.com ([66.187.237.31]:41109 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753254AbZBKUTH (ORCPT ); Wed, 11 Feb 2009 15:19:07 -0500 In-Reply-To: <1234381866.7026.1524.camel@lappy> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, 2009-02-11 at 12:51 -0700, Alex Williamson wrote: > > - What do we need rxfilter=on|off on the command line for? > > Primarily because the current tun driver in Linux has a bug that it can > drop unicast packets requested to be included in the filter if it > overflows the exact match table. > > http://www.spinics.net/lists/netdev/msg88451.html Oh dear. Does this suggest we should make rxfilter=off the default? Is there any way we can automatically detect we're running on a broken kernel? Thanks, Mark.