From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 4/4] lib: reduce global variable usage Date: Mon, 29 Oct 2018 02:35:31 +0100 Message-ID: <3276510.7uYdXf102J@xps> References: <20181005162612.31906-1-ferruh.yigit@intel.com> <20181028235741.12354-1-ferruh.yigit@intel.com> <20181028235741.12354-4-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Fiona Trahe , Pablo de Lara , Ashish Gupta , Declan Doherty , Jerin Jacob , Shreyansh Jain , Hemant Agrawal To: Ferruh Yigit Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 536CC2B94 for ; Mon, 29 Oct 2018 02:35:27 +0100 (CET) In-Reply-To: <20181028235741.12354-4-ferruh.yigit@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 29/10/2018 00:57, Ferruh Yigit: > Some global variables can be eliminated, since they are not part of > public interface, it is free to remove them. > > Signed-off-by: Ferruh Yigit > Acked-by: Jerin Jacob > Acked-by: Shreyansh Jain Series applied, thanks