From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id 0F4BFDE6 for ; Mon, 15 Jun 2015 16:09:16 +0200 (CEST) Received: by wiga1 with SMTP id a1so79041860wig.0 for ; Mon, 15 Jun 2015 07:09:14 -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=VTaKQRd6NkhYgr5MdOBQGz4mSqcnZ2t1av6NH5q9LvY=; b=hH8w5vR+dOZAA0Jru1ZX4BDo2sgh5fLNc3tSnGZkuRYj2Ff7350l0b9efn7kImsJXm VN6EJ8VkFIDj8FK8RCX5fkCh7dKYGFj+fPr39m3uA54PeYbeteUxggDQwLUZ5LacWQVJ qx6k6JaDTng95P1P0zKOWFT9Zh2K2D66PEEhgkleK/dLWC1tBN9K7amgROl2ehnX5bYL 77yechTABK0OQEJ6Ekz8kZec18SN2Nd/WdWU+Z6psBDqh6FZFqxCgwR1rpXYrSTJEfZ8 WaG/RNK6gxkm3BCyl7nnRyHIEXNICmVBnYgyUohfnYrTAo2dK921f0KAtrsoZRfIMa+X gcbw== X-Gm-Message-State: ALoCoQmKPyDJ9ktsut3hU3ME7F6GIsW1ysrbIuhzwfeyNWjJOy+2KrzZWbVvGSaYoYzsgrML+kAC X-Received: by 10.180.218.137 with SMTP id pg9mr31442227wic.79.1434377354894; Mon, 15 Jun 2015 07:09:14 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id k2sm16039709wix.4.2015.06.15.07.09.13 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 15 Jun 2015 07:09:13 -0700 (PDT) From: Thomas Monjalon To: Simon Kagstrom Date: Mon, 15 Jun 2015 16:08:17 +0200 Message-ID: <5508915.k3E8tbft05@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: References: <20150527113016.2c31ba7e@miho> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, Johan Faltstrom Subject: Re: [dpdk-dev] [PATCH v2] eal: Allow combining -m and --no-huge 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 14:09:16 -0000 > > Needed to run as non-root but with higher memory allocations, and > > removes a constraint on no-huge mode being limited to 64M. A usage > > example is if running with file input with the pcap PMD, which can be > > done as non-root after this patch via e.g., > > > > ./test-dpdk --no-huge -m 1024 -l 0,1 -n3 --vdev > > 'eth_pcap0,rx_pcap=/tmp/eth-rx.pcap,tx_pcap=/tmp/eth-tx.pcap' > > > > Signed-off-by: Simon Kagstrom > > Signed-off-by: Johan Faltstrom > > Acked-by: David Marchand Applied, thanks