On 1/22/2017 8:46 AM, Aws Ismail wrote:
On Jan 13, 2017 9:42 AM, "Jianfeng Tan" <[email protected] <mailto:[email protected]>> wrote:Signed-off-by: Jianfeng Tan <[email protected] <mailto:[email protected]>> --- .../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

