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 061C5377E for ; Wed, 16 Sep 2015 15:04:13 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 16 Sep 2015 06:04:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,539,1437462000"; d="scan'208";a="770219795" Received: from pgsmsx101.gar.corp.intel.com ([10.221.44.78]) by orsmga001.jf.intel.com with ESMTP; 16 Sep 2015 06:04:00 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by PGSMSX101.gar.corp.intel.com (10.221.44.78) with Microsoft SMTP Server (TLS) id 14.3.224.2; Wed, 16 Sep 2015 21:04:00 +0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.110]) by shsmsx102.ccr.corp.intel.com ([169.254.2.179]) with mapi id 14.03.0248.002; Wed, 16 Sep 2015 21:03:59 +0800 From: "Liu, Yong" To: "Mo, YufengX" , "dts@dpdk.org" Thread-Topic: [dts] [PATCH 0/4] add unified packet type module and test suite Thread-Index: AQHQ8F3GA+cwqsRU1EeK215RsTF+Lp4/HxBQ Date: Wed, 16 Sep 2015 13:03:58 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10EF4EC7@SHSMSX103.ccr.corp.intel.com> References: <1442393812-30481-1-git-send-email-yufengx.mo@intel.com> In-Reply-To: <1442393812-30481-1-git-send-email-yufengx.mo@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH 0/4] add unified packet type module and test 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: Wed, 16 Sep 2015 13:04:14 -0000 Hi Yufen, Would you please add more descriptions of this patch set? As an sample, exp= lain what's the basic concept of this feature. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Yufen Mo > Sent: Wednesday, September 16, 2015 4:57 PM > To: dts@dpdk.org > Cc: yufengmx > Subject: [dts] [PATCH 0/4] add unified packet type module and test suite >=20 > From: yufengmx >=20 >=20 > yufengmx (4): > unified packet type test suite implementation > fix issue test plan for unified packet type > Add test suite for unified packet type > Update lldp and nvgre layer module >=20 > dep/lldp.py | 242 +++++++++++++++ > framework/packet.py | 642 > +++++++++++++++++++++++++++++++++++++++ > test_plans/uni_pkt_test_plan.rst | 30 +- > tests/TestSuite_uni_pkt.py | 364 ++++++++++++++++++++++ > 4 files changed, 1262 insertions(+), 16 deletions(-) > create mode 100644 dep/lldp.py > create mode 100755 framework/packet.py > create mode 100644 tests/TestSuite_uni_pkt.py >=20 > -- > 1.9.3