-----Original Message----- > Date: Fri, 5 Oct 2018 17:26:11 +0100 > From: Ferruh Yigit <[email protected]> > To: Reshma Pattan <[email protected]>, Hemant Agrawal > <[email protected]>, Shreyansh Jain <[email protected]>, Ashish > Gupta <[email protected]>, Fiona Trahe <[email protected]>, > Pablo de Lara <[email protected]>, Akhil Goyal > <[email protected]>, Declan Doherty <[email protected]>, Fan > Zhang <[email protected]>, Rahul Lakkireddy > <[email protected]>, Gaetan Rivet <[email protected]>, Qi > Zhang <[email protected]>, Xiao Wang <[email protected]>, Beilei > Xing <[email protected]>, Wenzhuo Lu <[email protected]>, > Konstantin Ananyev <[email protected]>, Rasesh Mody > <[email protected]>, Harish Patil <[email protected]>, Shahed > Shaikh <[email protected]>, Andrew Rybchenko > <[email protected]>, Jasvinder Singh <[email protected]>, > Cristian Dumitrescu <[email protected]>, Keith Wiles > <[email protected]>, Nipun Gupta <[email protected]>, Anatoly > Burakov <[email protected]>, Thomas Monjalon > <[email protected]>, Jerin Jacob <[email protected]>, > Olivier Matz <[email protected]>, Ashish Gupta > <[email protected]> > CC: [email protected], Ferruh Yigit <[email protected]> > Subject: [PATCH v2 4/4] lib: reduce global variable usage > X-Mailer: git-send-email 2.17.1 > > > 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 <[email protected]> > ---
Acked-by: Jerin Jacob <[email protected]>

