From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.mhcomputing.net (master.mhcomputing.net [74.208.46.186]) by dpdk.org (Postfix) with ESMTP id 88924C5E6 for ; Wed, 24 Jun 2015 07:17:50 +0200 (CEST) Received: by mail.mhcomputing.net (Postfix, from userid 1000) id 6496980A264; Tue, 23 Jun 2015 22:15:13 -0700 (PDT) Date: Tue, 23 Jun 2015 22:15:13 -0700 From: Matthew Hall To: Vladimir Medvedkin Message-ID: <20150624051513.GA18427@mhcomputing.net> References: <5A3882CB-0DE0-43DB-8DCA-051D561AA943@mhcomputing.net> <20150622175302.GA15788@mhcomputing.net> <20150622235102.41c3619a@uryu.home.lan> <20150623063024.GA3458@mhcomputing.net> <20150624041314.GA15524@mhcomputing.net> <20150624042859.GA16171@mhcomputing.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150624042859.GA16171@mhcomputing.net> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "" Subject: Re: [dpdk-dev] rte_lpm with larger nexthops or another method? 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: Wed, 24 Jun 2015 05:17:50 -0000 OK, I went and made a whole ton of patches to LPM and the tests and examples, now the selftest errors out... but I think maybe I don't have an adequate amount of hugepages. How much hugepage memory did people have when they did the selftest successfully before? I just keep seeing this over and over... RTE>>lpm_autotest Error at line 293: ERROR: LPM Test tests[i]: FAIL LPM: LPM memory allocation failed Matthew.