From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP; 21 Jan 2017 23:16:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,268,1477983600"; d="scan'208,217";a="33787297" Received: from shwdeisgchi083.ccr.corp.intel.com (HELO [10.239.67.193]) ([10.239.67.193]) by orsmga002.jf.intel.com with ESMTP; 21 Jan 2017 23:16:57 -0800 To: Aws Ismail 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> Cc: DPDK , cunming.liang@intel.com, yuanhan.liu@linux.intel.com, Ferruh Yigit From: "Tan, Jianfeng" Message-ID: <050fb4f2-2ad8-fa45-a76b-41a9c05d3254@intel.com> Date: Sun, 22 Jan 2017 15:16:56 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH v4 8/8] doc: add guide to use virtio_user as exceptional path 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: Sun, 22 Jan 2017 07:17:01 -0000 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