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