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 6EC622B88 for ; Wed, 1 Mar 2017 21:04:01 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Mar 2017 12:04:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,227,1484035200"; d="scan'208";a="829853290" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by FMSMGA003.fm.intel.com with ESMTP; 01 Mar 2017 12:04:00 -0800 Received: from fmsmsx121.amr.corp.intel.com (10.18.125.36) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 1 Mar 2017 12:04:00 -0800 Received: from fmsmsx113.amr.corp.intel.com ([169.254.13.17]) by fmsmsx121.amr.corp.intel.com ([169.254.6.23]) with mapi id 14.03.0248.002; Wed, 1 Mar 2017 12:03:59 -0800 From: "Wiles, Keith" To: Thomas Monjalon CC: "Mcnamara, John" , "dev@dpdk.org" , "iryzhov@nfware.com" Thread-Topic: [PATCH v5] doc: use corelist instead of coremask Thread-Index: AQHSkeYSbBVlAd/zYEqGM8YN2LvL8KGA6c8AgAAGbQA= Date: Wed, 1 Mar 2017 20:03:58 +0000 Message-ID: <43A39292-79BA-453E-97C7-BDA658163696@intel.com> References: <20170209181450.58466-1-keith.wiles@intel.com> <20170227191340.28290-1-keith.wiles@intel.com> <1888604.HP2nMlIn2B@xps13> In-Reply-To: <1888604.HP2nMlIn2B@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.254.49.209] Content-Type: text/plain; charset="us-ascii" Content-ID: <000D175EB9ACBF44B3A30D50A3E8AC46@intel.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v5] doc: 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: Wed, 01 Mar 2017 20:04:01 -0000 > On Mar 1, 2017, at 1:40 PM, Thomas Monjalon w= rote: >=20 > 2017-02-28 17:14, Mcnamara, John: >>=20 >>> The coremask option in DPDK is difficult to use and we should be >>> promoting the use of the corelist (-l) option. The patch >>> adjusts the docs to use -l EAL option instead of the -c option. >>>=20 >>> The patch only changes the docs and not the code as the -c option >>> will continue to exist unless it is removed in the future. The -c >>> option should be kept to maintain backward compatibility. >>>=20 >>> Signed-off-by: Keith Wiles >>=20 >> Thomas, since this patch affects a lot of the documentation it would be >> good to merge it as early as possible in the release cycle. >>=20 >> Acked-by: John McNamara >=20 > Applied, thanks Thanks everyone. Regards, Keith