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 9D83CA04C7; Mon, 14 Sep 2020 17:10:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7ECA21C0C9; Mon, 14 Sep 2020 17:10:17 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id AAF2E1C0C2 for ; Mon, 14 Sep 2020 17:10:15 +0200 (CEST) IronPort-SDR: ztuhn4lvjkoWS1SNP2PSmbc9s9KJmXINrXGlK9usCh4oo6XBRNK6b7Y6n/8/95/u9TWN4rawQL bzBqCKWoHjWg== X-IronPort-AV: E=McAfee;i="6000,8403,9744"; a="138598534" X-IronPort-AV: E=Sophos;i="5.76,426,1592895600"; d="scan'208";a="138598534" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2020 08:10:14 -0700 IronPort-SDR: 0ibiOPQB99OxTtSGm14A39eqVvENBDmfhUNX5muUfm2v6oMiG4waLDofQSpfF40O1RCP1RmTqu YHi4kSiwfNHA== X-IronPort-AV: E=Sophos;i="5.76,426,1592895600"; d="scan'208";a="482373410" 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:10:13 -0700 To: Stephen Hemminger , dev@dpdk.org Cc: Stephen Hemminger References: <20200911190701.29171-1-stephen@networkplumber.org> <20200911190701.29171-10-stephen@networkplumber.org> From: "Burakov, Anatoly" Message-ID: <323f2ed9-4834-bbc1-ece2-2aef45007ee8@intel.com> Date: Mon, 14 Sep 2020 16:10:12 +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-10-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 09/15] app: replace references to 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 11-Sep-20 8:06 PM, Stephen Hemminger wrote: > For the miscellaneous tests. Replace references to master lcore with > main lcore and slave lcore with worker lcore. > > Signed-off-by: Stephen Hemminger > --- Missed instances: test_bbdev_perf.c:3654 test_bbdev_perf.c:3678 test_bbdev_perf.c:3772 test_bbdev_perf.c:3796 With above fix, Acked-by: Anatoly Burakov -- Thanks, Anatoly