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 E4EE7A04C7; Wed, 16 Sep 2020 11:31:21 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 996601C215; Wed, 16 Sep 2020 11:31:21 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id B9D5B1C201 for ; Wed, 16 Sep 2020 11:31:20 +0200 (CEST) IronPort-SDR: wTAGatGLkCIsyyoKuMqTt3h20lgF8vMAKVu81ykhsoVQThw7bqa6ytnfRBI7qK5sVEHYNQOGGg 9/Mf0ZJ279Zg== X-IronPort-AV: E=McAfee;i="6000,8403,9745"; a="160361886" X-IronPort-AV: E=Sophos;i="5.76,432,1592895600"; d="scan'208";a="160361886" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Sep 2020 02:31:19 -0700 IronPort-SDR: G8GVmAusIfs4iwWtTXyddQApYoG/KaCfcnI/rcnGqbF9HAjIwcJJWR7Z+0V+TbuAOe/8d5Uswc cckJQh6ctEug== X-IronPort-AV: E=Sophos;i="5.76,432,1592895600"; d="scan'208";a="451782354" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.213.216.44]) ([10.213.216.44]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Sep 2020 02:31:18 -0700 To: Stephen Hemminger , dev@dpdk.org References: <20200911190701.29171-1-stephen@networkplumber.org> <20200915151114.12024-1-stephen@networkplumber.org> From: "Burakov, Anatoly" Message-ID: <9595fd46-fcda-bf8e-c439-8939eb08134a@intel.com> Date: Wed, 16 Sep 2020 10:31:16 +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: <20200915151114.12024-1-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 v3 00/17] Replace terms master/slave 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 15-Sep-20 4:10 PM, Stephen Hemminger wrote: > As announced in 20.08 release notes, the terms for lcore role > will change in 20.11 release. > > This is a project wide patchset to terminolgy used for DPDK lcore. > The term "master" referring to lcore is replaced with "main" and > "slave" lcore is replaced with "worker" lcore. > > This is most visible in API for rte_get_master_lcore() which is > replaced with rte_get_main_lcore(). And the macros for iterating > over lcores are replaced as well. > > The first patch introduces a way to mark macro's as deprecated > as well. > > Note: this patch will fail checkpatch because current versions > of checkpatch flag use of master/slave as an error. Also, > until the whole patch series is applied, the build will generate > non-fatal warnings. > Reviewed-by: Anatoly Burakov -- Thanks, Anatoly