From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] autotests: fix eal flags test Date: Wed, 06 Apr 2016 12:02:37 +0200 Message-ID: <1957955.NEURluc0tR@xps13> References: <1459786795-28291-1-git-send-email-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "De Lara Guarch, Pablo" , "chaozhu@linux.vnet.ibm.com" To: Olivier Matz Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id A541B2956 for ; Wed, 6 Apr 2016 12:04:15 +0200 (CEST) Received: by mail-wm0-f46.google.com with SMTP id n3so55716273wmn.0 for ; Wed, 06 Apr 2016 03:04:15 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Since commit a88ba49e51, values larger than 4 are allowed, > > the autotests need to be updated accordingly. > > > > Fixes: a88ba49e51 ("config: fix CPU and memory parameters on IBM > > POWER8") > > Signed-off-by: Olivier Matz > > Acked-by: Pablo de Lara