From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 35AD22C18 for ; Fri, 22 Apr 2016 03:32:06 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 21 Apr 2016 18:32:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,515,1455004800"; d="scan'208";a="937671535" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga001.jf.intel.com with ESMTP; 21 Apr 2016 18:32:04 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id u3M1W3Eq006487 for ; Fri, 22 Apr 2016 09:32:03 +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 u3M1W1vU025085 for ; Fri, 22 Apr 2016 09:32:03 +0800 Received: (from yliu84x@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id u3M1W1AZ025081 for dts@dpdk.org; Fri, 22 Apr 2016 09:32:01 +0800 From: Marvin Liu To: dts@dpdk.org Date: Fri, 22 Apr 2016 09:31:57 +0800 Message-Id: <1461288721-25049-1-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH v1 0/4] add cloud filter 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: Fri, 22 Apr 2016 01:32:06 -0000 VxLAN technology require that certain traffic directed to PF while cloud network traffic directed to VF. XL710 support this feature for further processing from virutal switch. Marvin Liu (4): test_plans: add test plan for cloud filter feature dep vxlan: add variable for vxlan port framework pmd_output: add function to retrieve testpmd output tests cloud filter: add test suite for cloud filter dep/vxlan.py | 3 +- framework/pmd_output.py | 3 + test_plans/cloud_filter_test_plan.rst | 291 ++++++++++++++++++++++++ tests/TestSuite_cloud_filter.py | 414 ++++++++++++++++++++++++++++++++++ 4 files changed, 710 insertions(+), 1 deletion(-) create mode 100644 test_plans/cloud_filter_test_plan.rst create mode 100644 tests/TestSuite_cloud_filter.py -- 1.9.3