From: Sebastian Ott Date: Fri, 27 Jun 2014 14:56:18 +0000 (+0200) Subject: s390/qdio: add helpers to manage qdio buffers X-Git-Tag: omap-for-v3.17/fixes-against-rc2~136^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5245c924c2191ee0f39d8586a57178baba13dbf2;p=pandora-kernel.git s390/qdio: add helpers to manage qdio buffers Users of qdio buffers employ different strategies to manage these buffers. The qeth driver uses huge contiguous buffers which leads to high order allocations with all their downsides. This patch provides helpers to allocate, free, and reset arrays of qdio buffers using non contiguous pages. Reviewed-by: Martin Peschke Signed-off-by: Sebastian Ott Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed