[Xen-devel] [PATCH] xen-netback: fix a BUG() during initialization

2015-06-19 Thread Imre Palik
hes. This behaviour is in line with how connect() deals with the hotplug-status watch. Signed-off-by: Imre Palik Cc: Matt Wilson --- drivers/net/xen-netback/xenbus.c |4 1 file changed, 4 insertions(+) diff --git a/drivers/net/xen-netback/xenbus.c b/drivers/net/xen-netback/xenbus.c in

[Xen-devel] [PATCH v2] xen-netback: making the bandwidth limiter runtime settable

2015-03-19 Thread Imre Palik
r fencing the change. Cc: Anthony Liguori Signed-off-by: Imre Palik --- drivers/net/xen-netback/common.h|4 +++ drivers/net/xen-netback/interface.c |1 + drivers/net/xen-netback/netback.c |4 +-- drivers/net/xen-netback/xenbus.c| 57 +++

Re: [Xen-devel] [RFC PATCH] xen-netback: making the bandwidth limiter runtime settable

2015-03-18 Thread Imre Palik
On 03/17/15 12:17, Wei Liu wrote: > On Fri, Mar 13, 2015 at 01:51:05PM +0100, Imre Palik wrote: >> From: "Palik, Imre" >> >> With the current netback, the bandwidth limiter's parameters are only >> settable during vif setup time. This patch regist

[Xen-devel] [RFC PATCH] xen-netback: making the bandwidth limiter runtime settable

2015-03-13 Thread Imre Palik
r fencing the change. Cc: Anthony Liguori Signed-off-by: Imre Palik --- drivers/net/xen-netback/common.h|4 ++ drivers/net/xen-netback/interface.c |1 + drivers/net/xen-netback/netback.c |4 +- drivers/net/xen-netback/xenbus.c| 73 +++

[Xen-devel] [PATCH] xen-time: decreasing the rating of the xen clocksource below that of the tsc clocksource for dom0's

2015-01-13 Thread Imre Palik
source, thus it should have higher rating. This patch decreases the rating of the Xen clocksource in Dom0s to 275. Which is half-way between the rating of the TSC clocksource (300) and the hpet clocksource (250). Cc: Anthony Liguori Signed-off-by: Imre Palik --- arch/x86/xen/time.c |4 1

Re: [Xen-devel] [PATCH RFC] xen-time: decreasing the rating of the xen clocksource below that of the tsc clocksource for dom0's

2015-01-08 Thread Imre Palik
On 01/07/15 17:30, Ian Campbell wrote: > On Wed, 2015-01-07 at 17:16 +0100, Imre Palik wrote: >> From: "Palik, Imre" >> >> In Dom0's the use of the TSC clocksource (whenever it is stable enough to >> be used) instead of the Xen clocksource should not c

[Xen-devel] [PATCH RFC] xen-time: decreasing the rating of the xen clocksource below that of the tsc clocksource for dom0's

2015-01-07 Thread Imre Palik
source, thus it should have higher rating. Cc: Anthony Liguori Signed-off-by: Imre Palik --- arch/x86/xen/time.c |4 1 file changed, 4 insertions(+) diff --git a/arch/x86/xen/time.c b/arch/x86/xen/time.c index f473d26..c768726 100644 --- a/arch/x86/xen/time.c +++ b/arch/x86/xen/time.c @@

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

2015-01-06 Thread Imre Palik
guori Signed-off-by: Imre Palik --- drivers/net/xen-netback/xenbus.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/xen-netback/xenbus.c b/drivers/net/xen-netback/xenbus.c index efbaf2a..794204e 100644 --- a/drivers/net/xen-netback/xenbus.c +++ b/drivers/net/xen-netback/xenbu