From mboxrd@z Thu Jan 1 00:00:00 1970 From: pradeep Subject: Re: [PATCH 14/18] KVM test: Add a netperf subtest Date: Tue, 5 Oct 2010 14:30:18 +0530 Message-ID: <20101005143018.267cb8ba@skywalker> References: <1285627444-2732-1-git-send-email-lmr@redhat.com> <1285627444-2732-15-git-send-email-lmr@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: autotest@test.kernel.org, kvm@vger.kernel.org, mst@redhat.com, akong@redhat.com, jasowang@redhat.com, mgoldish@redhat.com To: Lucas Meneghel Rodrigues Return-path: Received: from e8.ny.us.ibm.com ([32.97.182.138]:59813 "EHLO e8.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754429Ab0JEJA0 (ORCPT ); Tue, 5 Oct 2010 05:00:26 -0400 Received: from d01relay03.pok.ibm.com (d01relay03.pok.ibm.com [9.56.227.235]) by e8.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id o958f9l0012643 for ; Tue, 5 Oct 2010 04:41:09 -0400 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay03.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o9590PNe342968 for ; Tue, 5 Oct 2010 05:00:26 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o9590P7E014072 for ; Tue, 5 Oct 2010 05:00:25 -0400 In-Reply-To: <1285627444-2732-15-git-send-email-lmr@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: In Todo list i find TCP_CRR UDP_RR test case failures. 2) netperf 17:35:11 DEBUG| Execute netperf client test: /root/autotest/client/tests/netperf2/netperf-2.4.5/src/netperf -t TCP_CRR -H 10.16.74.142 -l 60 -- -m 1 17:35:45 ERROR| Fail to execute netperf test, protocol:TCP_CRR 17:35:45 DEBUG| Execute netperf client test: /root/autotest/client/tests/netperf2/netperf-2.4.5/src/netperf -t UDP_RR -H 10.16.74.142 -l 60 -- -m 1 17:36:06 ERROR| Fail to execute netperf test, protocol:UDP_RR I havent noticed any issues with UDP_RR But with RHEL 5.5 guest TCP_CRR fails. with other RHEL latest distro it works fine. Need to figure out if its test issue or RHEL 5.5 issue.