> -----Original Message-----
> From: dev [mailto:[email protected]] On Behalf Of Andy Green
> Sent: Friday, May 11, 2018 2:51 AM
> To: [email protected]
> Subject: [dpdk-dev] [PATCH 1/4] net/bnx2x: do not cast function pointers as a
> policy
>
> This is stopping the compiler telling you when you have done something
> stupid...
> that is something none of us can afford...
>
> Now gcc 8.x can tell you did something stupid despite trying to hide the
> evidence.
>
> Remove all the "black magic" casts.
>
> Fix the actual problems.
> ---
> drivers/net/bnx2x/elink.c | 294
> +++++++++++++++++++++++----------------------
Missing signed-off-by line, fixes line and Cc stable:
Fixes: b5bf7719221d ("bnx2x: driver support routines")
Cc: [email protected]