From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 72C9A7E6E for ; Thu, 16 Oct 2014 22:10:29 +0200 (CEST) Received: by mail-wg0-f46.google.com with SMTP id l18so4579238wgh.29 for ; Thu, 16 Oct 2014 13:18:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=+sZgkZy0wHlpWEQgWCMHdejHA8ATKba3XVBJNqb3erw=; b=Z6m36+q7uokg2BJh9MD0MDbBI2F4MF72/ZBfsUoXgmois0DSoI3GRTWtvA+ZWwIS50 OTdMe7sK+xT4x0ASQgYcEnqUE7yTy/dID1/PHrkstgs8NEScm868LkpaW0zfh+TJiJJu I4w8eQiNk2fNesR6YpylM5rKLA+jY+QMvnws3cjPbUT4KY0Y+RwezdMzCoarzW4fs/qz Wiyr+Ve1SJFIS655lt/OwdPG5IbnSOby+gASVVFIvEoYjKLKdNrxwppsqaH0NAlZ0fjG tRNVlRqnfluYMrPE6dd3+ciPIMRpnmQwT7q7Noy2rZerxLQVGu8DLLqsc52p9J8+75/p LE2Q== X-Gm-Message-State: ALoCoQmIjEVc9bvvc77wjbIe1VJw/+RtUh0L+WVjEo0WiwVPxbXPzFlVtL6x9djd28OODiv8L3eC X-Received: by 10.180.93.37 with SMTP id cr5mr8860149wib.76.1413490704162; Thu, 16 Oct 2014 13:18:24 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id ko10sm17250073wjb.48.2014.10.16.13.18.22 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Oct 2014 13:18:23 -0700 (PDT) From: Thomas Monjalon To: "Liu, Yong" Date: Thu, 16 Oct 2014 22:18:06 +0200 Message-ID: <4532509.1mTEn1eV4O@xps13> Organization: 6WIND User-Agent: KMail/4.14.1 (Linux/3.16.4-1-ARCH; KDE/4.14.1; x86_64; ; ) In-Reply-To: <86228AFD5BCD8E4EBFD2B90117B5E81E10CE5A77@SHSMSX103.ccr.corp.intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v5 0/8]Support VxLAN on Fortville X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Oct 2014 20:10:29 -0000 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@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