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 11FBFA00E6 for ; Thu, 8 Aug 2019 17:47:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 250841BE80; Thu, 8 Aug 2019 17:47:26 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 54BE81BE7D for ; Thu, 8 Aug 2019 17:47:24 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8E45B213BD; Thu, 8 Aug 2019 11:47:23 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 08 Aug 2019 11:47:23 -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=7EuVJSpTjJfHF9rMmKstRSKQ8nkUZ3MkCgOjl77c/W0=; b=jNhZdqIgo+/0 PKe7iep5txRX8CYPVeqgJ8acWf4aYlUdUmGt57HNdT3siwBAY3kyIKfN4uGVCWyy Ef8kexZkkjxx8oWkiWn+4VXOhrUWyl5Wba9ZzbYytTlKjYu48Cf7rG/YzdEqBzgs KPGceyWztPLpo79zN7887iwmVQYCJRU= 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=fm3; bh=7EuVJSpTjJfHF9rMmKstRSKQ8nkUZ3MkCgOjl77c/ W0=; b=loY4XPYCmNcVcGN483XpEuKtUghDA0zjEcfDUS2d9Fbls4XhnZtyQ/X5M etE4dJG3XnB3QV/mzjb13hYDCQKHQkQi2tA+YclCMAWUdgrEujGhVESk65nnC1m+ JBUTzolxFXOiQ2zpmssW4mxktoXneSA8tETELp+MaAg9fANMLI09vdlNx6LLfYhi 7114bVPmvHNvld8jWM02NP1oNP5UWRbZAgYLzLX0BUcmPDCFC4Gq0MIMpVdn5Nb2 DtjTOh8JIvxcE5Se5pe0vCAq4vYpIeTEP6f1DJBlomS8icEQT7FRiHAoBxyy3ufx bc6XBC2cu8SOjBCbd//HjBNgmxE+w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrudduhedgleegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeelfedrvdefrddutdeirdefudenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhm rghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (31.106.23.93.rev.sfr.net [93.23.106.31]) by mail.messagingengine.com (Postfix) with ESMTPA id 4EFFB8005A; Thu, 8 Aug 2019 11:47:21 -0400 (EDT) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org, stephen@networkplumber.org, bruce.richardson@intel.com, jerinj@marvell.com, arybchenko@solarflare.com Date: Thu, 08 Aug 2019 17:47:19 +0200 Message-ID: <2033369.aJptmhKJKm@xps> In-Reply-To: <1565256689-20923-1-git-send-email-david.marchand@redhat.com> References: <1564571177-25898-1-git-send-email-david.marchand@redhat.com> <1565256689-20923-1-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 v2] 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" 08/08/2019 11:31, David Marchand: > New accessors have been introduced to provide the hidden information. > This symbol can now be kept internal. > > Signed-off-by: David Marchand > Acked-by: Stephen Hemminger > Acked-by: Bruce Richardson > Acked-by: Jerin Jacob > Acked-by: Andrew Rybchenko Acked-by: Thomas Monjalon Applied, thanks