-----Original Message-----
> Date: Fri, 5 Oct 2018 17:26:10 +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]>, John Daley <[email protected]>,
> Hyong Youb Kim <[email protected]>, Nikhil Rao <[email protected]>
> CC: [email protected], Ferruh Yigit <[email protected]>, [email protected]
> Subject: [PATCH v2 3/4] fix global variable issues
> X-Mailer: git-send-email 2.17.1
>
>
> Various fixes related to the global variable usage.
>
> Fixes: 43e610bb8565 ("compress/octeontx: introduce octeontx zip PMD")
> Fixes: c378f084d6e3 ("compress/octeontx: add device setup ops")
> Fixes: b43ebc65aada ("compress/octeontx: create private xform")
> Fixes: b1ce8ebd97ba ("eventdev: add PMD callbacks for eth Rx adapter")
> Fixes: 3810ae435783 ("eventdev: add interrupt driven queues to Rx adapter")
> Fixes: fefed3d1e62c ("enic: new driver")
> Cc: [email protected]
>
> Signed-off-by: Ferruh Yigit <[email protected]>
> Reviewed-by: Nikhil Rao <[email protected]>
./devtools/check-git-log.sh has following warning.
Wrong headline format:
fix global variable issues
Other than that:
Acked-by: Jerin Jacob <[email protected]>