From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 9871B8D8F for ; Thu, 4 Feb 2016 04:26:31 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 03 Feb 2016 19:26:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,393,1449561600"; d="scan'208";a="905172000" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.238.55.12]) by orsmga002.jf.intel.com with ESMTP; 03 Feb 2016 19:26:25 -0800 From: "xu,huilong" To: dts@dpdk.org Date: Thu, 4 Feb 2016 11:22:01 +0800 Message-Id: <1454556122-16292-1-git-send-email-huilongx.xu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [DTS][PATCH V1 1/2] update packet checking case, send 2000 random packets, check dut not loss packet 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, 04 Feb 2016 03:26:32 -0000 Signed-off-by: xu,huilong --- test_plans/pmd_test_plan.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test_plans/pmd_test_plan.rst b/test_plans/pmd_test_plan.rst index 1073149..c5e346e 100644 --- a/test_plans/pmd_test_plan.rst +++ b/test_plans/pmd_test_plan.rst @@ -82,10 +82,8 @@ The linuxapp is started with the following parameters: --rxpt=4 --rxht=4 --rxwt=16 --txpt=36 --txht=0 --txwt=0 --txrst=32 -The tester sends packets with different sizes (64, 65, 128, 256, 512, 1024, -1280 and 1518 bytes), using scapy, which will be forwarded by the DUT. -The test checks if the packets are correctly forwarded and if both RX and TX -packet sizes match. +The tester sends 2000 packets with different type, using scapy, which will be forwarded by the DUT. +The test checks if the packets are correctly forwarded and if both RX and TX packet number is 2000 Test Case: Descriptors Checking =============================== -- 1.9.3