From: Nikolay Aleksandrov <razor@blackwall.org>
To: Petr Machata <petrm@nvidia.com>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
David Ahern <dsahern@gmail.com>,
netdev@vger.kernel.org
Cc: Simon Horman <horms@kernel.org>, Ido Schimmel <idosch@nvidia.com>,
mlxsw@nvidia.com, Pablo Neira Ayuso <pablo@netfilter.org>,
osmocom-net-gprs@lists.osmocom.org,
Andrew Lunn <andrew+netdev@lunn.ch>,
Taehee Yoo <ap420073@gmail.com>,
Antonio Quartulli <antonio@openvpn.net>,
"Jason A. Donenfeld" <Jason@zx2c4.com>,
wireguard@lists.zx2c4.com,
Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>,
linux-sctp@vger.kernel.org, Jon Maloy <jmaloy@redhat.com>,
tipc-discussion@lists.sourceforge.net
Subject: Re: [PATCH net-next 01/14] net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb()
Date: Thu, 12 Jun 2025 13:28:19 +0300 [thread overview]
Message-ID: <def0704c-38ed-42ac-8287-503ebbb61115@blackwall.org> (raw)
In-Reply-To: <c77a0c8e4ada63a0a69d7011fb901703ebf1f09a.1749499963.git.petrm@nvidia.com>
On 6/9/25 23:50, Petr Machata wrote:
> iptunnel_xmit() erases the contents of the SKB control block. In order to
> be able to set particular IPCB flags on the SKB, add a corresponding
> parameter, and propagate it to udp_tunnel_xmit_skb() as well.
>
> In one of the following patches, VXLAN driver will use this facility to
> mark packets as subject to IP multicast routing.
>
> Signed-off-by: Petr Machata <petrm@nvidia.com>
> Reviewed-by: Ido Schimmel <idosch@nvidia.com>
> ---
>
> Notes:
> CC: Pablo Neira Ayuso <pablo@netfilter.org>
> CC: osmocom-net-gprs@lists.osmocom.org
> CC: Andrew Lunn <andrew+netdev@lunn.ch>
> CC: Taehee Yoo <ap420073@gmail.com>
> CC: Antonio Quartulli <antonio@openvpn.net>
> CC: "Jason A. Donenfeld" <Jason@zx2c4.com>
> CC: wireguard@lists.zx2c4.com
> CC: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
> CC: linux-sctp@vger.kernel.org
> CC: Jon Maloy <jmaloy@redhat.com>
> CC: tipc-discussion@lists.sourceforge.net
>
> drivers/net/amt.c | 9 ++++++---
> drivers/net/bareudp.c | 4 ++--
> drivers/net/geneve.c | 4 ++--
> drivers/net/gtp.c | 10 ++++++----
> drivers/net/ovpn/udp.c | 2 +-
> drivers/net/vxlan/vxlan_core.c | 2 +-
> drivers/net/wireguard/socket.c | 2 +-
> include/net/ip_tunnels.h | 2 +-
> include/net/udp_tunnel.h | 2 +-
> net/ipv4/ip_tunnel.c | 4 ++--
> net/ipv4/ip_tunnel_core.c | 4 +++-
> net/ipv4/udp_tunnel_core.c | 5 +++--
> net/ipv6/sit.c | 2 +-
> net/sctp/protocol.c | 3 ++-
> net/tipc/udp_media.c | 2 +-
> 15 files changed, 33 insertions(+), 24 deletions(-)
>
Reviewed-by: Nikolay Aleksandrov <razor@blackwall.org>
next prev parent reply other threads:[~2025-06-12 10:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <cover.1749499963.git.petrm@nvidia.com>
2025-06-09 20:50 ` Petr Machata
2025-06-12 10:28 ` Nikolay Aleksandrov [this message]
2025-06-12 11:21 ` Antonio Quartulli
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=def0704c-38ed-42ac-8287-503ebbb61115@blackwall.org \
--to=razor@blackwall.org \
--cc=Jason@zx2c4.com \
--cc=andrew+netdev@lunn.ch \
--cc=antonio@openvpn.net \
--cc=ap420073@gmail.com \
--cc=davem@davemloft.net \
--cc=dsahern@gmail.com \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=idosch@nvidia.com \
--cc=jmaloy@redhat.com \
--cc=kuba@kernel.org \
--cc=linux-sctp@vger.kernel.org \
--cc=marcelo.leitner@gmail.com \
--cc=mlxsw@nvidia.com \
--cc=netdev@vger.kernel.org \
--cc=osmocom-net-gprs@lists.osmocom.org \
--cc=pabeni@redhat.com \
--cc=pablo@netfilter.org \
--cc=petrm@nvidia.com \
--cc=tipc-discussion@lists.sourceforge.net \
--cc=wireguard@lists.zx2c4.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).