From: Amit Kumar Salecha Date: Thu, 16 Sep 2010 19:14:39 +0000 (+0000) Subject: qlcnic: support vlan rx accleration X-Git-Tag: v2.6.37-rc1~147^2~417 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d57906633efd58ccd93f056ed436ffde5cb31aa8;p=pandora-kernel.git qlcnic: support vlan rx accleration Implemented vlan rx accleration in driver. This helps in increasing significant performance and reduces cpu utilization with GRO and LRO. Eric Dumazet: "Its a bit strange you use dev_kfree_skb_any(skb) here." "We run in NAPI mode, so you can use dev_kfree_skb()." Amit: Done. Using dev_kfree_skb(); Signed-off-by: Amit Kumar Salecha Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed