[dpdk-dev] [PATCH] table: fix a crash during key8 and key32 overload

2015-03-27 Thread Thomas Monjalon
> > hash_key8_ext and hash_key32_ext tables allocate cache entries to > > support table overload cases. The crash can occur when cache entry is > > free after use. The problem is with computing the index of the free > > cache entry. The same case for key16 was fixed with earlier patch. > > > >

[dpdk-dev] [PATCH] table: fix a crash during key8 and key32 overload

2015-03-23 Thread Maciej Gajdzica
hash_key8_ext and hash_key32_ext tables allocate cache entries to support table overload cases. The crash can occur when cache entry is free after use. The problem is with computing the index of the free cache entry. The same case for key16 was fixed with earlier patch. Signed-off-by: Maciej

[dpdk-dev] [PATCH] table: fix a crash during key8 and key32 overload

2015-03-23 Thread Walukiewicz, Miroslaw
key8 and key32 > overload > > > > > -Original Message- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Maciej Gajdzica > > Sent: Monday, March 23, 2015 3:09 PM > > To: dev at dpdk.org > > Subject: [dpdk-dev] [PATCH] table: fix a crash

[dpdk-dev] [PATCH] table: fix a crash during key8 and key32 overload

2015-03-23 Thread Dumitrescu, Cristian
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Maciej Gajdzica > Sent: Monday, March 23, 2015 3:09 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] table: fix a crash during key8 and key32 > overload > > hash_key8_ext a