From: David Ahern <dsahern@kernel.org>
To: netdev@vger.kernel.org, kuba@kernel.org, davem@davemloft.net,
pabeni@redhat.com
Cc: David Ahern <dsahern@kernel.org>
Subject: [PATCH net 0/2] l3mdev: Fix ip tunnel case after recent l3mdev change
Date: Wed, 13 Apr 2022 11:43:18 -0600 [thread overview]
Message-ID: <20220413174320.28989-1-dsahern@kernel.org> (raw)
Second patch provides a fix for ip tunnels after the recent l3mdev change
that avoids touching the oif in the flow struct. First patch preemptively
provides a fix to an existing function that the second patch uses.
David Ahern (2):
l3mdev: l3mdev_master_upper_ifindex_by_index_rcu should be using
netdev_master_upper_dev_get_rcu
net: Handle l3mdev in ip_tunnel_init_flow
drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c | 2 +-
include/net/ip_tunnels.h | 11 +++++++++--
net/ipv4/ip_gre.c | 4 ++--
net/ipv4/ip_tunnel.c | 9 +++++----
net/l3mdev/l3mdev.c | 2 +-
5 files changed, 18 insertions(+), 10 deletions(-)
--
2.24.3 (Apple Git-128)
next reply other threads:[~2022-04-13 17:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-13 17:43 David Ahern [this message]
2022-04-13 17:43 ` [PATCH net 1/2] l3mdev: l3mdev_master_upper_ifindex_by_index_rcu should be using netdev_master_upper_dev_get_rcu David Ahern
2022-04-13 17:43 ` [PATCH net 2/2] net: Handle l3mdev in ip_tunnel_init_flow David Ahern
2022-04-15 21:50 ` [PATCH net 0/2] l3mdev: Fix ip tunnel case after recent l3mdev change patchwork-bot+netdevbpf
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=20220413174320.28989-1-dsahern@kernel.org \
--to=dsahern@kernel.org \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.