From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/2] eal: add rte_cpu_is_supported to map Date: Thu, 06 Apr 2017 22:58:43 +0200 Message-ID: <6015228.BexkbYzYhX@xps13> References: <20170331183122.22961-1-aconole@redhat.com> <20170404153858.13197-1-aconole@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Aaron Conole Return-path: Received: from mail-wr0-f178.google.com (mail-wr0-f178.google.com [209.85.128.178]) by dpdk.org (Postfix) with ESMTP id 5F6932BF5 for ; Thu, 6 Apr 2017 22:58:45 +0200 (CEST) Received: by mail-wr0-f178.google.com with SMTP id g19so36677533wrb.0 for ; Thu, 06 Apr 2017 13:58:45 -0700 (PDT) In-Reply-To: <20170404153858.13197-1-aconole@redhat.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-04-04 11:38, Aaron Conole: > This function is now part of the public ABI, so should be > advertised as such. > > Signed-off-by: Aaron Conole Fixes: 37e97ad2c56a ("eal: do not panic when CPU is not supported") Series applied, thanks