[Xen-devel] [PATCH] xen-netback: fixing the propagation of the transmit shaper timeout

2015-01-06 Thread Imre Palik
From: "Palik, Imre" Since e9ce7cb6b107 ("xen-netback: Factor queue-specific data into queue struct"), the transimt shaper timeout is always set to 0. The value the user sets via xenbus is never propagated to the transmit shaper. This patch fixes the issue. Cc: Anthony Liguori Signed-off-by:

Re: [Xen-devel] [PATCH] xen-netback: fixing the propagation of the transmit shaper timeout

2015-01-06 Thread Ian Campbell
On Tue, 2015-01-06 at 16:44 +0100, Imre Palik wrote: > From: "Palik, Imre" > > Since e9ce7cb6b107 ("xen-netback: Factor queue-specific data into queue > struct"), > the transimt shaper timeout is always set to 0. The value the user sets via > xenbus is never propagated to the transmit shaper. >

Re: [Xen-devel] [PATCH] xen-netback: fixing the propagation of the transmit shaper timeout

2015-01-06 Thread David Miller
From: Ian Campbell Date: Tue, 6 Jan 2015 15:54:07 + > On Tue, 2015-01-06 at 16:44 +0100, Imre Palik wrote: >> From: "Palik, Imre" >> >> Since e9ce7cb6b107 ("xen-netback: Factor queue-specific data into queue >> struct"), >> the transimt shaper timeout is always set to 0. The value the use