lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 15 May 2012 14:59:05 +0200
From:	Peter Zijlstra <a.p.zijlstra@...llo.nl>
To:	Pantelis Antoniou <pantelis.antoniou@...il.com>
Cc:	Vincent Guittot <vincent.guittot@...aro.org>,
	mou Chen <hi3766691@...il.com>, linux-kernel@...r.kernel.org,
	Ingo Molnar <mingo@...nel.org>, torvalds@...ux-foundation.org
Subject: Re: Plumbers: Tweaking scheduler policy micro-conf RFP

On Tue, 2012-05-15 at 15:32 +0300, Pantelis Antoniou wrote:
> 
> Well, I don't plan to feed the load-balancer all this crap. What I'm thinking
> is take those N metrics, form a vector according to some (yet unknown) weighting 
> factors, and schedule according to the vector value, and how it 'fits' to a
> virtual bin representing a core and it's environment. 

Currently we only have a bit-vector and a retry loop. I suspect you can
make the multi-value vector map to a bit-vector if you can keep cpu wide
statistics to compare against as well.

We want to avoid having to do a full sort.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ