From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: [RFC PATCH 4/7] libnuma: introduced _all versions of numa_parse_{cpu,node}string() Date: Thu, 16 Aug 2012 18:00:35 +0200 Message-ID: <20120816160035.GJ11413@one.firstfloor.org> References: <1345130196-24180-1-git-send-email-pholasek@redhat.com> <1345130196-24180-5-git-send-email-pholasek@redhat.com> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <1345130196-24180-5-git-send-email-pholasek@redhat.com> Sender: linux-numa-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Petr Holasek Cc: Cliff Wickman , linux-numa@vger.kernel.org, Anton Arapov 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. -Andi