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 0F82BA10DA for ; Wed, 31 Jul 2019 15:48:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C7D1E1BF06; Wed, 31 Jul 2019 15:48:44 +0200 (CEST) Received: from mail-pf1-f196.google.com (mail-pf1-f196.google.com [209.85.210.196]) by dpdk.org (Postfix) with ESMTP id 0D30C1BEC8 for ; Wed, 31 Jul 2019 15:48:42 +0200 (CEST) Received: by mail-pf1-f196.google.com with SMTP id c3so8769656pfa.13 for ; Wed, 31 Jul 2019 06:48:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=0fIfGh661B9z5ghtsGS75/5JOCcn1TxonREuMiry9Cg=; b=t7+SE3fC591rFsal3imC6B+Jwrr5jcUZYgIOsqQ+ncHR/4050qmX7KooAW3nkWTdD9 PsluX6TKe9aH5pV+zaCSftEl4xxEPrHYvsZugRZ26U1U1NaK+z1N2Hby7T0UC076TX92 pDT73HsMJeyQ/9C4JzFBCdKseknRnwP3OaIzuA0tPiOsmJAsCH+yMHIDISIftmxuDDaF TMHaKmjO7liHroY2yc+Cr8hZaCJYYgJIrQV6O3m3PQ7JciIcqdqRHCEeBh/N/XEnVRcy hy670ipFndElaYWePdWPtNAh3BBbkkxTpU6A2raPjOaEg/FtFUuaEZegtaCdIwz+gPgz ADWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=0fIfGh661B9z5ghtsGS75/5JOCcn1TxonREuMiry9Cg=; b=ckv0XzaK0TD6JamhvgureZFvQIVHcVJiLhlvK8Xn+oLE19uwdJ0T+b9tmYQDnzudtR dT1IiZOewmBMojIwV3cZQYxW0JnCsrHDZ03zsSOG8dY1NmCUwqorLoPl0SjW4JRuGo2h gvtRJgqxbpT0785dW9SPmb3VXu8l3YBDgWT2NXQ4JYxCRnZOPQAwTTP3iz/aBOfvred2 kYBYCGja04Pjtst5HEkp2EprmjQVnRF2BwBMFs04o4qvJJsV8nNJVs3y4u24eakLZqQA A8z/kkZH06dJErJHKk/0L7zRTrVBsO7nI2EeXMZP2Eg5MpA8ZCdODNUtuSmY+bGm91aF /HLQ== X-Gm-Message-State: APjAAAW1iurChajX8smzfH2WNj+aDa1wGIjwljmSPy7FcbNUkkrCO3wp AZRWslbQkE5NI8Cd61M3t2c= X-Google-Smtp-Source: APXvYqxESjKrloTEPHetga6rlSNUZAsTAjgKzlKBUiMyYVuimqPjEQlRAUldrNsNI8mHxdg0BkIySg== X-Received: by 2002:a17:90a:3651:: with SMTP id s75mr3054838pjb.13.1564580922131; Wed, 31 Jul 2019 06:48:42 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id m11sm54531670pgl.8.2019.07.31.06.48.41 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Wed, 31 Jul 2019 06:48:42 -0700 (PDT) Date: Wed, 31 Jul 2019 06:48:35 -0700 From: Stephen Hemminger To: David Marchand Cc: dev@dpdk.org, thomas@monjalon.net, bruce.richardson@intel.com Message-ID: <20190731064835.457f6e9b@hermes.lan> In-Reply-To: <1564571177-25898-1-git-send-email-david.marchand@redhat.com> References: <1564571177-25898-1-git-send-email-david.marchand@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] doc: announce lcore_config symbol removal 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 Wed, 31 Jul 2019 13:06:17 +0200 David Marchand wrote: > New accessors have been introduced to provide the hidden information. > This symbol can now be kept internal. > > Signed-off-by: David Marchand > --- > doc/guides/rel_notes/deprecation.rst | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index 37b8592..b18de70 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -23,6 +23,10 @@ Deprecation Notices > * eal: The function ``rte_eal_remote_launch`` will return new error codes > after read or write error on the pipe, instead of calling ``rte_panic``. > > +* eal: the ``lcore_config`` struct and global symbol will be made private to > + remove it from the externally visible ABI and allow it to be updated in the > + future. > + > * eal: both declaring and identifying devices will be streamlined in v18.11. > New functions will appear to query a specific port from buses, classes of > device and device drivers. Device declaration will be made coherent with the Acked-by: Stephen Hemminger