From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 20ED21DB1 for ; Mon, 8 Jun 2015 04:21:37 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP; 07 Jun 2015 19:21:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,571,1427785200"; d="scan'208";a="739132090" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga002.fm.intel.com with ESMTP; 07 Jun 2015 19:21:36 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t582LYGT032227; Mon, 8 Jun 2015 10:21:34 +0800 Received: from shecgisg003.sh.intel.com (localhost [127.0.0.1]) by shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t582LWhA005637; Mon, 8 Jun 2015 10:21:34 +0800 Received: (from yliu84x@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t582LWO9005633; Mon, 8 Jun 2015 10:21:32 +0800 From: Yong Liu To: dts@dpdk.org Date: Mon, 8 Jun 2015 10:21:24 +0800 Message-Id: <1433730088-5601-1-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH 0/4] Add vxlan function and performance suite X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2015 02:21:38 -0000 From: Marvin Liu Cloud providers build virtual network overlays over existing network infrastructure that provide tenant isolation and scaling. Tunneling layers added to the packets carry the virtual networking frames over existing Layer 2 and IP networks. In this suite, we will verify tunnel vxlan packet detect,checksum offload can work on FVL card. This suite also supply one approach to meansure the performance. Marvin Liu (4): Optimize get core list function for Haswell cpu. Add vxlan protocal support in etgen module Add vxlan test plan. Add vxlan test suite. framework/crb.py | 19 +- framework/etgen.py | 47 +- framework/settings.py | 3 +- test_plans/vxlan_test_plan.rst | 392 ++++++++++++++ tests/TestSuite_vxlan.py | 1101 ++++++++++++++++++++++++++++++++++++++++ 5 files changed, 1550 insertions(+), 12 deletions(-) create mode 100644 test_plans/vxlan_test_plan.rst create mode 100644 tests/TestSuite_vxlan.py -- 1.9.3