Re: [PATCH net-next v5 08/12] net: vxlan: use kfree_skb_reason() in vxlan_xmit()
From: Menglong Dong
Date: Sun Oct 06 2024 - 22:00:21 EST
On Sun, Oct 6, 2024 at 4:53 PM Guillaume Nault <gnault@xxxxxxxxxx> wrote:
>
> On Sun, Oct 06, 2024 at 02:56:12PM +0800, Menglong Dong wrote:
> > + /** @SKB_DROP_REASON_TUNNEL_TXINFO: packet without necessary metatdata
> > + * reached a device is in "eternal" mode.
>
> Maybe 'a device which is in "external" mode.' instead?
Yeah, there are some typos in this document. I'll
fix it in the next version.
Thanks!
Menglong Dong
>
> > + */
> > + SKB_DROP_REASON_TUNNEL_TXINFO,
> > /**
> > * @SKB_DROP_REASON_LOCAL_MAC: the source MAC address is equal to
> > * the MAC address of the local netdev.
> > --
> > 2.39.5
> >
>