Re: [PATCH v3] cxgb4: add missing release on skb in uld_send()

From: David Miller
Date: Wed Jul 22 2020 - 23:09:10 EST


From: Navid Emamdoost <navid.emamdoost@xxxxxxxxx>
Date: Wed, 22 Jul 2020 21:58:39 -0500

> In the implementation of uld_send(), the skb is consumed on all
> execution paths except one. Release skb when returning NET_XMIT_DROP.
>
> Signed-off-by: Navid Emamdoost <navid.emamdoost@xxxxxxxxx>

Applied, thank you.