Re: [PATCH v3 net-next] net: fec: using the standard return codes when xdp xmit errors
From: Simon Horman
Date: Thu May 11 2023 - 11:30:44 EST
On Thu, May 11, 2023 at 10:21:15AM -0500, Shenwei Wang wrote:
> This patch standardizes the inconsistent return values for unsuccessful
> XDP transmits by using standardized error codes (-EBUSY or -ENOMEM).
>
> Signed-off-by: Shenwei Wang <shenwei.wang@xxxxxxx>
Reviewed-by: Simon Horman <simon.horman@xxxxxxxxxxxx>