From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Brook Subject: Re: [Qemu-devel] net packet storms with multiple NICs Date: Wed, 11 Nov 2009 01:19:18 +0000 Message-ID: <200911110119.18839.paul@codesourcery.com> References: <4AE1D903.5030709@msgid.tls.msk.ru> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: Michael Tokarev , KVM list To: qemu-devel@nongnu.org Return-path: Received: from mail.codesourcery.com ([38.113.113.100]:60255 "EHLO mail.codesourcery.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752136AbZKKBZz (ORCPT ); Tue, 10 Nov 2009 20:25:55 -0500 In-Reply-To: <4AE1D903.5030709@msgid.tls.msk.ru> Sender: kvm-owner@vger.kernel.org List-ID: > I immediately reproduced the problem locally. It turns out that > kvm reflects packets coming from one guest NIC on another guest > NIC, and since both are connected to the same bridge we're getting > endless packet storm. To a level when kvm process becomes 100% > busy and does not respond to anything but `kill -9'. You created a network loop. It is working exactly as expected. Create the same topology with a physical network hub and a pair of NICs and you'll get the same end result. Paul