From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 60B833978 for ; Mon, 15 Aug 2016 05:23:18 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP; 14 Aug 2016 20:23:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,523,1464678000"; d="scan'208";a="155751999" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga004.fm.intel.com with ESMTP; 14 Aug 2016 20:23:16 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id u7F3NFlT030504; Mon, 15 Aug 2016 11:23:15 +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 u7F3NDbh003593; Mon, 15 Aug 2016 11:23:15 +0800 Received: (from yufengmx@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id u7F3NCbg003589; Mon, 15 Aug 2016 11:23:12 +0800 From: Yufen Mo To: dts@dpdk.org Cc: yufengmx Date: Mon, 15 Aug 2016 11:23:10 +0800 Message-Id: <1471231392-3545-1-git-send-email-yufengx.mo@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH V3 0/2] IPGRE: update automation testing script 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, 15 Aug 2016 03:23:18 -0000 From: yufengmx *. add ipv4 checksum offload *. change src mac setting yufengmx (2): add sctp/gre format support in framework/packet module Ipgre: upload automation testing script framework/packet.py | 20 ++ test_plans/ipgre_test_plan.rst | 181 +++++++++++++++++ tests/TestSuite_ipgre.py | 448 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 649 insertions(+) create mode 100644 test_plans/ipgre_test_plan.rst create mode 100644 tests/TestSuite_ipgre.py -- 1.9.3