On Tue, Dec 17, 2024 at 06:07:10PM -0500, Radu Rendec wrote:
> @@ -497,8 +497,8 @@ enum skb_drop_reason {
> * entry or an entry pointing to a nexthop.
> */
> SKB_DROP_REASON_VXLAN_ENTRY_EXISTS,
> - /** @SKB_DROP_REASON_VXLAN_NO_REMOTE: no remote found for xmit */
> - SKB_DROP_REASON_VXLAN_NO_REMOTE,
> + /** @SKB_DROP_REASON_NO_TX_TARGET: no remote found for xmit */
Looks good, but I suggest replacing "remote" with "target" since
"remote" is VXLAN specific.
> + SKB_DROP_REASON_NO_TX_TARGET,
> /**
> * @SKB_DROP_REASON_IP_TUNNEL_ECN: skb is dropped according to
> * RFC 6040 4.2, see __INET_ECN_decapsulate() for detail.
> --
> 2.47.1
>