This test report brings a lot of details. It's a good thing but we should find a way to remove the "administrative words". It should start with the tested-by line to allow copy paste in the commit log.
2014-10-11 07:56, Liu, Yong: > Patch name: Support VxLAN on Fortville > Brief description: Verify vxlan checksum detect/offload and tunnel filter > work fine. > Test Flag: Tested-by > Tester name: yong.liu at intel.com > Test environment: > OS: Fedora20 3.15.8-200.fc20.x86_64 > GCC: gcc version 4.8.3 20140624 > CPU: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz > NIC: Intel Corporation Ethernet Controller XL710 for > 40GbE QSFP+ [8086:1583] > Test Tool Chain information: > N/A > Commit ID: ee1a5470faa751c1fd07d23b86659fe7a68fd251 > > Detailed Testing information > DPDK SW Configuration: > Default x86_64-native-linuxapp-gcc configuration > Test Result Summary: Total 6 cases, 6 passed, 0 failed > > Test Case - name: > vxlan_ipv4_detect > Test Case - Description: > Check testpmd can receive and detect vxlan packet > Test Case -command / instruction: > Start testpmd with vxlan enabled and rss disabled Why RSS is disabled? > testpmd -c ffff -n 4 -- -i --tunnel-type=1 --disble-rss > --rxq=4 --txq=4 --nb-cores=8 --nb-ports=2 --disble-rss: typo in command line. It raises doubts on the test. -- Thomas