Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit b9ef3fec authored by Jakub Kicinski's avatar Jakub Kicinski
Browse files

udp_tunnel: reshuffle NETIF_F_RX_UDP_TUNNEL_PORT checks


Move the NETIF_F_RX_UDP_TUNNEL_PORT feature check into
udp_tunnel_nic_*_port() helpers, since they're always
done right before the call.

Add similar checks before calling the notifier.
udp_tunnel_nic invokes the notifier without checking
features which could result in some wasted cycles.

Reviewed-by: default avatarAlexander Duyck <alexanderduyck@fb.com>
Reviewed-by: default avatarJacob Keller <jacob.e.keller@intel.com>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 30bfce10
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment