Re: [dpdk-dev] Doubt regarding DPDK hash Library implementation

2021-11-04 Thread Thomas Monjalon
04/11/2021 17:39, Medvedkin, Vladimir: > >> 01/11/2021 11:55, Syam Prasad N Pearson: > >>> /** Number of items per bucket. */ > >>> *#define RTE_HASH_BUCKET_ENTRIES 8* > >>> > >>> defined inside: > >>> dpdk-20.11.3/dpdk-stable-20.11.3/lib/librte_hash /rte_cuckoo_hash.h > >>> > >>> Why does the libr

Re: [dpdk-dev] Doubt regarding DPDK hash Library implementation

2021-11-04 Thread Medvedkin, Vladimir
@dpdk.org; Wang, Yipeng1 ; Gobriel, Sameh ; Richardson, Bruce ; Medvedkin, Vladimir Subject: Re: [dpdk-dev] Doubt regarding DPDK hash Library implementation +Cc hash lib maintainers 01/11/2021 11:55, Syam Prasad N Pearson: Dear Sir/Madam, I am a developer trying to get familiar with the DPDK hash

Re: [dpdk-dev] Doubt regarding DPDK hash Library implementation

2021-11-04 Thread Kinsella, Ray
; ; Gobriel, Sameh ; > Richardson, Bruce ; Medvedkin, Vladimir > > Subject: Re: [dpdk-dev] Doubt regarding DPDK hash Library > implementation > > +Cc hash lib maintainers > > 01/11/2021 11:55, Syam Prasad N Pearson: > > Dear Sir/Madam, > > I am a developer

Re: [dpdk-dev] Doubt regarding DPDK hash Library implementation

2021-11-04 Thread Thomas Monjalon
+Cc hash lib maintainers 01/11/2021 11:55, Syam Prasad N Pearson: > Dear Sir/Madam, > I am a developer trying to get familiar with the DPDK hash library. I tried > to make and use a hash table successfully. > During the development I came across a variable > > /** Number of items per bucket. */ >