Re: [Xen-devel] [PATCH] xen/netback: Properly initialize credit_bytes

2015-05-11 Thread Wei Liu
On Mon, May 11, 2015 at 04:58:29PM +0100, Ross Lagerwall wrote: > 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

[Xen-devel] [PATCH] xen/netback: Properly initialize credit_bytes

2015-05-11 Thread Ross Lagerwall
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 multiq