From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=LBUJorO//Ump1FIMeGsAxySixLerB8nRevb9lfj9tBM=; b=J0C88RDmbKr1kvh1xd8r8IwA6f1VJzvsHGIXLMQCwXsjx/7rlMsgIDsMGgEd4y+fx6 Sxwt+oXWxglMG+qPWl/vo6xCvBZyDKvn2Lpdm6TiWnenh90ty45udWE3Dratz11/BpFe 5GHPklXU2aMZ2b8gWoSOhQFNqJRYstiGso+/nU/3rPMhJzyPZKBgx66Z3jSRyZ8EFV1u tU6sCzvC+NZ9eqKEgWSqgRgAFdGFnDCvmhRmd5XSdtF2nQbSg+vVdw8zWGwqc+QLlFjR mF9Vca5uuI+vx7NekgWjcKpob+GtmQZ06mV2f0RoZEOMMrzJXi6HPrb2UGh/j6hBgrQ8 wO7w== X-Gm-Message-State: ALoCoQl3aRvekLT5lnYB9BazSfkdl+VqMMpR/wjnK+xOvWp7DmmwBMOgh26xhewDbBUQLloYTLaV X-Received: by 10.194.89.72 with SMTP id bm8mr525715wjb.116.1438639197249; Mon, 03 Aug 2015 14:59:57 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id fs8sm24893689wjb.7.2015.08.03.14.59.55 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 03 Aug 2015 14:59:56 -0700 (PDT) From: Thomas Monjalon To: Yong Liu Date: Mon, 03 Aug 2015 23:58:42 +0200 Message-ID: <8155440.frBPzpx0S5@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1438142069-9617-1-git-send-email-yong.liu@intel.com> References: <1438142069-9617-1-git-send-email-yong.liu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] app test: fix eal --no-huge option should work with -m option X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2015 21:59:58 -0000 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