From: Jesse Brandeburg Date: Sat, 10 May 2014 04:49:01 +0000 (+0000) Subject: i40e/i40evf: fix rx descriptor status X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~51^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2451d7f55d667350bf6eeda5749ce9a239a9b3f;p=pandora-kernel.git i40e/i40evf: fix rx descriptor status As reported by Eric Dumazet, the driver is not masking the right bits in the receive descriptor before it starts checking them. This patch extends the mask to allow for the right bits to be checked, and fixes the issue permanently via a define. CC: Eric Dumazet Change-ID: I3274f7619057a950f468143e6d7e11b129f54655 Signed-off-by: Jesse Brandeburg Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed