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 C2DCEA04C7; Mon, 14 Sep 2020 17:14:54 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5CCEF1C0CC; Mon, 14 Sep 2020 17:14:54 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 76B151C0C9 for ; Mon, 14 Sep 2020 17:14:52 +0200 (CEST) IronPort-SDR: d07VtU6SODxwAOsz3nIO7FCpd/Pf5ryJw3VS7eJwwKM07yxtf3akxc/ewlvA6AEmz0Ab/8CvGF IW2l+kN4UUmQ== X-IronPort-AV: E=McAfee;i="6000,8403,9744"; a="158375651" X-IronPort-AV: E=Sophos;i="5.76,426,1592895600"; d="scan'208";a="158375651" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2020 08:14:49 -0700 IronPort-SDR: uPcZD3JGeNr/ry1I7QmbinDpMDY1YFbDaijDUCETvin/CKxkC3YU4w0nLCxffBQo7uSf5DAiJS YGHY6lo7WIRQ== X-IronPort-AV: E=Sophos;i="5.76,426,1592895600"; d="scan'208";a="482374891" 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:14:48 -0700 To: Stephen Hemminger , dev@dpdk.org References: <20200911190701.29171-1-stephen@networkplumber.org> <20200911190701.29171-11-stephen@networkplumber.org> From: "Burakov, Anatoly" Message-ID: <2d87b7ff-7518-fde9-45d7-acb0497fedcb@intel.com> Date: Mon, 14 Sep 2020 16:14:46 +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-11-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 10/15] examples: replace use of master with main 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:06 PM, Stephen Hemminger wrote: > Change references to master/slave lcore to main/worker. > For l2fwd, l3fwd and link_status examples. > > Signed-off-by: Stephen Hemminger > --- > examples/l2fwd-cat/l2fwd-cat.c | 2 +- > examples/l2fwd-crypto/main.c | 6 +++--- > examples/l2fwd-event/l2fwd_poll.c | 2 +- > examples/l2fwd-event/main.c | 2 +- > examples/l2fwd-jobstats/main.c | 2 +- > examples/l2fwd-keepalive/main.c | 2 +- > examples/l2fwd/main.c | 6 +++--- > examples/l3fwd-acl/main.c | 2 +- > examples/l3fwd-graph/main.c | 14 +++++++------- > examples/l3fwd-power/main.c | 16 ++++++++-------- > examples/l3fwd/main.c | 2 +- > examples/link_status_interrupt/main.c | 6 +++--- > 12 files changed, 31 insertions(+), 31 deletions(-) Missed updates in: examples/l2fwd-event/l2fwd_event_generic.c 75,12: /* Ignore Master core and service cores. */ examples/l2fwd-event/l2fwd_event_internal_port.c 74,12: /* Ignore Master core. */ examples/l2fwd-jobstats/main.c 1023,20: RTE_LCORE_FOREACH_SLAVE(lcore_id) { examples/l2fwd-keepalive/main.c 793,20: RTE_LCORE_FOREACH_SLAVE(lcore_id) { 816,20: RTE_LCORE_FOREACH_SLAVE(lcore_id) { With above fixed, Acked-by: Anatoly Burakov -- Thanks, Anatoly