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 6495AA0540; Mon, 13 Jul 2020 13:05:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4DF001D5B7; Mon, 13 Jul 2020 13:05:17 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 410CD1D58F for ; Mon, 13 Jul 2020 13:05:15 +0200 (CEST) IronPort-SDR: bpCm8mlTp2gydCPVuAQT220ogZE9/O3NEcDjd6/kn/M+PB4tYn2szH82VPS/cKQO+LsXUFhS5T T8RzEt+1IUFg== X-IronPort-AV: E=McAfee;i="6000,8403,9680"; a="146623894" X-IronPort-AV: E=Sophos;i="5.75,347,1589266800"; d="scan'208";a="146623894" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jul 2020 04:05:14 -0700 IronPort-SDR: ySUVmvASRRvn39juzzPc922Y7B3WvQuyTMNIl8kuliveKCrGbiL1DSh4+s2SkU9VZU9FgsZzEO 5hmCdvfN8/Ig== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,347,1589266800"; d="scan'208";a="485441864" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.213.225.87]) ([10.213.225.87]) by fmsmga005.fm.intel.com with ESMTP; 13 Jul 2020 04:05:13 -0700 To: Stephen Hemminger , dev@dpdk.org References: <20200604210200.25405-1-stephen@networkplumber.org> <20200701202359.17006-1-stephen@networkplumber.org> From: "Burakov, Anatoly" Message-ID: Date: Mon, 13 Jul 2020 12:05:12 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: <20200701202359.17006-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 v4 00/27] Replace references to master and 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 01-Jul-20 9:23 PM, Stephen Hemminger wrote: > This set of patches changes the API and conventions around referring > to DPDK lcores. The first patch changes rte_get_master_lcore_id > and related calls. The rest fix the DPDK to use the new naming. > > Buried in the documentation set are a couple of patches where > we were using incorrect naming around primary/secondary process. > > This will could/should be flagged as an API policy violation > since new API is jumping the queue of EXPERIMENTAL. But we can > vote on the exception. > > The one area left to be fixed is the bonding device. > > v4 > - fix checkpatch warnings > note: this patchset will cause some false positives > v3 > - modify vhost to replace slave with client > - modify memif to replace slave with client > - fix variable names s2m becomes i2w etc. > Hi Stephen, This patchset does not apply on the latest master. Please rebase and resend. -- Thanks, Anatoly