From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 2685D8E9A for ; Thu, 12 Nov 2015 06:52:10 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 11 Nov 2015 21:52:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,280,1444719600"; d="scan'208";a="835134843" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.66.49]) by fmsmga001.fm.intel.com with ESMTP; 11 Nov 2015 21:52:08 -0800 Date: Thu, 12 Nov 2015 13:56:12 +0800 From: Yuanhan Liu To: sys_stv@intel.com Message-ID: <20151112055612.GH2326@yliu-dev.sh.intel.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Mailman-Approved-At: Thu, 12 Nov 2015 09:26:05 +0100 Cc: test-report@dpdk.org Subject: Re: [dpdk-test-report] |ERROR| pw 8870 vhost: reset device properly X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 05:52:10 -0000 Hey, Are you sure about this report? Why the checksum_checking error has something to do with my patch, which is for vhost only. I even doubt that you have started vhost while running this test. Anyway, would you please try test it again without my patch? --yliu On Wed, Nov 11, 2015 at 09:44:07PM -0800, sys_stv@intel.com wrote: > Test-Label: Intel Niantic on Fedora > Test-Status: ERROR > Patchwork: http://www.dpdk.org/dev/patchwork/patch/8870/ > > DPDK git baseline: 6b6a94ee17d246a0078cc83257f522d0a6db5409 > Patchwork ID: 8870 > http://www.dpdk.org/dev/patchwork/patch/8870/ > Submitter: Yuanhan Liu > Date: Thu, 12 Nov 2015 12:10:41 +0800 > > Source Compilation: > OS: fedora > Nic: niantic > i686-native-linuxapp-gcc: compile pass > x86_64-native-linuxapp-gcc: compile pass > > DTS validation: > OS: fedora > Nic: Niantic > TestType: auto > GCC: 4 > x86_64-native-linuxapp-gcc: total 79, passed 78, failed 1. > Failed Case List: > Target: x86_64-native-linuxapp-gcc > OS: fedora > Failed DTS case: > checksum_checking: http://dpdk.org/browse/tools/dts/tree/test_plans/pmd_test_plan.rst > > DTS Validation Error: > ======================================================================================================================== > ======================================================================================================================== > TEST SUITE : TestPmd > > ------------------------------------------------------------------------------- > Begin: Test Casetest_checksum_checking > -------------------------------------------------- > FAILED 'packet pass assert error, expected 60 RX bytes, actual 0' > -------------------------------------------------- > [ SUITE_DUT_CMD] ./x86_64-native-linuxapp-gcc/app/testpmd -c 0x1fffffffff -n 4 -- -i --coremask=0x2 --portmask=0x3 --nb-cores=2 --enable-rx-cksum --disable-hw-vlan --disable-rss --crc-strip --rxd=1024 --txd=1024 --rxfreet=0 --txqflags=0 > [ SUITE_DUT_CMD] set fwd csum > [ SUITE_DUT_CMD] start > [ SUITE_DUT_CMD] show port stats 0 > [ SUITE_DUT_CMD] show port stats 1 > [SUITE_TESTER_CMD] echo -n '' > scapyResult.txt > [SUITE_TESTER_CMD] scapy > [SUITE_TESTER_CMD] nutmac="90:e2:ba:4a:54:81" > [SUITE_TESTER_CMD] sendp([Ether(dst=nutmac, src="52:00:00:00:00:00")/IP(len=46)/UDP(chksum=0x1)/Raw(load="P"*18)], iface="p785p2") > [SUITE_TESTER_CMD] exit() > [ SUITE_DUT_CMD] show port stats 0 > [ SUITE_DUT_CMD] show port stats 1 > [ SUITE_DUT_CMD] stop > [ SUITE_DUT_CMD] quit > [ SUITE_DUT_CMD] ./x86_64-native-linuxapp-gcc/app/testpmd -c 0x1fffffffff -n 4 -- -i --coremask=0x2 --portmask=0x3 --nb-cores=2 --enable-rx-cksum --disable-hw-vlan --disable-rss --crc-strip --rxd=1024 --txd=1024 --rxfreet=8 --txqflags=0 > [ SUITE_DUT_CMD] set fwd csum > [ SUITE_DUT_CMD] start > [ SUITE_DUT_CMD] show port stats 0 > [ SUITE_DUT_CMD] show port stats 1 > [SUITE_TESTER_CMD] echo -n '' > scapyResult.txt > [SUITE_TESTER_CMD] scapy > [SUITE_TESTER_CMD] nutmac="90:e2:ba:4a:54:81" > [SUITE_TESTER_CMD] sendp([Ether(dst=nutmac, src="52:00:00:00:00:00")/IP(len=46)/UDP(chksum=0x1)/Raw(load="P"*18)], iface="p785p2") > [SUITE_TESTER_CMD] exit() > [ SUITE_DUT_CMD] show port stats 0 > [ SUITE_DUT_CMD] show port stats 1 > [ SUITE_DUT_CMD] stop > [ SUITE_DUT_CMD] quit > [ SUITE_DUT_CMD] ./x86_64-native-linuxapp-gcc/app/testpmd -c 0x1fffffffff -n 4 -- -i --coremask=0x2 --portmask=0x3 --nb-cores=2 --enable-rx-cksum --disable-hw-vlan --disable-rss --crc-strip --rxd=1024 --txd=1024 --rxfreet=16 --txqflags=0 > [ SUITE_DUT_CMD] set fwd csum > [ SUITE_DUT_CMD] start > [ SUITE_DUT_CMD] show port stats 0 > [ SUITE_DUT_CMD] show port stats 1 > [SUITE_TESTER_CMD] echo -n '' > scapyResult.txt > [SUITE_TESTER_CMD] scapy > [SUITE_TESTER_CMD] nutmac="90:e2:ba:4a:54:81" > [SUITE_TESTER_CMD] sendp([Ether(dst=nutmac, src="52:00:00:00:00:00")/IP(len=46)/UDP(chksum=0x1)/Raw(load="P"*18)], iface="p785p2") > [SUITE_TESTER_CMD] exit() > [ SUITE_DUT_CMD] show port stats 0 > [ SUITE_DUT_CMD] show port stats 1 > [ SUITE_DUT_CMD] stop > [ SUITE_DUT_CMD] quit > [ SUITE_DUT_CMD] ./x86_64-native-linuxapp-gcc/app/testpmd -c 0x1fffffffff -n 4 -- -i --coremask=0x2 --portmask=0x3 --nb-cores=2 --enable-rx-cksum --disable-hw-vlan --disable-rss --crc-strip --rxd=1024 --txd=1024 --rxfreet=32 --txqflags=0 > [ SUITE_DUT_CMD] set fwd csum > [ SUITE_DUT_CMD] start > [ SUITE_DUT_CMD] show port stats 0 > [ SUITE_DUT_CMD] show port stats 1 > [SUITE_TESTER_CMD] echo -n '' > scapyResult.txt > [SUITE_TESTER_CMD] scapy > [SUITE_TESTER_CMD] nutmac="90:e2:ba:4a:54:81" > [SUITE_TESTER_CMD] sendp([Ether(dst=nutmac, src="52:00:00:00:00:00")/IP(len=46)/UDP(chksum=0x1)/Raw(load="P"*18)], iface="p785p2") > [SUITE_TESTER_CMD] exit() > [ SUITE_DUT_CMD] show port stats 0 > [ SUITE_DUT_CMD] show port stats 1 > End test_checksum_checking > ------------------------------------------------------------------------------- > > > > DPDK STV team