From: Alexander Duyck Date: Fri, 14 Nov 2014 00:56:35 +0000 (+0000) Subject: ixgbe: Remove tail write abstraction and add missing barrier X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~100^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad435ec689c981a11005d5283cc88588a699537f;p=pandora-kernel.git ixgbe: Remove tail write abstraction and add missing barrier This change cleans up the tail writes for the ixgbe descriptor queues. The current implementation had me confused as I wasn't sure if it was still making use of the surprise remove logic or not. It also adds the mmiowb which is needed on ia64, mips, and a couple other architectures in order to synchronize the MMIO writes with the Tx queue _xmit_lock spinlock. Cc: Don Skidmore Signed-off-by: Alexander Duyck Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed