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 B72DF8E58 for ; Wed, 23 Sep 2015 05:12:44 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 22 Sep 2015 20:12:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,576,1437462000"; d="scan'208";a="774981247" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga001.jf.intel.com with ESMTP; 22 Sep 2015 20:12:42 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t8N3CbBi003099; Wed, 23 Sep 2015 11:12:37 +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 t8N3CZbc015652; Wed, 23 Sep 2015 11:12:37 +0800 Received: (from yufengmx@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t8N3CZBA015648; Wed, 23 Sep 2015 11:12:35 +0800 From: Yufen Mo To: dts@dpdk.org Date: Wed, 23 Sep 2015 11:12:30 +0800 Message-Id: <1442977954-15617-1-git-send-email-yufengx.mo@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [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 03:12:45 -0000 From: yufengmx 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 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 -- 1.9.3