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 37FB7A05D3 for ; Mon, 22 Apr 2019 07:37:33 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B97D31B46A; Mon, 22 Apr 2019 07:37:32 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id C442C1B460 for ; Mon, 22 Apr 2019 07:37:30 +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 fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Apr 2019 22:37:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,380,1549958400"; d="scan'208";a="163647169" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by fmsmga002.fm.intel.com with ESMTP; 21 Apr 2019 22:37:28 -0700 From: Peng Yuan To: dts@dpdk.org Cc: Peng Yuan Date: Mon, 22 Apr 2019 13:41:51 +0800 Message-Id: <1555911711-3942-1-git-send-email-yuan.peng@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH] test_plans: correct a typo error 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 a typo error of 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..8493dc7 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. -- 2.14.3