From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 08A77A04C7; Tue, 15 Sep 2020 11:57:28 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DE7C31C000; Tue, 15 Sep 2020 11:57:27 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 0803C1BF83 for ; Tue, 15 Sep 2020 11:57:26 +0200 (CEST) IronPort-SDR: Tu121bo4/Wx9K119VcGIWvNJ6HhXBj6RlVNtH5YDpnCqOARFrGBfunhWc6PUgmtJ7eIkqxU/Bn X31Wm3RUgwjw== X-IronPort-AV: E=McAfee;i="6000,8403,9744"; a="160162543" X-IronPort-AV: E=Sophos;i="5.76,429,1592895600"; d="scan'208";a="160162543" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Sep 2020 02:57:26 -0700 IronPort-SDR: w/P1MEd6N9Y/Zonvr9yIJq4Ur468rr4RO8AYdGTqucCXxbeZF5G/nTA8GAIVybpxrBSGwt2SmM LKHUNlPs4KCw== X-IronPort-AV: E=Sophos;i="5.76,429,1592895600"; d="scan'208";a="331118231" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.213.248.49]) ([10.213.248.49]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Sep 2020 02:57:25 -0700 To: Stephen Hemminger , dev@dpdk.org References: <20200911190701.29171-1-stephen@networkplumber.org> <20200914182002.6750-1-stephen@networkplumber.org> <20200914182002.6750-4-stephen@networkplumber.org> From: "Burakov, Anatoly" Message-ID: <68b9e1be-60b7-192b-90b1-1c6f3d5eff57@intel.com> Date: Tue, 15 Sep 2020 10:57:23 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <20200914182002.6750-4-stephen@networkplumber.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 03/17] eal: rename lcore word choices 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 14-Sep-20 7:19 PM, Stephen Hemminger wrote: > Replace master lcore with main lcore and > replace slave lcore with worker lcore. > > Keep the old functions and macros but mark them as deprecated > for this release. > > The "--master-lcore" command line option is also deprecated > and any usage will print a warning and use "--main-lcore" > as replacement. > > Signed-off-by: Stephen Hemminger > --- Doesn't apply cleanly due to changes in 20.11 release notes, but otherwise Acked-by: Anatoly Burakov -- Thanks, Anatoly