[dpdk-test-report] |ERROR| pw 8942-8945 fm10k: remove crc size from all byte counters

sys_stv at intel.com sys_stv at intel.com
Mon Nov 16 12:21:37 CET 2015


Test-Label: Intel Niantic on Fedora
Test-Status: ERROR
Patchwork: http://www.dpdk.org/dev/patchwork/patch/8945/

DPDK git baseline: 2d1232571112059ceabe4c68b83031e77d4b424a
Patchwork ID: 8942-8945
http://www.dpdk.org/dev/patchwork/patch/8945/
Submitter: Harry van Haaren <harry.van.haaren at intel.com>
Date: Mon, 16 Nov 2015 10:35:17 +0000

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 73, failed 6.
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
packet_checking: http://dpdk.org/browse/tools/dts/tree/test_plans/pmd_test_plan.rst
jumboframes_jumbo_jumbo: http://dpdk.org/browse/tools/dts/tree/test_plans/jumboframes_test_plan.rst
jumboframes_normal_jumbo: http://dpdk.org/browse/tools/dts/tree/test_plans/jumboframes_test_plan.rst
jumboframes_normal_nojumbo: http://dpdk.org/browse/tools/dts/tree/test_plans/jumboframes_test_plan.rst
ieee1588_enable: http://dpdk.org/browse/tools/dts/tree/test_plans/ieee1588_test_plan.rst

DTS Validation Error:
========================================================================================================================
========================================================================================================================
TEST SUITE : TestPmd

-------------------------------------------------------------------------------
Begin: Test Casetest_checksum_checking
--------------------------------------------------
FAILED  'packet pass assert error, expected 60 RX bytes, actual 56'
--------------------------------------------------
[   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
End test_checksum_checking
-------------------------------------------------------------------------------

-------------------------------------------------------------------------------
Begin: Test Casetest_packet_checking
--------------------------------------------------
FAILED  'packet pass assert error, expected 64 RX bytes, actual 60'
--------------------------------------------------
[   SUITE_DUT_CMD]  ./x86_64-native-linuxapp-gcc/app/testpmd -c 0x1fffffffff -n 4  -- -i --coremask=0x2 --portmask=0x3 --txqflags=0
[   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()/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_packet_checking
-------------------------------------------------------------------------------

========================================================================================================================
========================================================================================================================
TEST SUITE : TestJumboframes
[SUITE_TESTER_CMD] ifconfig p785p1 mtu 9200
[SUITE_TESTER_CMD] ifconfig p785p2 mtu 9200

-------------------------------------------------------------------------------
Begin: Test Casetest_jumboframes_jumbo_jumbo
--------------------------------------------------
FAILED  'packet pass assert error'
--------------------------------------------------
[   SUITE_DUT_CMD]  ./x86_64-native-linuxapp-gcc/app/testpmd -c 0x6 -n 4  -- -i --max-pkt-len=9000 --txqflags=0
[   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=1501)/Raw(load="P"*1481)], iface="p785p2")
[SUITE_TESTER_CMD]  exit()
[   SUITE_DUT_CMD]  show port stats 0
[   SUITE_DUT_CMD]  show port stats 1
End test_jumboframes_jumbo_jumbo
-------------------------------------------------------------------------------

-------------------------------------------------------------------------------
Begin: Test Casetest_jumboframes_normal_jumbo
--------------------------------------------------
FAILED  'packet pass assert error'
--------------------------------------------------
[   SUITE_DUT_CMD]  ./x86_64-native-linuxapp-gcc/app/testpmd -c 0x6 -n 4  -- -i --max-pkt-len=9000 --txqflags=0
[   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=1499)/Raw(load="P"*1479)], iface="p785p2")
[SUITE_TESTER_CMD]  exit()
[   SUITE_DUT_CMD]  show port stats 0
[   SUITE_DUT_CMD]  show port stats 1
End test_jumboframes_normal_jumbo
-------------------------------------------------------------------------------

-------------------------------------------------------------------------------
Begin: Test Casetest_jumboframes_normal_nojumbo
--------------------------------------------------
FAILED  'packet pass assert error'
--------------------------------------------------
[   SUITE_DUT_CMD]  ./x86_64-native-linuxapp-gcc/app/testpmd -c 0x6 -n 4  -- -i --max-pkt-len=1518 --txqflags=0
[   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=1499)/Raw(load="P"*1479)], iface="p785p2")
[SUITE_TESTER_CMD]  exit()
[   SUITE_DUT_CMD]  show port stats 0
[   SUITE_DUT_CMD]  show port stats 1
End test_jumboframes_normal_nojumbo
-------------------------------------------------------------------------------
[SUITE_TESTER_CMD] ifconfig p785p1 mtu 1518
[SUITE_TESTER_CMD] ifconfig p785p2 mtu 1518

========================================================================================================================
========================================================================================================================
TEST SUITE : TestIeee1588
[SUITE_DUT_CMD] sed -i -e 's/IEEE1588=n$/IEEE1588=y/' config/common_linuxapp
[SUITE_DUT_CMD] rm -rf x86_64-native-linuxapp-gcc
[SUITE_DUT_CMD] make -j install T=x86_64-native-linuxapp-gcc 
[SUITE_DUT_CMD] ./x86_64-native-linuxapp-gcc/app/testpmd -c 0x6 -n 4  -- -i  --txqflags=0

-------------------------------------------------------------------------------
Begin: Test Casetest_ieee1588_enable
--------------------------------------------------
FAILED  'Timestamp mismatch'
--------------------------------------------------
[   SUITE_DUT_CMD]  set fwd ieee1588
[   SUITE_DUT_CMD]  start
[SUITE_TESTER_CMD]  echo -n '' >  scapyResult.txt
[SUITE_TESTER_CMD]  scp sniff.py root at 10.239.128.80:~/
[SUITE_TESTER_CMD]  SCAPY Receive setup:
[SUITE_TESTER_CMD]  scapy
[SUITE_TESTER_CMD]  subprocess.call("scapy -c sniff.py &", shell=True)
[SUITE_TESTER_CMD]  nutmac="90:e2:ba:4a:54:80"
[SUITE_TESTER_CMD]  sendp([Ether(dst=nutmac,type=0x88f7)/"\x00\x02"], iface="p785p1")
[SUITE_TESTER_CMD]  time.sleep(1)
[SUITE_TESTER_CMD]  exit()
[SUITE_TESTER_CMD]  cat scapyResult.txt
[SUITE_TESTER_CMD]  SCAPY Result:
[   SUITE_DUT_CMD]  stop
End test_ieee1588_enable
-------------------------------------------------------------------------------
[SUITE_DUT_CMD] quit
[SUITE_DUT_CMD] sed -i -e 's/IEEE1588=y$/IEEE1588=n/' config/common_linuxapp
[SUITE_DUT_CMD] rm -rf x86_64-native-linuxapp-gcc
[SUITE_DUT_CMD] make -j install T=x86_64-native-linuxapp-gcc 



DPDK STV team 


More information about the test-report mailing list