From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 24545293B for ; Fri, 24 Aug 2018 10:07:33 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Aug 2018 01:07:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,281,1531810800"; d="scan'208";a="256875067" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga005.fm.intel.com with ESMTP; 24 Aug 2018 01:07:32 -0700 Received: from bgsmsx153.gar.corp.intel.com (10.224.23.4) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 24 Aug 2018 01:07:32 -0700 Received: from bgsmsx101.gar.corp.intel.com ([169.254.1.178]) by BGSMSX153.gar.corp.intel.com ([169.254.2.59]) with mapi id 14.03.0319.002; Fri, 24 Aug 2018 13:37:29 +0530 From: "Yang, Zhiyong" To: Rami Rosen , "dev@dpdk.org" CC: "stable@dpdk.doc" , "Mcnamara, John" Thread-Topic: [dpdk-dev] [PATCH] doc: fix wrong usage of bind command Thread-Index: AQHUO34nxAA3NYDOj0mEWXafpLCGq6TOi76Q Date: Fri, 24 Aug 2018 08:07:28 +0000 Message-ID: References: <20180824074302.18606-1-ramirose@gmail.com> In-Reply-To: <20180824074302.18606-1-ramirose@gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.223.10.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: fix wrong usage of bind command 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: Fri, 24 Aug 2018 08:07:34 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Rami Rosen > Sent: Friday, August 24, 2018 3:43 PM > To: dev@dpdk.org > Cc: stable@dpdk.doc; Mcnamara, John ; Rami > Rosen > Subject: [dpdk-dev] [PATCH] doc: fix wrong usage of bind command >=20 > This patch fixes wrong usage of bind command in vhost.rst. > Using "dpdk-devbind.py -b=3Duio_pci_generic 0000:00:04.0" gives an error = of > "unbind failed". It should be "-b uio_pci_generic" so it will work correc= tly. >=20 > Signed-off-by: Rami Rosen > --- Acked-by: Zhiyong Yang