[dpdk-dev] LRU using DPDK 1.7

2014-09-23 Thread Saha, Avik (AWS)
referring to Matthew. -Original Message- From: Matthew Hall [mailto:mh...@mhcomputing.net] Sent: Monday, September 22, 2014 6:34 PM To: Saha, Avik (AWS) Cc: dev at dpdk.org Subject: Re: [dpdk-dev] LRU using DPDK 1.7 On Tue, Sep 23, 2014 at 01:08:21AM +, Saha, Avik (AWS) wrote: > I

[dpdk-dev] LRU using DPDK 1.7

2014-09-23 Thread Saha, Avik (AWS)
Hello I was wondering if there is way to use the rte_table_hash_lru without building a pipeline - Basically using the same hash table like functionality of add, delete and lookup without setting up a pipeline and connect it to ports etc. Thanks Avik

[dpdk-dev] LRU using DPDK 1.7

2014-09-22 Thread Matthew Hall
On Tue, Sep 23, 2014 at 03:43:59AM +, Saha, Avik (AWS) wrote: > So with DPDK 1.7 there are 2 separate implementations - one is the rte_hash > which does not support LRU (at least to my understanding - I could be wrong > here) and then there is the librte_table library which has support for L

[dpdk-dev] LRU using DPDK 1.7

2014-09-22 Thread Venkatesan, Venky
On 9/22/2014 6:33 PM, Matthew Hall wrote: > On Tue, Sep 23, 2014 at 01:08:21AM +, Saha, Avik (AWS) wrote: >> I was wondering if there is way to use the rte_table_hash_lru without >> building a pipeline - Basically using the same hash table like functionality >> of add, delete and lookup withou

[dpdk-dev] LRU using DPDK 1.7

2014-09-22 Thread Matthew Hall
On Tue, Sep 23, 2014 at 01:08:21AM +, Saha, Avik (AWS) wrote: > I was wondering if there is way to use the rte_table_hash_lru without > building a pipeline - Basically using the same hash table like functionality > of add, delete and lookup without setting up a pipeline and connect it to > p