commit | 8e816df87997bb0c40122d5df621423b445c4fe6 | [log] [tgz] |
---|---|---|
author | Jesse Gross <jesse@nicira.com> | Fri Aug 28 16:54:40 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Aug 29 13:44:29 2015 -0700 |
tree | 902d4f8cb0b72e64cfdf6604263fe0fb500c0fb6 | |
parent | c30da497893718abc6cec4f1d34d35875200edee [diff] |
geneve: Use GRO cells infrastructure. Geneve can benefit from GRO at the device level in a manner similar to other tunnels, especially as hardware offloads are still emerging. After this patch, aggregated frames are seen on the tunnel interface. Single stream throughput nearly doubles in ideal circumstances (on old hardware). Signed-off-by: Jesse Gross <jesse@nicira.com> Signed-off-by: David S. Miller <davem@davemloft.net>