From: Ben Hutchings Date: Mon, 20 Feb 2012 23:22:02 +0000 (+0000) Subject: sfc: Specify that the VFDI status page has page alignment and size X-Git-Tag: v3.4-rc1~177^2~221^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3cb2a874122889c036934294dbbb8ad82f53060;p=pandora-kernel.git sfc: Specify that the VFDI status page has page alignment and size This requirement was meant to be implied in the name 'status page'. One out-of-tree VF driver allocates a buffer using the structure size and not a full page - hence the current odd specification - but in practice that allocation will be padded and aligned to at least 4KB. Therefore, we can specify this and have the option to extend the structure up to 4KB without worrying about VF drivers using odd-shaped buffers. Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed