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 76D58A0545; Wed, 15 Jul 2020 13:51:16 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C89841BEB3; Wed, 15 Jul 2020 13:51:15 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 7F99F2C30 for ; Wed, 15 Jul 2020 13:51:14 +0200 (CEST) IronPort-SDR: miHGM72OLVVU8mnVha4oHc0kmy796aOznH+UkWXyjJfBZP5eH8ysxfE0Ztxhqtnnjxv1pKhFlN HQCC+v68ugZA== X-IronPort-AV: E=McAfee;i="6000,8403,9682"; a="136584042" X-IronPort-AV: E=Sophos;i="5.75,355,1589266800"; d="scan'208";a="136584042" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2020 04:51:13 -0700 IronPort-SDR: VSJebVxGMIw56dlpoAWpbohSyhpiZoeeoZzq/kZCL6ljrX7JvFIaB8uiT4Z1449IvXm55Kb2A8 C4LpAHLGWFzw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,355,1589266800"; d="scan'208";a="324816127" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.213.226.44]) ([10.213.226.44]) by FMSMGA003.fm.intel.com with ESMTP; 15 Jul 2020 04:51:12 -0700 To: Stephen Hemminger , dev@dpdk.org References: <20200604210200.25405-1-stephen@networkplumber.org> <20200701202359.17006-1-stephen@networkplumber.org> <20200701202359.17006-13-stephen@networkplumber.org> From: "Burakov, Anatoly" Message-ID: <136dec37-cbe2-d984-b717-ed6201a62c71@intel.com> Date: Wed, 15 Jul 2020 12:51:11 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20200701202359.17006-13-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 v4 12/27] examples/l2fwd: replace references to master 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 01-Jul-20 9:23 PM, Stephen Hemminger wrote: > Use term initial lcore instead. > Signed-off-by: Stephen Hemminger > --- I'm assuming the #ifdef'ed out section in l2fwd-crypto is skipped because the cryptodev API is not being addressed at this time. Acked-by: Anatoly Burakov -- Thanks, Anatoly