> - have node ID, want a list of processor IDs and/or a list of
> (socket,core) tuples
> plpa_map_from_node(int node_id, int *socket, int *core, int
> *processor_id);
> (socket,core) can be NULL or processor_id can be NULL, but not both.
how about this:
/* return a cpumap with all processor ids in node node_id */
plpa_map_from_node(int node_id, plpa_cpu_set_t *processorset);
Bert
|