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 74C75A32A4 for ; Fri, 25 Oct 2019 17:34:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B96FA1C2EA; Fri, 25 Oct 2019 17:34:10 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 44C651C25E for ; Fri, 25 Oct 2019 17:34:09 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 493AF22269; Fri, 25 Oct 2019 11:34:07 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 25 Oct 2019 11:34:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=eMCRC/U6maHhBYbKUohcH/j68yi8qfK/hxc7NvgjLHg=; b=HLA/cP33JZ9Y 1x1TXKHLj3iPxnnW7ZWN5a1+dwAhPM8pPjv33Qa4yuW7suqdvcov+TIWZPgmpRMX MZekGewxYLOepfYk2fNtsSyCXLpox97z7SAwfLSyxTtOdfF7tP2U22D675qRItGm jLGGIHaMfrNZmEpMBQJ48A2NfV643js= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=eMCRC/U6maHhBYbKUohcH/j68yi8qfK/hxc7NvgjL Hg=; b=n8qzjSGZj7hPJ6SEQFux0Pr8BWCr8FcCRYY5Jf96tA9IU7t8lA1+/j8zh wrx4kiasUyFzXGXEXkrtsN3pVvv3W+kwflb9zahIMJVkejT0peREwvodVcgCqu1M p5c7nNUxy1cIxPzbTKStlnNlt39baKSqdXdG0gQGbTISikIDKo8pxX8Itd2UbjOh 0BtGIk7jANDoJmdeq1aWyoy1g2BCrRqgGL6FRyVvr8JCT7lzViKBAXU7NDKOTLcP ItTfmTJipJv3iCtp5euHsXXpnqj9eBGIhm/HyXEfSn/IVB1FYY7pelwit5clAcgN S1ISIO7LmL8uwafzZ+42Drwb0PtRg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrleefgdeltdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C9E5480064; Fri, 25 Oct 2019 11:34:01 -0400 (EDT) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org, stephen@networkplumber.org, anatoly.burakov@intel.com, ktraynor@redhat.com, Neil Horman , John McNamara , Marko Kovacevic , arybchenko@solarflare.com, ferruh.yigit@intel.com Date: Fri, 25 Oct 2019 17:33:58 +0200 Message-ID: <3990709.NctFS6X6qY@xps> In-Reply-To: <1572011772-23271-13-git-send-email-david.marchand@redhat.com> References: <1571736761-32134-1-git-send-email-david.marchand@redhat.com> <1572011772-23271-1-git-send-email-david.marchand@redhat.com> <1572011772-23271-13-git-send-email-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3 12/12] doc: announce global logs struct removal from ABI 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" 25/10/2019 15:56, David Marchand: > New accessor has been introduced to provide the hidden information. > This symbol can now be kept internal. [..] > +* eal: The ``rte_logs`` 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. Acked-by: Thomas Monjalon