From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Hall Subject: Re: rte_lpm with larger nexthops or another method? Date: Wed, 24 Jun 2015 10:56:48 -0700 Message-ID: <20150624175648.GA9719@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> <20150624051513.GA18427@mhcomputing.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "" To: Vladimir Medvedkin Return-path: Received: from mail.mhcomputing.net (master.mhcomputing.net [74.208.46.186]) by dpdk.org (Postfix) with ESMTP id A9B2FC52C for ; Wed, 24 Jun 2015 19:59:26 +0200 (CEST) Content-Disposition: inline In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Jun 24, 2015 at 10:04:53AM +0300, Vladimir Medvedkin wrote: > I published changes to rte_lpm_tbl24_entry only because it was just an idea > :) Understood. Just wanted to be sure I understood it right to convert it into C code. :) > different defines and checks should be modified too. Yes, definitely... modified them last night and got something compileable. Now just hoping somebody who knows more about librte_lpm will reply and explain how to get the self tests to run so I can be sure that the changes don't just compile but also actually run. Matthew.