From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 532C5691A for ; Tue, 2 May 2017 14:53:50 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 May 2017 05:53:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,405,1488873600"; d="scan'208";a="1163544708" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by fmsmga002.fm.intel.com with ESMTP; 02 May 2017 05:53:49 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.241]) by IRSMSX108.ger.corp.intel.com ([169.254.11.239]) with mapi id 14.03.0319.002; Tue, 2 May 2017 13:53:48 +0100 From: "Mcnamara, John" To: Thomas Monjalon , Yong Wang CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] doc: fix directory err in virtio guide Thread-Index: AQHSwzyY2nlWmALYk0aAyvAneArSG6Hg6tUAgAAUh0A= Date: Tue, 2 May 2017 12:53:47 +0000 Message-ID: References: <1493726060-22813-1-git-send-email-wang.yong19@zte.com.cn> <1571383.22a0Z4FJkn@xps> In-Reply-To: <1571383.22a0Z4FJkn@xps> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTNkN2VlYWItYWE3ZS00NDcxLWFiNTItY2EyNDRkZmJjZDNlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImM5MlwvUkM1S0JLV2l0UFVYeHcrTFZYcTJJQTZHRW5iNFpaSHllUTh2RzNBPSJ9 dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: fix directory err in virtio guide X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 12:53:51 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Tuesday, May 2, 2017 1:39 PM > To: Yong Wang > Cc: dev@dpdk.org; Mcnamara, John > Subject: Re: [dpdk-dev] [PATCH] doc: fix directory err in virtio guide >=20 > 02/05/2017 13:54, Yong Wang: > > - python tools/dpdk-devbind.py -b vfio-pci 00:03.0 > > + python usertools/dpdk-devbind.py -b vfio-pci 00:03.0 >=20 > There is another occurence in doc/guides/howto/pvp_reference_benchmark.rs= t >=20 I spotted that, ;-), and I sent a separate patch. If that is overkill then maybe fix the subject line for this patch and fix both together. John