From: sys_stv@intel.com
To: weichunx.chen@intel.com, haifengx.tang@intel.com,
yufengx.mo@intel.com, yong.liu@intel.com, test-report@dpdk.org,
qian.q.xu@intel.com, waterman.cao@intel.com,
shide.dong@intel.com
Subject: [dpdk-test-report] |ERROR| pw 7521-7522 igb: fix VF statistic wraparound handling macro
Date: 12 Oct 2015 07:57:39 -0700 [thread overview]
Message-ID: <edcf24$h864a1@FMSMGA003.fm.intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 3547 bytes --]
Test-Label: Intel Niantic on Fedora
Test-Status: ERROR
Patchwork: http://www.dpdk.org/dev/patchwork/patch/7522/
DPDK git baseline: affc455438f4cbd3b14e2d9a24fbc154e22d68d3
Patchwork ID: 7521-7522
http://www.dpdk.org/dev/patchwork/patch/7522/
Submitter: Harry van Haaren <harry.van.haaren@intel.com>
Date: Mon, 12 Oct 2015 14:33:43 +0100
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 75, passed 74, failed 1.
Failed Case List:
Target: x86_64-native-linuxapp-gcc
OS: fedora
Failed DTS case:
checksum_offload_disable: http://dpdk.org/browse/tools/dts/tree/test_plans/checksum_offload_test_plan.rst
DTS Validation Error:
========================================================================================================================
========================================================================================================================
TEST SUITE : TestChecksumOffload
-------------------------------------------------------------------------------
Begin: Test Casetest_checksum_offload_disable
--------------------------------------------------
FAILED 'Unexpected Packets Drop'
--------------------------------------------------
[ SUITE_DUT_CMD] ./x86_64-native-linuxapp-gcc/app/testpmd -c 0x6 -n 4 -- -i --portmask=0x3 --disable-hw-vlan --enable-rx-cksum --crc-strip --txqflags=0
[ SUITE_DUT_CMD] set verbose 1
[ SUITE_DUT_CMD] set fwd csum
[ SUITE_DUT_CMD] start
[SUITE_TESTER_CMD] scapy
[SUITE_TESTER_CMD] sys.path.append("./")
[SUITE_TESTER_CMD] from sctp import *
[SUITE_TESTER_CMD] p = Ether(dst="90:e2:ba:4a:54:81", src="52:00:00:00:00:00")/IPv6(src="::2")/UDP()/("X"*46)
[SUITE_TESTER_CMD] p.show2()
[SUITE_TESTER_CMD] p = Ether(dst="90:e2:ba:4a:54:81", src="52:00:00:00:00:00")/IPv6(src="::2")/TCP()/("X"*46)
[SUITE_TESTER_CMD] p.show2()
[SUITE_TESTER_CMD] p = Ether(dst="90:e2:ba:4a:54:81", src="52:00:00:00:00:00")/IP(src="10.0.0.2")/UDP()/("X"*46)
[SUITE_TESTER_CMD] p.show2()
[SUITE_TESTER_CMD] p = Ether(dst="90:e2:ba:4a:54:81", src="52:00:00:00:00:00")/IP(src="10.0.0.2")/TCP()/("X"*46)
[SUITE_TESTER_CMD] p.show2()
[SUITE_TESTER_CMD] exit()
[SUITE_TESTER_CMD] echo -n '' > scapyResult.txt
[SUITE_TESTER_CMD] scp sniff.py root@10.239.128.80:~/
[SUITE_TESTER_CMD] SCAPY Receive setup:
[SUITE_TESTER_CMD] killall scapy 2>/dev/null; echo tester
[SUITE_TESTER_CMD] scapy
[SUITE_TESTER_CMD] subprocess.call("scapy -c sniff.py &", shell=True)
[SUITE_TESTER_CMD] sys.path.append("./")
[SUITE_TESTER_CMD] import sctp
[SUITE_TESTER_CMD] from sctp import *
[SUITE_TESTER_CMD] sendp([Ether(dst="90:e2:ba:4a:54:81", src="52:00:00:00:00:00")/IPv6(src="::1")/UDP(chksum=0xf)/("X"*46)], iface="p785p2")
[SUITE_TESTER_CMD] sendp([Ether(dst="90:e2:ba:4a:54:81", src="52:00:00:00:00:00")/IPv6(src="::1")/TCP(chksum=0xf)/("X"*46)], iface="p785p2")
[SUITE_TESTER_CMD] sendp([Ether(dst="90:e2:ba:4a:54:81", src="52:00:00:00:00:00")/IP(src="10.0.0.1",chksum=0x0)/UDP(chksum=0xf)/("X"*46)], iface="p785p2")
[SUITE_TESTER_CMD] sendp([Ether(dst="90:e2:ba:4a:54:81", src="52:00:00:00:00:00")/IP(src="10.0.0.1",chksum=0x0)/TCP(chksum=0xf)/("X"*46)], iface="p785p2")
[SUITE_TESTER_CMD] exit()
[SUITE_TESTER_CMD] cat scapyResult.txt
[SUITE_TESTER_CMD] SCAPY Result:
End test_checksum_offload_disable
-------------------------------------------------------------------------------
[SUITE_DUT_CMD] quit
DPDK STV team
reply other threads:[~2015-10-12 14:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='edcf24$h864a1@FMSMGA003.fm.intel.com' \
--to=sys_stv@intel.com \
--cc=haifengx.tang@intel.com \
--cc=qian.q.xu@intel.com \
--cc=shide.dong@intel.com \
--cc=test-report@dpdk.org \
--cc=waterman.cao@intel.com \
--cc=weichunx.chen@intel.com \
--cc=yong.liu@intel.com \
--cc=yufengx.mo@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).