From: Ross Lagerwall Date: Wed, 27 May 2015 10:44:32 +0000 (+0100) Subject: xen/netback: Properly initialize credit_bytes X-Git-Tag: omap-for-v4.2/wakeirq-drivers-v2^2~2^2~48^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce0e5c522d3924090c20e774359809a7aa08c44c;p=pandora-kernel.git xen/netback: Properly initialize credit_bytes Commit e9ce7cb6b107 ("xen-netback: Factor queue-specific data into queue struct") introduced a regression when moving queue-specific data into the queue struct by failing to set the credit_bytes field. This prevented bandwidth limiting from working. Initialize the field as it was done before multiqueue support was added. Signed-off-by: Ross Lagerwall Acked-by: Wei Liu Signed-off-by: David S. Miller --- Reading git-diff-tree failed