From: David Ahern <dsa@cumulusnetworks.com>
To: netdev@vger.kernel.org, davem@davemloft.net
Cc: buytenh@wantstofly.org, simon.horman@netronome.com,
ebiederm@xmission.com, rshearma@brocade.com, tom@herbertland.com,
tgraf@suug.ch, olivier.dugeon@orange.com,
alexander.duyck@gmail.com, roopa@cumulusnetworks.com,
David Ahern <dsa@cumulusnetworks.com>
Subject: [PATCH net-next v4 0/3] net: mpls: fragmentation and gso fixes for locally originated traffic
Date: Wed, 24 Aug 2016 20:10:42 -0700 [thread overview]
Message-ID: <1472094645-11452-1-git-send-email-dsa@cumulusnetworks.com> (raw)
This series fixes mtu and fragmentation for tunnels using lwtunnel
output redirect, and fixes GSO for MPLS for locally originated traffic
reported by Lennert Buytenhek.
A follow on series will address fragmentation and GSO for forwarded
MPLS traffic. Hardware offload of GSO with MPLS also needs to be
addressed.
Simon: Can you verify this works with OVS for single and multiple
labels?
v4
- more updates to mpls_gso_segment per Alex's comments (thanks, Alex)
- updates to teaching OVS about marking MPLS labels as the network header
v3
- updates to mpls_gso_segment per Alex's comments
- dropped skb->encapsulation = 1 from mpls_xmit per Alex's comment
v2
- consistent use of network_header in skb to fix GSO for MPLS
- update MPLS code in OVS to network_header and inner_network_header
David Ahern (2):
net: mpls: Fixups for GSO
net: veth: Set features for MPLS
Roopa Prabhu (1):
net: lwtunnel: Handle fragmentation
drivers/net/veth.c | 1 +
include/net/lwtunnel.h | 44 ++++++++++++++++++++++++++++++++++++++++++++
net/core/lwtunnel.c | 35 +++++++++++++++++++++++++++++++++++
net/ipv4/ip_output.c | 8 ++++++++
net/ipv4/route.c | 4 +++-
net/ipv6/ip6_output.c | 8 ++++++++
net/ipv6/route.c | 4 +++-
net/mpls/mpls_gso.c | 40 +++++++++++++++++++++++++++++-----------
net/mpls/mpls_iptunnel.c | 13 +++++++++----
net/openvswitch/actions.c | 9 +++++++--
10 files changed, 147 insertions(+), 19 deletions(-)
--
2.1.4
next reply other threads:[~2016-08-25 5:04 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-25 3:10 David Ahern [this message]
2016-08-25 3:10 ` [PATCH net-next v4 1/3] net: lwtunnel: Handle fragmentation David Ahern
2016-08-25 3:10 ` [PATCH net-next v4 2/3] net: mpls: Fixups for GSO David Ahern
2016-08-25 3:10 ` [PATCH net-next v4 3/3] net: veth: Set features for MPLS David Ahern
2016-08-26 18:41 ` [PATCH net-next v4 0/3] net: mpls: fragmentation and gso fixes for locally originated traffic David Miller
2016-08-29 12:07 ` Simon Horman
2016-08-29 12:29 ` Simon Horman
2016-08-29 14:12 ` David Ahern
2016-08-31 5:27 ` David Miller
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=1472094645-11452-1-git-send-email-dsa@cumulusnetworks.com \
--to=dsa@cumulusnetworks.com \
--cc=alexander.duyck@gmail.com \
--cc=buytenh@wantstofly.org \
--cc=davem@davemloft.net \
--cc=ebiederm@xmission.com \
--cc=netdev@vger.kernel.org \
--cc=olivier.dugeon@orange.com \
--cc=roopa@cumulusnetworks.com \
--cc=rshearma@brocade.com \
--cc=simon.horman@netronome.com \
--cc=tgraf@suug.ch \
--cc=tom@herbertland.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).