> -----Original Message-----
> From: Yigit, Ferruh
> Sent: Thursday, October 4, 2018 11:41 AM
> To: Pattan, Reshma <reshma.pat...@intel.com>; Hemant Agrawal
> <hemant.agra...@nxp.com>; Shreyansh Jain <shreyansh.j...@nxp.com>;
> Ashish Gupta <ashish.gu...@cavium.com>; Trahe, Fiona
> <fiona.tr...@intel.com>; De Lara Guarch, Pablo
> <pablo.de.lara.gua...@intel.com>; Akhil Goyal <akhil.go...@nxp.com>;
> Doherty, Declan <declan.dohe...@intel.com>; Zhang, Roy Fan
> <roy.fan.zh...@intel.com>; Jerin Jacob <jerin.ja...@caviumnetworks.com>;
> Chas Williams <ch...@att.com>; Rahul Lakkireddy
> <rahul.lakkire...@chelsio.com>; John Daley <johnd...@cisco.com>; Hyong
> Youb Kim <hyon...@cisco.com>; Gaetan Rivet <gaetan.ri...@6wind.com>;
> Zhang, Qi Z <qi.z.zh...@intel.com>; Wang, Xiao W
> <xiao.w.w...@intel.com>; Xing, Beilei <beilei.x...@intel.com>; Lu,
> Wenzhuo <wenzhuo...@intel.com>; Ananyev, Konstantin
> <konstantin.anan...@intel.com>; Rasesh Mody
> <rasesh.m...@cavium.com>; Harish Patil <harish.pa...@cavium.com>;
> Shahed Shaikh <shahed.sha...@cavium.com>; Andrew Rybchenko
> <arybche...@solarflare.com>; Singh, Jasvinder
> <jasvinder.si...@intel.com>; Dumitrescu, Cristian
> <cristian.dumitre...@intel.com>; Wiles, Keith <keith.wi...@intel.com>;
> Maxime Coquelin <maxime.coque...@redhat.com>; Bie, Tiwei
> <tiwei....@intel.com>; Wang, Zhihong <zhihong.w...@intel.com>; Nipun
> Gupta <nipun.gu...@nxp.com>; Xu, Rosen <rosen...@intel.com>; Zhang,
> Tianfei <tianfei.zh...@intel.com>; Burakov, Anatoly
> <anatoly.bura...@intel.com>; Thomas Monjalon <tho...@monjalon.net>;
> Rao, Nikhil <nikhil....@intel.com>; Olivier Matz <olivier.m...@6wind.com>
> Cc: dev@dpdk.org; Yigit, Ferruh <ferruh.yi...@intel.com>
> Subject: [PATCH] fix static variables
>
> Make variables static as much as possible.
>
> For the ones can't be done static, prefix the variable name with
> component name.
>
> Also some cleanup and fix done related static usage while around.
>
> Signed-off-by: Ferruh Yigit <ferruh.yi...@intel.com>
> ---
> drivers/net/i40e/base/i40e_diag.c | 2 +-
> drivers/net/i40e/base/i40e_diag.h | 2 -
> drivers/net/i40e/i40e_flow.c | 4 +-
> drivers/net/i40e/i40e_vf_representor.c | 2 +-
For i40e part:
Acked-by: Beilei Xing <beilei.x...@intel.com>