From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 1842F47CD for ; Mon, 26 Sep 2016 17:16:55 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP; 26 Sep 2016 08:16:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,400,1470726000"; d="scan'208";a="173303227" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga004.fm.intel.com with ESMTP; 26 Sep 2016 08:16:55 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.91]) by IRSMSX152.ger.corp.intel.com ([169.254.6.13]) with mapi id 14.03.0248.002; Mon, 26 Sep 2016 16:15:56 +0100 From: "Mcnamara, John" To: Christian Ehrhardt , "thomas.monjalon@6wind.com" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 4/4] doc: add basic invocation info for dpdk-devbind Thread-Index: AQHSA1yATuT7n93YokOQH3PHHcz9NKCMCqmQ Date: Mon, 26 Sep 2016 15:15:56 +0000 Message-ID: References: <1472629812-4397-1-git-send-email-christian.ehrhardt@canonical.com> <1472629812-4397-5-git-send-email-christian.ehrhardt@canonical.com> In-Reply-To: <1472629812-4397-5-git-send-email-christian.ehrhardt@canonical.com> 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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmI1NTY5ZjYtOTkxMS00YWY4LWE0ZTEtZjUyNDhjYTljMGE5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InRRalNVUzlKYWxGUTBIWnMxSzZTb1oxd0c3bTBQcGJWVHpROENFaXF6Y289In0= 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 v2 4/4] doc: add basic invocation info for dpdk-devbind X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2016 15:16:56 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Christian Ehrhardt > Sent: Wednesday, August 31, 2016 8:50 AM > To: christian.ehrhardt@canonical.com; thomas.monjalon@6wind.com; > dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2 4/4] doc: add basic invocation info for > dpdk-devbind >=20 > This summarizes the "how to call dpdk-pmdinfo" in one place to be picked > up by html/pdf/man-page docs. >=20 > That knowledge was available before but spread in various docs along > examples (which are great and have to be kept) as well as in the --usage/= - > -help option of the tool itself. >=20 > As a root only program in sbin it should belong to section 8 > "8 System administration commands (usually only for root)" >=20 > Signed-off-by: Christian Ehrhardt > > ... > > +dpdk-devbind Application > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > + > +The ``dpdk-devbind`` tool is a Data Plane Development Kit (DPDK) tool > that helps binding and unbinding devices from specific drivers. > +As well as checking their status in that regard. You didn't make the s/too/utility/ change like in 3/4. However, that is min= or. Acked-by: John McNamara