doc: fix wrong usage of bind command
authorRami Rosen <ramirose@gmail.com>
Fri, 24 Aug 2018 07:43:02 +0000 (10:43 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 12 Sep 2018 17:10:09 +0000 (19:10 +0200)
commitb733c60f68f12e064359b27e630305c541a3fbdf
tree37172d5b96c5d406ff8a47ce96bd954ef3b3c4df
parent3afdf157fcedba15167ad03b187746bd6c73811f
doc: fix wrong usage of bind command

This patch fixes wrong usage of bind command in vhost.rst.
Using "dpdk-devbind.py -b=uio_pci_generic 0000:00:04.0" gives
an error of "unbind failed". It should be "-b uio_pci_generic" so
it will work correctly.

Fixes: a971c509a523 ("doc: update vhost sample guide")
Cc: stable@dpdk.org
Signed-off-by: Rami Rosen <ramirose@gmail.com>
Acked-by: Zhiyong Yang <zhiyong.yang@intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
doc/guides/sample_app_ug/vhost.rst