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 9135C282 for ; Wed, 23 Sep 2015 09:13:44 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 23 Sep 2015 00:13:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,577,1437462000"; d="scan'208";a="650559111" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga003.jf.intel.com with ESMTP; 23 Sep 2015 00:13:42 -0700 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 23 Sep 2015 00:13:42 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.110.15) by FMSMSX152.amr.corp.intel.com (10.18.125.5) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 23 Sep 2015 00:13:42 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.75]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.210]) with mapi id 14.03.0248.002; Wed, 23 Sep 2015 15:13:34 +0800 From: "Liu, Yong" To: "Mo, YufengX" , "dts@dpdk.org" Thread-Topic: [dts] [PATCH V1 0/4] Add packet module and test suite for unified network packet function Thread-Index: AdD1z1s993zWph07Sfi5Nh38tn/XoQ== Date: Wed, 23 Sep 2015 07:13:34 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10F049B6@SHSMSX101.ccr.corp.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 V1 0/4] Add packet module and test suite for unified network packet function 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, 23 Sep 2015 07:13:45 -0000 Applied. Thanks. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Yufen Mo > Sent: Wednesday, September 23, 2015 11:13 AM > To: dts@dpdk.org > Subject: [dts] [PATCH V1 0/4] Add packet module and test suite for unifie= d > network packet function >=20 > From: yufengmx >=20 > yufengmx (4): > fix some issue of the test plan for unified packet type > Add packet module for unified network packet function > Add test suite for unified packet type This suite validate unified > packet type flag feature on different NICs. For more details, > please reference to test plan. > 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