From: Alexander Duyck Date: Tue, 25 Sep 2012 00:31:27 +0000 (+0000) Subject: igb: Split igb_update_dca into separate Tx and Rx functions X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~625^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a05004a8a65f187fa5493821d3115397209ae76;p=pandora-kernel.git igb: Split igb_update_dca into separate Tx and Rx functions This change makes it so that igb_update_dca is broken into two halves, one for Rx and one for Tx. The advantage to this is primarily readability. In addition I am enabling relaxed ordering for reads from hardware since this is supported on all of the igb parts. Signed-off-by: Alexander Duyck Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed