From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53030) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VO5qC-0001JD-T0 for qemu-devel@nongnu.org; Mon, 23 Sep 2013 09:06:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VO5q6-0006L2-22 for qemu-devel@nongnu.org; Mon, 23 Sep 2013 09:06:16 -0400 Received: from mail-ee0-x236.google.com ([2a00:1450:4013:c00::236]:43586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VO5q5-0006Kv-RT for qemu-devel@nongnu.org; Mon, 23 Sep 2013 09:06:09 -0400 Received: by mail-ee0-f54.google.com with SMTP id e53so1699076eek.41 for ; Mon, 23 Sep 2013 06:06:08 -0700 (PDT) Date: Mon, 23 Sep 2013 15:05:55 +0200 From: Stefan Hajnoczi Message-ID: <20130923130555.GA5814@stefanha-thinkpad.redhat.com> References: <1379862553-26307-1-git-send-email-dmitry@daynix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1379862553-26307-1-git-send-email-dmitry@daynix.com> Subject: Re: [Qemu-devel] [PATCH] virtio-net: broken RX filtering logic fixed List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dmitry Fleytman Cc: Yan Vugenfirer , Ronen Hod , qemu-devel@nongnu.org, Anthony Liguori On Sun, Sep 22, 2013 at 06:09:13PM +0300, Dmitry Fleytman wrote: > From: Dmitry Fleytman > > Upon processing of VIRTIO_NET_CTRL_MAC_TABLE_SET command > multicast list overwrites unicast list in mac_table. > This leads to broken logic for both unicast and multicast RX filtering. > > Signed-off-by: Dmitry Fleytman > --- > hw/net/virtio-net.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Thanks, applied to my net-next tree: https://github.com/stefanha/qemu/commits/net-next Stefan