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 EF9C8A05D3 for ; Tue, 26 Mar 2019 12:45:50 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B31B72BF4; Tue, 26 Mar 2019 12:45:50 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id B2040A3 for ; Tue, 26 Mar 2019 12:45:49 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Mar 2019 04:45:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,271,1549958400"; d="scan'208";a="143995461" Received: from compression-clc.sh.intel.com ([10.67.110.166]) by FMSMGA003.fm.intel.com with ESMTP; 26 Mar 2019 04:45:47 -0700 From: Zhe To: dts@dpdk.org Cc: Zhe Wan Date: Tue, 26 Mar 2019 15:35:56 -0400 Message-Id: <1553628956-147741-1-git-send-email-zhe.wan@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH V1] test_plans/rxtx_callbacks: test plan revise 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/rxtx_callbacks_test_plan.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test_plans/rxtx_callbacks_test_plan.rst b/test_plans/rxtx_callbacks_test_plan.rst index d8687bb..e1c2ce6 100644 --- a/test_plans/rxtx_callbacks_test_plan.rst +++ b/test_plans/rxtx_callbacks_test_plan.rst @@ -46,7 +46,7 @@ prior to transmission to calculate the elapsed time, in CPU cycles. Running the Application ======================= -Open common_base and set ``CONFIG_RTE_ETHDEV_RXTX_CALLBACKS=y``. +Set ``CONFIG_RTE_ETHDEV_RXTX_CALLBACKS=y`` in config/common_base. To run the example in a ``linuxapp`` environment:: @@ -55,10 +55,10 @@ To run the example in a ``linuxapp`` environment:: Refer to *DPDK Getting Started Guide* for general information on running applications and the Environment Abstraction Layer (EAL) options. -test_rxtx_callbacks -=================== +Test Case:rxtx callbacks +========================== -Running:: +Run the example:: ./examples/rxtx_callbacks/build/rxtx_callbacks -c 2 -n 4 @@ -66,5 +66,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. +Should receive the packet sent from port0. -- 1.8.3.1