Re: [net-next PATCH 1/3] net: dsa: tag_qca: return early if dev is not found

From: Florian Fainelli
Date: Wed Jul 26 2023 - 18:19:41 EST


On 7/23/23 20:30, Christian Marangi wrote:
Currently checksum is recalculated and dsa tag stripped even if we later
don't find the dev.

To improve code, exit early if we don't find the dev and skip additional
operation on the skb since it will be freed anyway.

Signed-off-by: Christian Marangi <ansuelsmth@xxxxxxxxx>

Reviewed-by: Florian Fainelli <florian.fainelli@xxxxxxxxxxxx>
--
Florian