From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id 711CF5A53 for ; Mon, 15 Jun 2015 15:55:43 +0200 (CEST) Received: by wibdq8 with SMTP id dq8so79251520wib.1 for ; Mon, 15 Jun 2015 06:55:43 -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=G7ebPP0hOJcDOnz+SE7M91Z8OBCUgEq3my+Vo4pU6Ww=; b=VJTIr9WALC1GJUPpwzW835srNxOCQeFqxr35Q8VRx3JKpRu8J8DzT6MytydGYcGa+r GGzP9YvzeJisrnu7D8d6MYIRfmGiJFwRje5RuM0hcACJYyFRKEKZ32kPTETIMowLayot dcyAEh8mc0DBjWjvxXScQfqx8/2P3RrjqqxCrA3oyvsrjK86bnk3Ul15q7jY19PDg0pG tD0y6gqBGVlspGhxa6ocfQBTqUoR/tr0COfWx/JID8wT8aHk2KqRrCNDn0ANCLhwOKaY rtqv22SHD+IztOLqTBICGApTsgPZUJNKEPNuKlHfWcD9V7u04Q2ALl39zZHEQaXLhoP1 j67Q== X-Gm-Message-State: ALoCoQmvSFyqOwWySNqkZFR/UTs5N39Hq5eokQTnMQ/9A5kqnNdstJ59179gkRuQD8Yd9q/ITN2y X-Received: by 10.194.83.70 with SMTP id o6mr52200094wjy.44.1434376543305; Mon, 15 Jun 2015 06:55:43 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id gw7sm16016882wib.15.2015.06.15.06.55.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 15 Jun 2015 06:55:42 -0700 (PDT) From: Thomas Monjalon To: Paul Atkins Date: Mon, 15 Jun 2015 15:54:45 +0200 Message-ID: <4523834.AgJP7xiYyx@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1432909438-21329-1-git-send-email-patkins@brocade.com> References: <1432909438-21329-1-git-send-email-patkins@brocade.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] mem: allow mem size to be specified when no hugetblfs 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, 15 Jun 2015 13:55:43 -0000 2015-05-29 15:23, Paul Atkins: > The config option to turn off huge table support does not work with > the existing -m option to specify the amount of memory to use. Add > a new option --no-huge-mem-size that takes a paramater > to use as the heap size instead of the value specified by > MEMSIZE_IF_NO_HUGE_PAGE. > > Signed-off-by: Paul Atkins Instead of adding a new option, the constraint is removed by this patch: http://dpdk.org/dev/patchwork/patch/4915/ That's why this patch is rejected. Hope the above patch match your needs.