Re: [Xen-devel] [PATCH v3 1/7] libxl: get rid of the SEDF scheduler

2015-07-07 Thread Dario Faggioli
On Tue, 2015-07-07 at 15:22 +0100, Ian Campbell wrote: > On Tue, 2015-07-07 at 15:19 +0100, George Dunlap wrote: > > On 07/07/2015 03:15 PM, Ian Campbell wrote: > > >> Unless there is some reason to resend > > > > > > Which of course I gave myself in the first couple of paras! > > > > Oh, took y

Re: [Xen-devel] [PATCH v3 1/7] libxl: get rid of the SEDF scheduler

2015-07-07 Thread Ian Campbell
On Tue, 2015-07-07 at 15:19 +0100, George Dunlap wrote: > On 07/07/2015 03:15 PM, Ian Campbell wrote: > > On Tue, 2015-07-07 at 14:48 +0100, Ian Campbell wrote: > >> On Mon, 2015-07-06 at 18:17 +0200, Dario Faggioli wrote: > > @@ -356,9 +357,13 @@ libxl_domain_sched_params = > > Struct("do

Re: [Xen-devel] [PATCH v3 1/7] libxl: get rid of the SEDF scheduler

2015-07-07 Thread George Dunlap
On 07/07/2015 03:15 PM, Ian Campbell wrote: > On Tue, 2015-07-07 at 14:48 +0100, Ian Campbell wrote: >> On Mon, 2015-07-06 at 18:17 +0200, Dario Faggioli wrote: > @@ -356,9 +357,13 @@ libxl_domain_sched_params = > Struct("domain_sched_params",[ > ("weight", integer, {'init_v

Re: [Xen-devel] [PATCH v3 1/7] libxl: get rid of the SEDF scheduler

2015-07-07 Thread Ian Campbell
On Tue, 2015-07-07 at 14:48 +0100, Ian Campbell wrote: > On Mon, 2015-07-06 at 18:17 +0200, Dario Faggioli wrote: > > > > @@ -356,9 +357,13 @@ libxl_domain_sched_params = > > > > Struct("domain_sched_params",[ > > > > ("weight", integer, {'init_val': > > > > 'LIBXL_DOMAIN_SCHED_PARAM_W

Re: [Xen-devel] [PATCH v3 1/7] libxl: get rid of the SEDF scheduler

2015-07-07 Thread Ian Campbell
On Mon, 2015-07-06 at 18:17 +0200, Dario Faggioli wrote: > > > @@ -356,9 +357,13 @@ libxl_domain_sched_params = > > > Struct("domain_sched_params",[ > > > ("weight", integer, {'init_val': > > > 'LIBXL_DOMAIN_SCHED_PARAM_WEIGHT_DEFAULT'}), > > > ("cap", integer, {'init_val

Re: [Xen-devel] [PATCH v3 1/7] libxl: get rid of the SEDF scheduler

2015-07-06 Thread Dario Faggioli
On Mon, 2015-07-06 at 17:26 +0100, Ian Jackson wrote: > George Dunlap writes ("Re: [Xen-devel] [PATCH v3 1/7] libxl: get rid of the > SEDF scheduler"): > > On 07/06/2015 05:17 PM, Dario Faggioli wrote: > > I probably wouldn't even have bothered saying anyt

Re: [Xen-devel] [PATCH v3 1/7] libxl: get rid of the SEDF scheduler

2015-07-06 Thread Dario Faggioli
On Mon, 2015-07-06 at 17:22 +0100, George Dunlap wrote: > On 07/06/2015 05:17 PM, Dario Faggioli wrote: > > On Mon, 2015-07-06 at 16:40 +0100, George Dunlap wrote: > >> On 07/06/2015 04:30 PM, Dario Faggioli wrote: > >>> only the interface is left in place, for backward > >>> compile-time compatibi

Re: [Xen-devel] [PATCH v3 1/7] libxl: get rid of the SEDF scheduler

2015-07-06 Thread Ian Jackson
George Dunlap writes ("Re: [Xen-devel] [PATCH v3 1/7] libxl: get rid of the SEDF scheduler"): > On 07/06/2015 05:17 PM, Dario Faggioli wrote: > >>> Chenges from v2: > >>> - introduce and use ERROR_FEATURE_REMOVED, as requested > >>>during

Re: [Xen-devel] [PATCH v3 1/7] libxl: get rid of the SEDF scheduler

2015-07-06 Thread George Dunlap
On 07/06/2015 05:17 PM, Dario Faggioli wrote: > On Mon, 2015-07-06 at 16:40 +0100, George Dunlap wrote: >> On 07/06/2015 04:30 PM, Dario Faggioli wrote: >>> only the interface is left in place, for backward >>> compile-time compatibility, but every attempt to >>> use it would throw an error. >>> >>

Re: [Xen-devel] [PATCH v3 1/7] libxl: get rid of the SEDF scheduler

2015-07-06 Thread Dario Faggioli
On Mon, 2015-07-06 at 16:40 +0100, George Dunlap wrote: > On 07/06/2015 04:30 PM, Dario Faggioli wrote: > > only the interface is left in place, for backward > > compile-time compatibility, but every attempt to > > use it would throw an error. > > > > Signed-off-by: Dario Faggioli > > Reviewed-by

Re: [Xen-devel] [PATCH v3 1/7] libxl: get rid of the SEDF scheduler

2015-07-06 Thread George Dunlap
On 07/06/2015 04:30 PM, Dario Faggioli wrote: > only the interface is left in place, for backward > compile-time compatibility, but every attempt to > use it would throw an error. > > Signed-off-by: Dario Faggioli > Reviewed-by: George Dunlap This probably should have been dropped... > Chenges

[Xen-devel] [PATCH v3 1/7] libxl: get rid of the SEDF scheduler

2015-07-06 Thread Dario Faggioli
only the interface is left in place, for backward compile-time compatibility, but every attempt to use it would throw an error. Signed-off-by: Dario Faggioli Reviewed-by: George Dunlap --- Cc: Ian Jackson Cc: Stefano Stabellini Cc: Ian Campbell Cc: Wei Liu Chenges from v2: - introduce and