From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] lpm: fix overflow issue Date: Tue, 24 Feb 2015 02:09:08 +0100 Message-ID: <11678827.IhG9SVz0P6@xps13> References: <1424438206-29526-1-git-send-email-iryzhov@nfware.com> <20150222202859.GA6840@bricha3-MOBL3> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Igor Ryzhov Return-path: In-Reply-To: <20150222202859.GA6840@bricha3-MOBL3> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 2015-02-22 20:29, Bruce Richardson: > On Fri, Feb 20, 2015 at 04:16:46PM +0300, Igor Ryzhov wrote: > > LPM table overflow may occur if table is full and added rule has the biggest depth that already have some rules. > > > > Signed-off-by: Igor Ryzhov > Acked-by: Bruce Richardson Applied, thanks