From: Alexander Duyck Date: Fri, 26 Aug 2011 07:45:09 +0000 (+0000) Subject: igb: consolidate creation of Tx buffer info and data descriptor X-Git-Tag: v3.2-rc1~129^2~123^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebe42d169bd0b4c3e2e355374d07ba7d51744601;p=pandora-kernel.git igb: consolidate creation of Tx buffer info and data descriptor This change will combine the writes of tx_buffer_info and the Tx data descriptors into a single function. The advantage of this is that we can avoid needless memory reads from the buffer info struct and speed things up by keeping the accesses to the local registers. Signed-off-by: Alexander Duyck Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed