From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 01B14F971 for ; Fri, 10 Feb 2017 00:20:30 +0100 (CET) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP; 09 Feb 2017 15:20:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,138,1484035200"; d="scan'208";a="62899355" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga005.jf.intel.com with ESMTP; 09 Feb 2017 15:20:29 -0800 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 9 Feb 2017 15:20:29 -0800 Received: from fmsmsx113.amr.corp.intel.com ([169.254.13.230]) by FMSMSX153.amr.corp.intel.com ([169.254.9.17]) with mapi id 14.03.0248.002; Thu, 9 Feb 2017 15:20:29 -0800 From: "Wiles, Keith" To: Igor Ryzhov CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 04/11] doc/howto: use corelist instead of coremask Thread-Index: AQHSgwC0nQOYg5yJbkW7AFKO93pX66Fh0NeAgAAFcIA= Date: Thu, 9 Feb 2017 23:20:28 +0000 Message-ID: <887ECC00-A7FD-448B-8B9C-CE61F13CA737@intel.com> References: <20170209181450.58466-1-keith.wiles@intel.com> <20170209181450.58466-5-keith.wiles@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.254.19.238] Content-Type: text/plain; charset="us-ascii" Content-ID: <1A47F0902D5CE14F9C1857E7CDF56810@intel.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 04/11] doc/howto: use corelist instead of coremask 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: Thu, 09 Feb 2017 23:20:31 -0000 > On Feb 9, 2017, at 5:00 PM, Igor Ryzhov wrote: >=20 > Hello Keith, > comments inline below. >=20 > On Thu, Feb 9, 2017 at 9:14 PM, Keith Wiles wrote= : > Signed-off-by: Keith Wiles > --- > doc/guides/howto/flow_bifurcation.rst | 2 +- > doc/guides/howto/lm_bond_virtio_sriov.rst | 6 +++--- > doc/guides/howto/lm_virtio_vhost_user.rst | 6 +++--- > 3 files changed, 7 insertions(+), 7 deletions(-) >=20 > diff --git a/doc/guides/howto/flow_bifurcation.rst b/doc/guides/howto/flo= w_bifurcation.rst > index 0d7226a..ad544ce 100644 > --- a/doc/guides/howto/flow_bifurcation.rst > +++ b/doc/guides/howto/flow_bifurcation.rst > @@ -126,7 +126,7 @@ The typical procedure to achieve this is as follows: >=20 > .. code-block:: console >=20 > - testpmd -c 0xff -n 4 -- -i -w 01:10.0 -w 01:10.1 --forward-mode= =3Dmac > + testpmd -l 0-7 -n 4 -- -i -w 01:10.0 -w 01:10.1 --forward-mode=3D= mac >=20 > In this example, traffic matching the rules will go through the VF by ma= tching > the filter rule. All other traffic, not matching the rules, will go thro= ugh > diff --git a/doc/guides/howto/lm_bond_virtio_sriov.rst b/doc/guides/howto= /lm_bond_virtio_sriov.rst > index 169b64e..bdf2749 100644 > --- a/doc/guides/howto/lm_bond_virtio_sriov.rst > +++ b/doc/guides/howto/lm_bond_virtio_sriov.rst > @@ -442,7 +442,7 @@ Setup Virtual Machine on host_server_1 > # Memory > MEM=3D1536 >=20 > - taskset -c 1-5 $KVM_PATH \ > + taskset -l 1-5 $KVM_PATH \ >=20 > -c is legal option for taskset utility, not -l. OK will fix that one > =20 > -enable-kvm \ > -m $MEM \ > -smp $VCPUS_NR \ > @@ -545,7 +545,7 @@ Setup Virtual Machine on host_server_2 > # Memory > MEM=3D1536 >=20 > - taskset -c 1-5 $KVM_PATH \ > + taskset -l 1-5 $KVM_PATH \ >=20 > Same as previous. > =20 > -enable-kvm \ > -m $MEM \ > -smp $VCPUS_NR \ > @@ -641,7 +641,7 @@ Run testpmd in the Virtual Machine. > # use for bonding of virtio and vf tests in VM >=20 > /root/dpdk/x86_64-default-linuxapp-gcc/app/testpmd \ > - -c f -n 4 --socket-mem 350 -- --i --port-topology=3Dchained > + -l 0-3 -n 4 --socket-mem 350 -- --i --port-topology=3Dchained >=20 > .. _lm_bond_virtio_sriov_switch_conf: >=20 > diff --git a/doc/guides/howto/lm_virtio_vhost_user.rst b/doc/guides/howto= /lm_virtio_vhost_user.rst > index 0a0fcfc..7e440ff 100644 > --- a/doc/guides/howto/lm_virtio_vhost_user.rst > +++ b/doc/guides/howto/lm_virtio_vhost_user.rst > @@ -326,7 +326,7 @@ vm_virtio_vhost_user.sh > # Socket Path > SOCKET_PATH=3D"/root/dpdk/host_scripts/usvhost" >=20 > - taskset -c 2-7 $KVM_PATH \ > + taskset -l 2-7 $KVM_PATH \ >=20 > Same. > =20 > -enable-kvm \ > -m $MEM \ > -smp $VCPUS_NR \ > @@ -402,7 +402,7 @@ vm_virtio_vhost_user_migrate.sh > # Socket Path > SOCKET_PATH=3D"/root/dpdk/host_scripts/usvhost" >=20 > - taskset -c 2-7 $KVM_PATH \ > + taskset -l 2-7 $KVM_PATH \ >=20 > Same. > =20 > -enable-kvm \ > -m $MEM \ > -smp $VCPUS_NR \ > @@ -466,4 +466,4 @@ run_testpmd_in_vm.sh > # test system has 8 cpus (0-7), use cpus 2-7 for VM >=20 > /root/dpdk/x86_64-default-linuxapp-gcc/app/testpmd \ > - -c 3f -n 4 --socket-mem 350 -- --burst=3D64 --i --disable-hw-vlan-fil= ter > + -l 0-5 -n 4 --socket-mem 350 -- --burst=3D64 --i --disable-hw-vlan-fi= lter > -- > 2.8.0.GIT >=20 >=20 > Best regards, > Igor Regards, Keith