Re: [RFC PATCH 4/7] libnuma: introduced _all versions of numa_parse_{cpu,node}string()
Petr Holasek <[email protected]> Fri, 17 Aug 2012 16:17:43 +0200
| Newsgroups | org.kernel.vger.linux-numa |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 16 Aug 2012, Andi Kleen wrote: > On Thu, Aug 16, 2012 at 05:16:33PM +0200, Petr Holasek wrote: > > This patch adds new interfaces numa_parse_cpustring_all() and > > numa_parse_nodestring_all(). The functions are able to parse > > input string to bitmask regardless current task's cpuset or > > available nodes. > > If you add new functions you need to give them a new symbol version > (1.3). You cannot just add them to the old fixed ABI. > Ah, thanks. I'll do it. Regards, Petr H