patches for DPDK stable branches
 help / color / mirror / Atom feed
* Re: [dpdk-stable] [dpdk-dev] [PATCH v2] hash: fix unlimited cuckoo path
       [not found]   ` <4159266.vbO0LUZKF2@xps13>
@ 2016-10-12 15:31     ` De Lara Guarch, Pablo
  0 siblings, 0 replies; only message in thread
From: De Lara Guarch, Pablo @ 2016-10-12 15:31 UTC (permalink / raw)
  To: stable



> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> Sent: Wednesday, October 12, 2016 8:02 AM
> To: De Lara Guarch, Pablo
> Cc: dev@dpdk.org; Richardson, Bruce
> Subject: Re: [dpdk-dev] [PATCH v2] hash: fix unlimited cuckoo path
> 
> 2016-10-12 01:50, Pablo de Lara:
> > When trying to insert a new entry, if its target bucket is full,
> > the alternative location (bucket) of one of the entries is checked,
> > to try to find an empty slot, with make_space_bucket.
> > This function is called every time a new bucket is checked, recursively.
> > To avoid having a very long insert operation (and to avoid filling up
> > the stack), a limit in the number of pushes is introduced.
> >
> > Fixes: 48a399119619 ("hash: replace with cuckoo hash implementation")
> >
> > Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> 
> Applied, thanks

This patch should be merged in the stable repo.

Thanks,
Pablo

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-10-12 15:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1476232972-12564-1-git-send-email-pablo.de.lara.guarch@intel.com>
     [not found] ` <1476233413-12788-1-git-send-email-pablo.de.lara.guarch@intel.com>
     [not found]   ` <4159266.vbO0LUZKF2@xps13>
2016-10-12 15:31     ` [dpdk-stable] [dpdk-dev] [PATCH v2] hash: fix unlimited cuckoo path De Lara Guarch, Pablo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).