From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id B86D9952 for ; Mon, 15 Jun 2015 04:31:45 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP; 14 Jun 2015 19:31:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,615,1427785200"; d="scan'208";a="743363156" Received: from pgsmsx104.gar.corp.intel.com ([10.221.44.91]) by fmsmga002.fm.intel.com with ESMTP; 14 Jun 2015 19:31:44 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by PGSMSX104.gar.corp.intel.com (10.221.44.91) with Microsoft SMTP Server (TLS) id 14.3.224.2; Mon, 15 Jun 2015 10:30:20 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.129]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.168]) with mapi id 14.03.0224.002; Mon, 15 Jun 2015 10:30:19 +0800 From: "Zhang, Helin" To: "Iremonger, Bernard" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 2/2] doc: fix kni command line in Kernel NIC Interface chapter Thread-Index: AQHQo5ABr93dMCqF+EWwtrulTCi2RZ2s3znw Date: Mon, 15 Jun 2015 02:30:18 +0000 Message-ID: References: <1433949153-22660-1-git-send-email-bernard.iremonger@intel.com> <1433949153-22660-3-git-send-email-bernard.iremonger@intel.com> In-Reply-To: <1433949153-22660-3-git-send-email-bernard.iremonger@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/2] doc: fix kni command line in Kernel NIC Interface chapter X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2015 02:31:46 -0000 > -----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 I= nterface > chapter >=20 >=20 > Signed-off-by: Bernard Iremonger Acked-by: Helin Zhang > --- > doc/guides/prog_guide/kernel_nic_interface.rst | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) >=20 > 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. >=20 > 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 >=20 > .. code-block:: console >=20 > - ./kni -c -0xf0 -n 4 -- -p 0x3 -P -config=3D"(0,4,6),(1,5,7)" > + examples/kni/build/app/kni -c -0xf0 -n 4 -- -p 0x3 -P > --config=3D"(0,4,6),(1,5,7)" >=20 > 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