[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHmME9pphqXyV_+LFQ6TTi4MjFB2Mopss6QQuT3YJQzvgtib2Q@mail.gmail.com>
Date: Thu, 5 Nov 2015 11:52:06 +0100
From: "Jason A. Donenfeld" <Jason@...c4.com>
To: jbenc@...hat.com, therbert@...gle.com
Cc: Netdev <netdev@...r.kernel.org>, linux-kernel@...r.kernel.org
Subject: GSO with udp_tunnel_xmit_skb
Hi folks,
When sending arbitrary SKBs with udp_tunnel_xmit_skb, the networking
stack does not appear to be utilizing UFO on the outgoing UDP packets,
which significantly caps the transmission speed. I see about 50% CPU
usage in this send path, triggered for every single outgoing packet.
Is there a particular skb option I need to set to enable this? I read
Tom's patch [1] from last year, but this seems to be about setting the
inner packet type. In my case, the inner type is opaque encrypted
data, so there's not a relevant setting.
Thanks,
Jason
[1] http://thread.gmane.org/gmane.linux.network/332194
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists