[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3] Xen sched: Fix multiple runqueues in credit2
>>> On 09.02.14 at 02:57, Justin Weaver <jtweaver@xxxxxxxxxx> wrote: > @@ -1959,15 +1961,25 @@ static void init_pcpu(const struct scheduler *ops, > int cpu) > return; > } > > - /* Figure out which runqueue to put it in */ > + /* > + * Choose which run queue to add cpu to based on its socket. > + * If it's CPU 0, hard code it to run queue 0 (it doesn't get a STARTING > + * callback and socket information is not yet available for it). Did you verify that last part to be the case? Because if so, we would probably be better off fixing the initialization ordering. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |