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 A49D85A89 for ; Fri, 23 Oct 2015 20:39:53 +0200 (CEST) Received: by mail.mhcomputing.net (Postfix, from userid 1000) id BF20280C502; Fri, 23 Oct 2015 11:38:11 -0700 (PDT) Date: Fri, 23 Oct 2015 11:38:11 -0700 From: Matthew Hall To: Stephen Hemminger Message-ID: <20151023183811.GA11859@mhcomputing.net> References: <1445608311-8092-1-git-send-email-michalx.k.jastrzebski@intel.com> <20151023162033.GA10036@mhcomputing.net> <20151023093305.2e971298@xeon-e3> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151023093305.2e971298@xeon-e3> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v1 0/3] lpm: increase number of next hops for lpm (ipv4) 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, 23 Oct 2015 18:39:53 -0000 On Fri, Oct 23, 2015 at 09:33:05AM -0700, Stephen Hemminger wrote: > On Fri, 23 Oct 2015 09:20:33 -0700 > Matthew Hall wrote: > > > On Fri, Oct 23, 2015 at 03:51:48PM +0200, Michal Jastrzebski wrote: > > > From: Michal Kobylinski > > > > > > The current DPDK implementation for LPM for IPv4 and IPv6 limits the > > > number of next hops to 256, as the next hop ID is an 8-bit long field. > > > Proposed extension increase number of next hops for IPv4 to 2^24 and > > > also allows 32-bits read/write operations. > > > > > > This patchset requires additional change to rte_table library to meet > > > ABI compatibility requirements. A v2 will be sent next week. > > > > I also have a patchset for this. > > > > I will send it out as well so we could compare. > > > > Matthew. > > Could you consider rolling in the Brocade/Vyatta changes to LPM > structure as well. Would prefer only one ABI change Hi Stephen, I asked you if you could send me these a while ago but I never heard anything. That's the only reason I made my own version. If you have them available also maybe we can consolidate things. Matthew.