From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 00A181BE5D for ; Sat, 22 Dec 2018 02:26:09 +0100 (CET) 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; 21 Dec 2018 17:26:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,383,1539673200"; d="scan'208";a="132033184" Received: from dts-maintain.sh.intel.com (HELO [10.67.119.110]) ([10.67.119.110]) by fmsmga001.fm.intel.com with ESMTP; 21 Dec 2018 17:26:07 -0800 To: Rami Rosen , dts@dpdk.org References: <1545237732-17561-1-git-send-email-ramirose@gmail.com> From: Lijuan Tu Message-ID: <0f7622a0-e08d-9634-aced-2d2d5f940faa@intel.com> Date: Sat, 22 Dec 2018 17:53:52 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <1545237732-17561-1-git-send-email-ramirose@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Subject: Re: [dts] [PATCH ] test_plans: fix a typo in VF Vlan test plan 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: Sat, 22 Dec 2018 01:26:10 -0000 Applied, thanks On 2018年12月20日 00:42, Rami Rosen wrote: > This patch fixes a typo in VF Vlan test plan. > > Signed-off-by: Rami Rosen > --- > test_plans/vf_vlan_test_plan.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/test_plans/vf_vlan_test_plan.rst b/test_plans/vf_vlan_test_plan.rst > index 49d7c37..173d756 100644 > --- a/test_plans/vf_vlan_test_plan.rst > +++ b/test_plans/vf_vlan_test_plan.rst > @@ -81,7 +81,7 @@ Prerequisites > -device pci-assign,host=87:02.0,id=pt_0 \ > -device pci-assign,host=87:0a.0,id=pt_1 > > -4. Login vm0 and them bind VF devices to igb_uio driver.:: > +4. Login vm0 and then bind VF devices to igb_uio driver.:: > > ./tools/dpdk_nic_bind.py --bind=igb_uio 00:04.0 00:05.0 >