linux-numa.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] New numactl option for overriding of policy settings cpuset awareness
@ 2013-09-06 14:33 Petr Holasek
  2013-09-06 14:33 ` [PATCH 1/2] numactl: new option --all/-a was added for policy settings Petr Holasek
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Petr Holasek @ 2013-09-06 14:33 UTC (permalink / raw)
  To: Cliff Wickman; +Cc: Andi Kleen, linux-numa, Petr Holasek

Hello all,

based on Andi's yesterday proposal, I've reworked patch that it now provides
one --all/-a option which can be used for all policy settings when set before
them for overriding their default cpuset awareness.

Unfortunately, default cpuset-aware node mask is hardwired into some library
functions, so I've decided to create new library function for running of
process on certain nodes what means new version of library symbols.

thanks,
Petr

Petr Holasek (2):
  numactl: new option --all/-a was added for policy settings
  libnuma: new function numa_run_on_node_mask_all was added to libnuma

 libnuma.c         | 46 +++++++++++++++++++++++++++++++++++++++++++
 numa.h            |  2 ++
 numactl.8         |  6 ++++++
 numactl.c         | 58 ++++++++++++++++++++++++++++++++++++++++++++++---------
 versions.ldscript |  8 ++++++++
 5 files changed, 111 insertions(+), 9 deletions(-)

-- 
1.8.1.4

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-09-08 18:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-06 14:33 [PATCH 0/2] New numactl option for overriding of policy settings cpuset awareness Petr Holasek
2013-09-06 14:33 ` [PATCH 1/2] numactl: new option --all/-a was added for policy settings Petr Holasek
2013-09-06 14:33 ` [PATCH 2/2] libnuma: new function numa_run_on_node_mask_all was added to libnuma Petr Holasek
2013-09-06 19:24   ` Andi Kleen
2013-09-06 19:50 ` [PATCH 0/2] New numactl option for overriding of policy settings cpuset awareness Cliff Wickman
2013-09-08 18:01   ` Petr Holasek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).