From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 0/8]Support VxLAN on Fortville Date: Thu, 16 Oct 2014 22:18:06 +0200 Message-ID: <4532509.1mTEn1eV4O@xps13> References: <1413006935-22535-1-git-send-email-jijiang.liu@intel.com> <86228AFD5BCD8E4EBFD2B90117B5E81E10CE5A29@SHSMSX103.ccr.corp.intel.com> <86228AFD5BCD8E4EBFD2B90117B5E81E10CE5A77@SHSMSX103.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: "Liu, Yong" Return-path: In-Reply-To: <86228AFD5BCD8E4EBFD2B90117B5E81E10CE5A77-0J0gbvR4kTggGBtAFL8yw7fspsVTdybXVpNB7YpNyf8@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org > 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