From: Alexander Duyck Date: Fri, 27 May 2011 05:31:47 +0000 (+0000) Subject: ixgbe: Add one function that handles most of context descriptor setup X-Git-Tag: v3.1-rc1~316^2~327^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=897ab15606ce896b6a574a263beb51cbfb43f041;p=pandora-kernel.git ixgbe: Add one function that handles most of context descriptor setup There is a significant amount of shared functionality between the checksum and TSO offload configuration that is shared in regards to how they setup the context descriptors. Since so much of the functionality is shared it makes sense to move the shared functionality into a single function and just call that function from the two context descriptor specific routines. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed