netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH next-next v4 0/2] MPLS: Add limited GSO support
@ 2013-05-22  6:57 Simon Horman
  2013-05-22  6:57 ` [PATCH next-next v4 1/2] net: Use 16bits for inner_*_headers fields of struct skbuff Simon Horman
  2013-05-22  6:57 ` [PATCH next-next v4 2/2] MPLS: Add limited GSO support Simon Horman
  0 siblings, 2 replies; 6+ messages in thread
From: Simon Horman @ 2013-05-22  6:57 UTC (permalink / raw)
  To: dev, netdev
  Cc: Jesse Gross, Pravin B Shelar, jarno.rajahalme, Eric Dumazet,
	Maciej Żenczykowski, Simon Horman

In the case where a non-MPLS packet is received and an MPLS stack is
added it may well be the case that the original skb is GSO but the
NIC used for transmit does not support GSO of MPLS packets.

The aim of this short series is to provide GSO in software for MPLS packets
whose skbs are GSO.

Simon Horman (2):
  net: Use 16bits for inner_*_headers fields of struct skbuff
  MPLS: Add limited GSO support

 include/linux/netdev_features.h |   4 +-
 include/linux/netdevice.h       |   2 +
 include/linux/skbuff.h          |  67 +++++-------------------
 net/Kconfig                     |   1 +
 net/Makefile                    |   1 +
 net/core/dev.c                  |   4 ++
 net/core/ethtool.c              |   1 +
 net/ipv4/af_inet.c              |   1 +
 net/ipv4/tcp.c                  |   1 +
 net/ipv4/udp.c                  |   2 +-
 net/ipv6/ip6_offload.c          |   1 +
 net/ipv6/udp_offload.c          |   3 +-
 net/mpls/Kconfig                |   9 ++++
 net/mpls/Makefile               |   4 ++
 net/mpls/mpls_gso.c             | 109 ++++++++++++++++++++++++++++++++++++++++
 15 files changed, 152 insertions(+), 58 deletions(-)
 create mode 100644 net/mpls/Kconfig
 create mode 100644 net/mpls/Makefile
 create mode 100644 net/mpls/mpls_gso.c

-- 
1.8.2.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-05-24  1:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-22  6:57 [PATCH next-next v4 0/2] MPLS: Add limited GSO support Simon Horman
2013-05-22  6:57 ` [PATCH next-next v4 1/2] net: Use 16bits for inner_*_headers fields of struct skbuff Simon Horman
2013-05-22  7:25   ` Pekka Riikonen
2013-05-22 11:32     ` Eric Dumazet
2013-05-24  1:38   ` David Miller
2013-05-22  6:57 ` [PATCH next-next v4 2/2] MPLS: Add limited GSO support Simon Horman

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).