From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id DD89F2A1A for ; Fri, 19 Dec 2014 11:14:52 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 19 Dec 2014 02:14:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,606,1413270000"; d="scan'208";a="640216158" Received: from bricha3-mobl3.ger.corp.intel.com ([10.243.20.27]) by fmsmga001.fm.intel.com with SMTP; 19 Dec 2014 02:14:17 -0800 Received: by (sSMTP sendmail emulation); Fri, 19 Dec 2014 10:14:15 +0025 Date: Fri, 19 Dec 2014 10:14:15 +0000 From: Bruce Richardson To: Haowei Yuan Message-ID: <20141219101415.GB3848@bricha3-MOBL3> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] Problem with running the load balancer example application 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: Fri, 19 Dec 2014 10:14:53 -0000 On Fri, Dec 19, 2014 at 01:43:26AM -0600, Haowei Yuan wrote: > Hi folks, > > I am new to DPDK and have been trying to run the load balancer example > application on a machine with two NUMA nodes. Somehow the program > cannot be launched correctly if I add the "--no-huge" option to the > command. I am wondering if someone had seen similar problems, or maybe > I did something wrong. > Hi, Can I ask why you want to run the app with the -no-huge flag. That flag is primarily for testing only, and is not designed for use in a real-world environment. /Bruce