Re: [PATCH net-next v4 08/12] net: vxlan: use kfree_skb_reason() in vxlan_xmit()

From: Menglong Dong
Date: Sat Oct 05 2024 - 23:52:37 EST


On Sat, Oct 5, 2024 at 12:45 AM Jakub Kicinski <kuba@xxxxxxxxxx> wrote:
>
> On Tue, 1 Oct 2024 15:32:21 +0800 Menglong Dong wrote:
> > + /** @SKB_DROP_REASON_TUNNEL_TXINFO: tx info for tunnel is missed */
>
> Doc is not great, how about:
>
> [...]: packet without necessary metatdata reached a device is in
> "eternal" mode
>

Yeah, looks better~

> ?