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 E3CD9A05D3 for ; Tue, 23 Apr 2019 10:47:54 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id ADC7B1B4D8; Tue, 23 Apr 2019 10:47:54 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 1EA081B43F for ; Tue, 23 Apr 2019 10:47:52 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Apr 2019 01:47:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,385,1549958400"; d="scan'208";a="164005841" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by fmsmga002.fm.intel.com with ESMTP; 23 Apr 2019 01:47:51 -0700 From: Peng Yuan To: dts@dpdk.org Cc: Peng Yuan Date: Tue, 23 Apr 2019 16:52:14 +0800 Message-Id: <1556009534-5334-1-git-send-email-yuan.peng@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH v2] test_plans: correct typo errors 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" Correct typo errors for af_xdp_test_plan.rst Signed-off-by: Peng Yuan diff --git a/test_plans/af_xdp_test_plan.rst b/test_plans/af_xdp_test_plan.rst index e0e8887..4576fef 100644 --- a/test_plans/af_xdp_test_plan.rst +++ b/test_plans/af_xdp_test_plan.rst @@ -47,7 +47,7 @@ Prerequisites I40e 25G*2 enp216s0f0 <---> IXIA_port_0 - enp216s0f1 <---> IXIA_port_0 + enp216s0f1 <---> IXIA_port_1 2. The NIC is located on the socket 1, so we define the cores of socket 1. @@ -94,7 +94,7 @@ Test case 1: 1 port, 1 kernel core, 1 user core 3. Send packet with packet generator with different packet size, from 64 bytes to 1518 bytes, check the throughput. -Test case 2: 2 ports, 2 kernel cores, 1 user cores +Test case 2: 2 ports, 2 kernel cores, 2 user cores ================================================== 1. Start the testpmd:: -- 2.14.3