Re: [PATCH] i40e (gcc13): synchronize allocate/free functions return type & values

From: Jakub Kicinski
Date: Fri Nov 04 2022 - 14:47:39 EST


On Fri, 4 Nov 2022 11:33:07 -0700 Tony Nguyen wrote:
> As Jiri mentioned, this is propagated up throughout the driver. We could
> change this function to return int but all the callers would then need
> to convert these errors to i40e_status to propagate. This doesn't really
> gain much other than having this function return int. To adjust the
> entire call chain is going to take more work. As this is resolving a
> valid warning and returning what is currently expected, what are your
> thoughts on taking this now to resolve the issue and our i40e team will
> take the work on to convert the functions to use the standard errnos?

My thoughts on your OS abstraction layers should be pretty evident.
If anything I'd like to be more vigilant about less flagrant cases.

I don't think this is particularly difficult, let's patch it up
best we can without letting the "status" usage grow.