From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Hall Subject: Re: 2.3 Roadmap Date: Tue, 1 Dec 2015 07:59:35 -0500 Message-ID: <20151201125935.GA20658@mhcomputing.net> References: <26FA93C7ED1EAA44AB77D62FBE1D27BA674705F1@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev@dpdk.org" To: "O'Driscoll, Tim" Return-path: Received: from mail.mhcomputing.net (master.mhcomputing.net [74.208.228.170]) by dpdk.org (Postfix) with ESMTP id 2561E11A2 for ; Tue, 1 Dec 2015 13:59:36 +0100 (CET) Content-Disposition: inline In-Reply-To: <26FA93C7ED1EAA44AB77D62FBE1D27BA674705F1@IRSMSX108.ger.corp.intel.com> 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 Mon, Nov 30, 2015 at 08:50:58PM +0000, O'Driscoll, Tim wrote: > Increase Next Hops for LPM (IPv4): The number of next hops for IPv4 LPM is > currently limited to 256. This will be extended to allow a greater number of > next hops. In other threads, we previously proposed doing increased LPM4 *and* LPM6. Having incompatible support between both is a huge headache for me. And I already contributed patches to fix the issue in both versions. Thanks, Matthew