From: Greg Rose Date: Tue, 13 Nov 2012 04:03:18 +0000 (+0000) Subject: ixgbevf: Add flag to indicate when rx is in net poll X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~374 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=366c1099123a0084cda581bee632911822748c61;p=pandora-kernel.git ixgbevf: Add flag to indicate when rx is in net poll napi_gro_receive shouldn't be called from netpoll context. Doing so was causing kernel panics when jumbo frames larger than 2K were set. Add a flag to check if the Rx ring processing is occurring from interrupt context or from netpoll context and call netif_rx() if in the polling context. Signed-off-by: Greg Rose Tested-by: Sibai Li Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed