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 424CD9268 for ; Thu, 22 Oct 2015 03:02:28 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 21 Oct 2015 18:02:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,179,1444719600"; d="scan'208";a="585691556" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by FMSMGA003.fm.intel.com with ESMTP; 21 Oct 2015 18:02:26 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id t9M12OG0012239; Thu, 22 Oct 2015 09:02:24 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t9M12L5c015707; Thu, 22 Oct 2015 09:02:24 +0800 Received: (from yliu84x@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t9M12L8g015703; Thu, 22 Oct 2015 09:02:21 +0800 From: Yong Liu To: dts@dpdk.org Date: Thu, 22 Oct 2015 09:02:17 +0800 Message-Id: <1445475740-15671-1-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH 0/3] packet integrity check in sample applications 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: Thu, 22 Oct 2015 01:02:28 -0000 From: Marvin Liu Most sample applications only validated by few packets or performance data. This patch set will supply other test routine which check thousands of packets sequence and content data. There's one sample in l2fwd suite, new case will check received 2000 packets's content exactly the same as transmited packets. Marvin Liu (3): framework: support packet objects transmit and analysis framework: add packet integrity verification funtion tests: add l2fwd sample forwarding integrity check test framework/packet.py | 142 ++++++++++++++++++++++++++++++++++++++--------- framework/tester.py | 53 ++++++++++++++++++ tests/TestSuite_l2fwd.py | 28 +++++++++- 3 files changed, 196 insertions(+), 27 deletions(-) -- 1.9.3