From: David Vrabel Date: Tue, 13 Jan 2015 17:16:44 +0000 (+0000) Subject: xen-netfront: refactor making Tx requests X-Git-Tag: fixes-v4.0-rc1~150^2~222^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a55e8bb8fb89c90b33791861e59859a39e57ba30;p=pandora-kernel.git xen-netfront: refactor making Tx requests Eliminate all the duplicate code for making Tx requests by consolidating them into a single xennet_make_one_txreq() function. xennet_make_one_txreq() and xennet_make_txreqs() work with pages and offsets so it will be easier to make netfront handle highmem frags in the future. Signed-off-by: David Vrabel Signed-off-by: David S. Miller --- Reading git-diff-tree failed