From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app test: fix eal --no-huge option should work with -m option Date: Mon, 03 Aug 2015 23:58:42 +0200 Message-ID: <8155440.frBPzpx0S5@xps13> References: <1438142069-9617-1-git-send-email-yong.liu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Yong Liu Return-path: Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id 60AD1C3C2 for ; Mon, 3 Aug 2015 23:59:58 +0200 (CEST) Received: by wibxm9 with SMTP id xm9so132160909wib.1 for ; Mon, 03 Aug 2015 14:59:57 -0700 (PDT) In-Reply-To: <1438142069-9617-1-git-send-email-yong.liu@intel.com> 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" 2015-07-29 11:54, Yong Liu: > From: Marvin Liu > > '--no-huge' option now can workable with -m option. > Unit test for eal flag should change pass criterion. > > Signed-off-by: Marvin Liu Fixes: a7de7e6beb69 ("eal: allow combining -m and --no-huge") Applied, thanks