From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 75408A00E6 for ; Mon, 13 May 2019 09:06:29 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1A8C1293B; Mon, 13 May 2019 09:06:29 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 9B3F9A49 for ; Mon, 13 May 2019 09:06:27 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 May 2019 00:06:26 -0700 X-ExtLoop1: 1 Received: from npg-dpdk-stv-wanzhe-compression-clc.sh.intel.com ([10.67.119.1]) by fmsmga001.fm.intel.com with ESMTP; 13 May 2019 00:06:25 -0700 From: Zhe To: dts@dpdk.org Cc: Zhe Wan Date: Mon, 13 May 2019 10:53:28 -0400 Message-Id: <1557759208-95535-1-git-send-email-zhe.wan@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH V1] test_plans/skeleton: correct grammar and format 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" From: Zhe Wan Signed-off-by: Zhe Wan --- test_plans/skeleton_test_plan.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test_plans/skeleton_test_plan.rst b/test_plans/skeleton_test_plan.rst index 2351c72..2ba4d3c 100644 --- a/test_plans/skeleton_test_plan.rst +++ b/test_plans/skeleton_test_plan.rst @@ -1,4 +1,4 @@ -.. Copyright (c) <2010-2017>, Intel Corporation +.. Copyright (c) <2019>, Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without @@ -44,15 +44,15 @@ sample applications. Running the Application ======================= -To run the example in a ``linuxapp`` environment:: +To run the example in a linux environment:: ./build/basicfwd -c 2 -n 4 Refer to *DPDK Getting Started Guide* for general information on running applications and the Environment Abstraction Layer (EAL) options. -test_skeleton -============= +Test case: skeleton +==================== Running:: @@ -62,5 +62,5 @@ waked up:: Core X forwarding packets. -Send one packet on Port0,check the port1 receive packet. -It receive one packet that the port0 send. +Send one packet from port0, check the received packet on port1. +It should receive the packet sent from port0. -- 1.8.3.1