> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Christian Ehrhardt > Sent: Wednesday, August 31, 2016 8:50 AM > To: christian.ehrhardt at canonical.com; thomas.monjalon at 6wind.com; > dev at dpdk.org > Subject: [dpdk-dev] [PATCH v2 4/4] doc: add basic invocation info for > dpdk-devbind > > This summarizes the "how to call dpdk-pmdinfo" in one place to be picked > up by html/pdf/man-page docs. > > 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. > > As a root only program in sbin it should belong to section 8 > "8 System administration commands (usually only for root)" > > Signed-off-by: Christian Ehrhardt <christian.ehrhardt at canonical.com> > > ... > > +dpdk-devbind Application > +======================== > + > +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 minor. Acked-by: John McNamara <john.mcnamara at intel.com>