From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tan, Jianfeng" Subject: Re: [PATCH v4 8/8] doc: add guide to use virtio_user as exceptional path Date: Sun, 22 Jan 2017 15:16:56 +0800 Message-ID: <050fb4f2-2ad8-fa45-a76b-41a9c05d3254@intel.com> References: <1480689075-66977-1-git-send-email-jianfeng.tan@intel.com> <1484309921-116526-1-git-send-email-jianfeng.tan@intel.com> <1484309921-116526-9-git-send-email-jianfeng.tan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: DPDK , cunming.liang@intel.com, yuanhan.liu@linux.intel.com, Ferruh Yigit To: Aws Ismail Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 82F5C293C for ; Sun, 22 Jan 2017 08:17:00 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 1/22/2017 8:46 AM, Aws Ismail wrote: > > > On Jan 13, 2017 9:42 AM, "Jianfeng Tan" > wrote: > > Signed-off-by: Jianfeng Tan > > --- > .../img/virtio_user_as_excpetional_path.png | Bin 0 -> > 38600 bytes > doc/guides/prog_guide/index.rst | 1 + > .../prog_guide/virtio_user_as_exceptional_path.rst | 104 > +++++++++++++++++++++ > 3 files changed, 105 insertions(+) > create mode 100644 > doc/guides/prog_guide/img/virtio_user_as_excpetional_path.png > create mode 100644 > doc/guides/prog_guide/virtio_user_as_exceptional_path.rst > > [...] > +Sample Usage > +------------ > + > +As a prerequisite, the vhost/vhost-net kernel CONFIG should be > chosen before compiling the kernel and those kernel modules should > be inserted. > + > +#. Compile the DPDK and bind a physical NIC (for communicating > with outside) to igb_uio/uio_pci_generic/vfio-pci. > + > +#. Run testpmd: > + > + .. code-block:: console > + > + examples/kni/build/app/kni -c -0xf0 -n 4 -- -p 0x3 -P > --config="(0,4,6),(1,5,7)" > > > Is this correct? The section says "run testpmd" but the first thing > you are doing here is run the KNI example app. Oops, forget to delete this line. Thanks, Jianfeng