[dpdk-dev] [PATCH] dpdk: fix a crash during rte_table_hash_key16_ext overload

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Mar 27 12:17:47 CET 2015


> > The hash_key16_ext table allocates a 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 patch fixes a problem.
> > 
> > Signed-off-by: Mirek Walukiewicz <miroslaw.walukiewicz at intel.com>
> 
> Acked by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>

Applied, thanks

> Mirek, identical issue is found at identical place in rte_table_hash_key8.c
> and rte_table_hash_key32.c, would you please submit the same fix for those as well?

Merged (Maciej's patch)



More information about the dev mailing list