netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: saeedm@mellanox.com
Cc: netdev@vger.kernel.org, mkubecek@suse.cz,
	Jakub Kicinski <kuba@kernel.org>
Subject: [RFC 0/4] udp_tunnel: convert mlx5 to the new udp_tunnel infrastructure
Date: Wed, 22 Jul 2020 16:48:34 -0700	[thread overview]
Message-ID: <20200722234838.3200228-1-kuba@kernel.org> (raw)

This set converts the last driver not using the new infrastructure - mlx5.

We need a small amount of special handling as mlx5 expects IANA VXLAN
port to always be programmed into the device. ethtool will show such
ports in a separate, type-less, fake table, at the end:

Tunnel information for eth0:
  UDP port table 0: 
    Size: 7
    Types: vxlan
    No entries
  UDP port table 1: 
    Size: 1
    Types: none (static entries)
    Entries (1):
        port 4789, vxlan

Posting as an RFC because the netdevsim patches will conflict with
the Intel series but otherwise the work should be independent.
Reviews and testing would be much appreciated.

Jakub Kicinski (4):
  udp_tunnel: add the ability to hard-code IANA VXLAN
  mlx5: convert to new udp_tunnel infrastructure
  netdevsim: support the static IANA VXLAN port flag
  selftests: net: add a test for static UDP tunnel ports

 Documentation/networking/ethtool-netlink.rst  |  3 +
 drivers/net/ethernet/mellanox/mlx5/core/en.h  |  2 -
 .../net/ethernet/mellanox/mlx5/core/en_main.c | 88 ++-----------------
 .../net/ethernet/mellanox/mlx5/core/en_rep.c  |  2 -
 .../ethernet/mellanox/mlx5/core/lib/vxlan.c   | 87 +++++++++---------
 .../ethernet/mellanox/mlx5/core/lib/vxlan.h   |  6 +-
 drivers/net/netdevsim/netdevsim.h             |  1 +
 drivers/net/netdevsim/udp_tunnels.c           |  4 +
 include/net/udp_tunnel.h                      |  5 ++
 net/ethtool/tunnels.c                         | 70 +++++++++++++--
 net/ipv4/udp_tunnel_nic.c                     |  7 ++
 .../drivers/net/netdevsim/udp_tunnel_nic.sh   | 58 ++++++++++++
 12 files changed, 190 insertions(+), 143 deletions(-)

-- 
2.26.2


             reply	other threads:[~2020-07-22 23:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-22 23:48 Jakub Kicinski [this message]
2020-07-22 23:48 ` [RFC 1/4] udp_tunnel: add the ability to hard-code IANA VXLAN Jakub Kicinski
2020-07-22 23:48 ` [RFC 2/4] mlx5: convert to new udp_tunnel infrastructure Jakub Kicinski
2020-07-22 23:48 ` [RFC 3/4] netdevsim: support the static IANA VXLAN port flag Jakub Kicinski
2020-07-22 23:48 ` [RFC 4/4] selftests: net: add a test for static UDP tunnel ports Jakub Kicinski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200722234838.3200228-1-kuba@kernel.org \
    --to=kuba@kernel.org \
    --cc=mkubecek@suse.cz \
    --cc=netdev@vger.kernel.org \
    --cc=saeedm@mellanox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).