]> git.itanic.dy.fi Git - linux-stable/commit
xen-netback: correct success/error reporting for the SKB-with-fraglist case
authorJan Beulich <jbeulich@suse.com>
Fri, 17 Sep 2021 06:27:10 +0000 (08:27 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 9 Oct 2021 12:39:49 +0000 (14:39 +0200)
commit61504f62bb0439b6a004b3954d1e4a4e0f8d6414
treeb24fdabc50b742e3dd85f0e5884f7dfc9bbb9cfe
parent2ecca3b282c340ede0a62f0ead329edc21032919
xen-netback: correct success/error reporting for the SKB-with-fraglist case

[ Upstream commit 3ede7f84c7c21f93c5eac611d60eba3f2c765e0f ]

When re-entering the main loop of xenvif_tx_check_gop() a 2nd time, the
special considerations for the head of the SKB no longer apply. Don't
mistakenly report ERROR to the frontend for the first entry in the list,
even if - from all I can tell - this shouldn't matter much as the overall
transmit will need to be considered failed anyway.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Paul Durrant <paul@xen.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/xen-netback/netback.c