From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Mailand Subject: Re: weird packet loss between two VMs Date: Mon, 05 Mar 2012 18:43:42 +0100 Message-ID: <4F54FB4E.8040000@tuxadero.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Simon Chen Return-path: Received: from einhorn.in-berlin.de ([192.109.42.8]:57769 "EHLO einhorn.in-berlin.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756766Ab2CERno (ORCPT ); Mon, 5 Mar 2012 12:43:44 -0500 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Hi Simon, you are using a 100Mbits nic and you try to send with 600M, try a 1000Mbits on the sending site as well. -martin Am 05.03.2012 00:57, schrieb Simon Chen: > For the two VMs, one is using 100M VNIC, the other is using 1000M one. > The vnet interfaces for the two VMs are put on two bridges on the two > servers, both tap into the second vlan. I then run iperf to send UDP > packets from the 100M VM to the 1000M VM using the following > parameter: > iperf -c 10.6.6.17 -t 30 -i 2 -r -b 600M