Jakub Kicinski <k...@kernel.org> writes:
On Thu, 19 Nov 2020 22:28:51 +0200 Shay Agroskin wrote:
The function mistakenly returns NETDEV_TX_OK regardless of the
transmission success. This patch fixes this behavior by
returning the
error code from the function.
Fixes: 548c4940b9f1 ("net: ena: Implement XDP_TX action")
Signed-off-by: Shay Agroskin <shay...@amazon.com>
Doesn't seem like a legitimate bug fix, since the only caller of
this
function ignores its return value.
Hi,
I plan to use the return value from this function in future patch
(next-net series), do you think we better send this fix with
this future patch?
Shay