git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c3a897
)
veth: extend features to support tunneling
author
Eric Dumazet
<edumazet@google.com>
Sat, 26 Oct 2013 01:25:03 +0000
(18:25 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 28 Oct 2013 04:57:29 +0000
(
00:57
-0400)
While investigating on a recent vxlan regression, I found veth
was using a zero features set for vxlan tunnels.
We have to segment GSO frames, copy the payload, and do the checksum.
This patch brings a ~200% performance increase
We probably have to add hw_enc_features support
on other virtual devices.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Alexei Starovoitov <ast@plumgrid.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/veth.c
patch
|
blob
|
history
diff --cc
drivers/net/veth.c
Simple merge