From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/test: fix crash of lpm test Date: Sat, 12 Nov 2016 22:21:07 +0100 Message-ID: <22779508.A9Ot3cVTFd@xps13> References: <1478696906-20948-1-git-send-email-olivier.matz@6wind.com> <49759EB36A64CF4892C1AFEC9231E8D63A2ED275@PGSMSX106.gar.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Dai, Wei" , "Richardson, Bruce" To: Olivier Matz Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 6B8BE2C74 for ; Sat, 12 Nov 2016 22:21:11 +0100 (CET) Received: by mail-wm0-f48.google.com with SMTP id t79so36260316wmt.0 for ; Sat, 12 Nov 2016 13:21:11 -0800 (PST) In-Reply-To: <49759EB36A64CF4892C1AFEC9231E8D63A2ED275@PGSMSX106.gar.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" > > The test recently added accesses to lpm->tbl8[ip >> 8] with is much larger than > > the size of the table, causing a crash of the test application. > > > > Fix this typo by replacing tbl8 by tbl24. > > > > Fixes: 231fa88ed522 ("app/test: verify LPM tbl8 recycle") > > > > Signed-off-by: Olivier Matz > Acked-by: Wei Dai Applied, thanks