From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id C0F945A51 for ; Fri, 19 Aug 2016 04:53:12 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP; 18 Aug 2016 19:53:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,543,1464678000"; d="scan'208";a="867985360" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by orsmga003.jf.intel.com with ESMTP; 18 Aug 2016 19:53:11 -0700 Message-ID: <57B6752F.7030601@intel.com> Date: Fri, 19 Aug 2016 10:55:43 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Yufen Mo , dts@dpdk.org References: <1471231392-3545-1-git-send-email-yufengx.mo@intel.com> In-Reply-To: <1471231392-3545-1-git-send-email-yufengx.mo@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [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: Fri, 19 Aug 2016 02:53:13 -0000 Thanks, applied. On 08/15/2016 11:23 AM, Yufen Mo wrote: > 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 >