Re: [lng-odp] [PATCH 2/2] add queue size config to cuckoo table

2017-04-20 Thread Bill Fischofer
On Thu, Apr 6, 2017 at 11:07 PM, Honnappa Nagarahalli < honnappa.nagaraha...@linaro.org> wrote: > Some queue implementations in ODP take queue size input. Cuckoo table is > modified to provide the queue size input while creating the queue. > > Signed-off-by: Honnappa Nagarahalli

[lng-odp] [PATCH 2/2] add queue size config to cuckoo table

2017-04-06 Thread Honnappa Nagarahalli
Some queue implementations in ODP take queue size input. Cuckoo table is modified to provide the queue size input while creating the queue. Signed-off-by: Honnappa Nagarahalli --- helper/cuckootable.c | 1 + 1 file changed, 1 insertion(+) diff --git