Message ID | 1433949153-22660-3-git-send-email-bernard.iremonger@intel.com |
---|---|
State | Accepted, archived |
Headers | show |
> -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bernard Iremonger > Sent: Wednesday, June 10, 2015 11:13 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 2/2] doc: fix kni command line in Kernel NIC Interface > chapter > > > Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com> Acked-by: Helin Zhang <helin.zhang@intel.com> > --- > doc/guides/prog_guide/kernel_nic_interface.rst | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/doc/guides/prog_guide/kernel_nic_interface.rst > b/doc/guides/prog_guide/kernel_nic_interface.rst > index fb12d43..713d30b 100644 > --- a/doc/guides/prog_guide/kernel_nic_interface.rst > +++ b/doc/guides/prog_guide/kernel_nic_interface.rst > @@ -1,5 +1,5 @@ > .. BSD LICENSE > - Copyright(c) 2010-2014 Intel Corporation. All rights reserved. > + Copyright(c) 2010-2015 Intel Corporation. All rights reserved. > All rights reserved. > > Redistribution and use in source and binary forms, with or without @@ > -238,7 +238,7 @@ Of course, as a prerequisite, the vhost/vhost-net kernel > CONFIG should be chosen > > .. code-block:: console > > - ./kni -c -0xf0 -n 4 -- -p 0x3 -P -config="(0,4,6),(1,5,7)" > + examples/kni/build/app/kni -c -0xf0 -n 4 -- -p 0x3 -P > --config="(0,4,6),(1,5,7)" > > This command runs the kni sample application with two physical ports. > Each port pins two forwarding cores (ingress/egress) in user space. > -- > 1.7.4.1
diff --git a/doc/guides/prog_guide/kernel_nic_interface.rst b/doc/guides/prog_guide/kernel_nic_interface.rst index fb12d43..713d30b 100644 --- a/doc/guides/prog_guide/kernel_nic_interface.rst +++ b/doc/guides/prog_guide/kernel_nic_interface.rst @@ -1,5 +1,5 @@ .. BSD LICENSE - Copyright(c) 2010-2014 Intel Corporation. All rights reserved. + Copyright(c) 2010-2015 Intel Corporation. All rights reserved. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -238,7 +238,7 @@ Of course, as a prerequisite, the vhost/vhost-net kernel CONFIG should be chosen .. code-block:: console - ./kni -c -0xf0 -n 4 -- -p 0x3 -P -config="(0,4,6),(1,5,7)" + examples/kni/build/app/kni -c -0xf0 -n 4 -- -p 0x3 -P --config="(0,4,6),(1,5,7)" This command runs the kni sample application with two physical ports. Each port pins two forwarding cores (ingress/egress) in user space.
Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com> --- doc/guides/prog_guide/kernel_nic_interface.rst | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)