[dpdk-dev] [PATCH] app/test: fix crash of lpm test

Thomas Monjalon thomas.monjalon at 6wind.com
Sat Nov 12 22:21:07 CET 2016


> > 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 <olivier.matz at 6wind.com>
> Acked-by: Wei Dai <wei.dai at intle.com>

Applied, thanks


More information about the dev mailing list