From: Eric Dumazet Date: Thu, 9 Jan 2014 18:30:13 +0000 (-0800) Subject: net/mlx4_en: call gro handler for encapsulated frames X-Git-Tag: v3.14-rc1~94^2~226 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6a767582942d6fd9da0ddea673f5a7017a365c7;p=pandora-kernel.git net/mlx4_en: call gro handler for encapsulated frames In order to use the native GRO handling of encapsulated protocols on mlx4, we need to call napi_gro_receive() instead of netif_receive_skb() unless busy polling is in action. While we are at it, rename mlx4_en_cq_ll_polling() to mlx4_en_cq_busy_polling() Tested with GRE tunnel : GRO aggregation is now performed on the ethernet device instead of being done later on gre device. Signed-off-by: Eric Dumazet Cc: Amir Vadai Cc: Jerry Chu Cc: Or Gerlitz Acked-By: Amir Vadai Signed-off-by: David S. Miller --- Reading git-diff-tree failed