From: Andrew Gallatin Date: Fri, 30 Nov 2012 08:31:59 +0000 (+0000) Subject: myri10ge: Add vlan rx for better GRO perf. X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~147 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b4c44e6369dbbafd113f1e00b406f1eda5ab5b2;p=pandora-kernel.git myri10ge: Add vlan rx for better GRO perf. Unlike LRO, GRO requires that vlan tags be removed before aggregation can occur. Since the myri10ge NIC does not support hardware vlan tag offload, we must remove the tag in the driver to achieve performance comparable to LRO for vlan tagged frames. Thanks to Eric Duzamet for his help simplifying the original patch. Signed-off-by: Andrew Gallatin Signed-off-by: David S. Miller --- Reading git-diff-tree failed