From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id DCB5A567F for ; Wed, 3 May 2017 05:55:50 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP; 02 May 2017 20:55:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,282,1491289200"; d="scan'208";a="256196061" Received: from imail001.iil.intel.com ([10.184.207.12]) by fmsmga004.fm.intel.com with ESMTP; 02 May 2017 20:55:48 -0700 Received: from desku.iil.intel.com ([143.185.141.169]) by imail001.iil.intel.com with ESMTP id v433tk5j027307; Wed, 3 May 2017 06:55:46 +0300 From: Rami Rosen To: dts@dpdk.org Cc: yong.liu@intel.com, Rami Rosen Date: Wed, 3 May 2017 05:54:31 -0400 Message-Id: <20170503095431.22861-1-rami.rosen@intel.com> X-Mailer: git-send-email 2.9.3 Subject: [dts] [PATCH] test_plans userspace_ethtool: fix trivial typos. 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: Wed, 03 May 2017 03:55:51 -0000 This patch fixes two trivial typos in userspace_ethtool_test_plan.rst. Signed-off-by: Rami Rosen --- test_plans/userspace_ethtool_test_plan.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_plans/userspace_ethtool_test_plan.rst b/test_plans/userspace_ethtool_test_plan.rst index 498cc38..a5e18df 100644 --- a/test_plans/userspace_ethtool_test_plan.rst +++ b/test_plans/userspace_ethtool_test_plan.rst @@ -50,7 +50,7 @@ application in linux app environment with 4 lcores, 2 ports. ethtool -c f -n 4 -The sample should be validated on Forville, Niantic and i350 Nics. +The sample should be validated on Fortville, Niantic and i350 Nics. other requirements: *. igxbe driver (version >= 4.3.13). @@ -161,7 +161,7 @@ re-compile examples/ethtool make -C examples/ethtool Add vlan 0 to port 0 and vlan 1 to port1, send packet without vlan to port0,1 -Verify port0 and port1 recevied vlan packets +Verify port0 and port1 received vlan packets EthApp> vlan 0 add 0 VLAN vid 0 added -- 2.9.3