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 94FBCA04C7; Mon, 14 Sep 2020 17:26:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1CE8A1C114; Mon, 14 Sep 2020 17:26:44 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 6CD711C10F for ; Mon, 14 Sep 2020 17:26:42 +0200 (CEST) IronPort-SDR: m9vd0lea1M1XKui5BQN1NxPetVyyCw9hig81BUDzY/9z2IeHFXv/JU0m1cZooZNZOD7UlbAOX+ bJZl7mOgYb4g== X-IronPort-AV: E=McAfee;i="6000,8403,9744"; a="139108401" X-IronPort-AV: E=Sophos;i="5.76,426,1592895600"; d="scan'208";a="139108401" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2020 08:26:36 -0700 IronPort-SDR: DMOcwXFckLqiFCqnumbCKajEUEv97eb14ao4WV9TI5xLq8cXOVfdkTLX8LSPR3cICithmKftyI q7c1nayvlrrg== X-IronPort-AV: E=Sophos;i="5.76,426,1592895600"; d="scan'208";a="482378986" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.251.82.108]) ([10.251.82.108]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2020 08:26:35 -0700 To: Stephen Hemminger , dev@dpdk.org References: <20200911190701.29171-1-stephen@networkplumber.org> <20200911190701.29171-16-stephen@networkplumber.org> From: "Burakov, Anatoly" Message-ID: <79c71117-aa71-fa38-70c5-08bb26ebca61@intel.com> Date: Mon, 14 Sep 2020 16:26:33 +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: <20200911190701.29171-16-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 15/15] examples: replace master lcore with main lcore 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 11-Sep-20 8:07 PM, Stephen Hemminger wrote: > Replace use of the term master lcore with main lcore in > the example programs. > > Signed-off-by: Stephen Hemminger > --- > examples/bbdev_app/main.c | 10 ++++---- > examples/bond/main.c | 32 +++++++++++++------------- > examples/ethtool/ethtool-app/main.c | 6 ++--- > examples/flow_classify/flow_classify.c | 2 +- > examples/helloworld/main.c | 4 ++-- > examples/ioat/ioatfwd.c | 6 ++--- > examples/ip_fragmentation/main.c | 2 +- > examples/ip_pipeline/main.c | 2 +- > examples/ip_reassembly/main.c | 2 +- > examples/ipv4_multicast/main.c | 2 +- > examples/kni/main.c | 4 ++-- > examples/ntb/ntb_fwd.c | 4 ++-- > examples/packet_ordering/main.c | 20 ++++++++-------- > examples/ptpclient/ptpclient.c | 4 ++-- > examples/rxtx_callbacks/main.c | 2 +- > examples/server_node_efd/server/main.c | 10 ++++---- > examples/skeleton/basicfwd.c | 2 +- > examples/timer/main.c | 6 ++--- > examples/vmdq/main.c | 2 +- > examples/vmdq_dcb/main.c | 4 ++-- > 20 files changed, 63 insertions(+), 63 deletions(-) Missed instances: examples/bbdev_app/main.c 1148,20: RTE_LCORE_FOREACH_SLAVE(lcore_id) { 1170,20: RTE_LCORE_FOREACH_SLAVE(lcore_id) { examples/bond/main.c 855,20: RTE_LCORE_FOREACH_SLAVE(worker_core_id) { examples/ethtool/ethtool-app/main.c 288,34: /* Assume there is an available slave.. */ 296,20: RTE_LCORE_FOREACH_SLAVE(id_core) { examples/helloworld/main.c 38,20: RTE_LCORE_FOREACH_SLAVE(lcore_id) { examples/ip_fragmentation/main.c 1076,20: RTE_LCORE_FOREACH_SLAVE(lcore_id) { examples/ip_pipeline/thread.c 35,4: * Master thead: data plane thread context 81,4: * Master thread: data plane thread init 108,20: RTE_LCORE_FOREACH_SLAVE(i) { 140,6: /* Master thread records */ 182,4: * Master thread & data plane threads: message passing 216,4: * Master thread 559,4: * Master thread & data plane threads: message passing 733,4: * Master thread examples/ip_reassembly/main.c 1202,20: RTE_LCORE_FOREACH_SLAVE(lcore_id) { examples/ipv4_multicast/main.c 805,20: RTE_LCORE_FOREACH_SLAVE(lcore_id) { examples/kni/main.c 1109,20: RTE_LCORE_FOREACH_SLAVE(i) { examples/ntb/ntb_fwd.c 165,20: RTE_LCORE_FOREACH_SLAVE(lcore_id) { 681,20: RTE_LCORE_FOREACH_SLAVE(lcore_id) { 700,20: RTE_LCORE_FOREACH_SLAVE(lcore_id) { 768,20: RTE_LCORE_FOREACH_SLAVE(lcore_id) { 829,20: RTE_LCORE_FOREACH_SLAVE(lcore_id) { examples/packet_ordering/main.c 773,20: RTE_LCORE_FOREACH_SLAVE(lcore_id) { examples/timer/main.c 113,20: RTE_LCORE_FOREACH_SLAVE(lcore_id) { examples/vmdq/main.c 657,20: RTE_LCORE_FOREACH_SLAVE(lcore_id) { examples/vmdq_dcb/main.c 704,20: RTE_LCORE_FOREACH_SLAVE(lcore_id) { -- Thanks, Anatoly