From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v2 1/4] add missing static keyword to globals Date: Sun, 7 Oct 2018 17:48:04 +0530 Message-ID: <20181007121803.GA2335@jerin> References: <20181004034047.26824-1-ferruh.yigit@intel.com> <20181005162612.31906-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Reshma Pattan , Hemant Agrawal , Shreyansh Jain , Ashish Gupta , Fiona Trahe , Pablo de Lara , Akhil Goyal , Declan Doherty , Fan Zhang , Rahul Lakkireddy , Gaetan Rivet , Qi Zhang , Xiao Wang , Beilei Xing , Wenzhuo Lu , Konstantin Ananyev , Rasesh Mody , Harish Patil , Shahed Shaikh , Andrew Rybchenko , Jasvinder Singh , Cristian Dumitrescu Return-path: Received: from NAM04-SN1-obe.outbound.protection.outlook.com (mail-eopbgr700053.outbound.protection.outlook.com [40.107.70.53]) by dpdk.org (Postfix) with ESMTP id 3AA74160 for ; Sun, 7 Oct 2018 14:18:32 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20181005162612.31906-1-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" -----Original Message----- > Date: Fri, 5 Oct 2018 17:26:08 +0100 > From: Ferruh Yigit > To: Reshma Pattan , Hemant Agrawal > , Shreyansh Jain , Ashish > Gupta , Fiona Trahe , > Pablo de Lara , Akhil Goyal > , Declan Doherty , Fan > Zhang , Rahul Lakkireddy > , Gaetan Rivet , Qi > Zhang , Xiao Wang , Beilei > Xing , Wenzhuo Lu , > Konstantin Ananyev , Rasesh Mody > , Harish Patil , Shahed > Shaikh , Andrew Rybchenko > , Jasvinder Singh , > Cristian Dumitrescu , Keith Wiles > , Nipun Gupta , Anatoly > Burakov , Thomas Monjalon > , Jerin Jacob , > Olivier Matz > CC: dev@dpdk.org, Ferruh Yigit > Subject: [PATCH v2 1/4] add missing static keyword to globals > X-Mailer: git-send-email 2.17.1 > > External Email > > Some global variables can indeed be static, add static keyword to them. > > Signed-off-by: Ferruh Yigit > --- > Series is based on next-net tree > --- ./devtools/check-git-log.sh has following warning. Wrong headline format: add missing static keyword to globals Other than that: Acked-by: Jerin Jacob