Re: [dpdk-dev] [PATCH v3 0/4] add new k32v64 hash table

2020-05-08 Thread Medvedkin, Vladimir
; Richardson, Bruce Subject: Re: [dpdk-dev] [PATCH v3 0/4] add new k32v64 hash table On 2020-04-15 20:17, Vladimir Medvedkin wrote: Currently DPDK has a special implementation of a hash table for 4 byte keys which is called FBK hash. Unfortunately its main drawback is that it only supports 2 byte values

Re: [dpdk-dev] [PATCH v3 0/4] add new k32v64 hash table

2020-04-23 Thread Ananyev, Konstantin
dimir ; dev@dpdk.org > > > Cc: Ananyev, Konstantin ; Wang, Yipeng1 > > > ; Gobriel, Sameh ; > > > Richardson, Bruce > > > Subject: Re: [dpdk-dev] [PATCH v3 0/4] add new k32v64 hash table > > > > > > On 2020-04-15 20:17, Vladimir Medvedkin w

Re: [dpdk-dev] [PATCH v3 0/4] add new k32v64 hash table

2020-04-16 Thread Wang, Yipeng1
> -Original Message- > From: Mattias Rönnblom > Sent: Thursday, April 16, 2020 4:41 AM > To: Medvedkin, Vladimir ; dev@dpdk.org > Cc: Ananyev, Konstantin ; Wang, Yipeng1 > ; Gobriel, Sameh ; > Richardson, Bruce > Subject: Re: [dpdk-dev] [PATCH v3 0/4] add new k

Re: [dpdk-dev] [PATCH v3 0/4] add new k32v64 hash table

2020-04-16 Thread Thomas Monjalon
16/04/2020 16:02, Medvedkin, Vladimir: > Hi Thomas, > > On 16/04/2020 10:39, Thomas Monjalon wrote: > > 15/04/2020 20:17, Vladimir Medvedkin: > >> Currently DPDK has a special implementation of a hash table for > >> 4 byte keys which is called FBK hash. Unfortunately its main drawback > >> is that

Re: [dpdk-dev] [PATCH v3 0/4] add new k32v64 hash table

2020-04-16 Thread Medvedkin, Vladimir
Hi Thomas, On 16/04/2020 10:39, Thomas Monjalon wrote: 15/04/2020 20:17, Vladimir Medvedkin: Currently DPDK has a special implementation of a hash table for 4 byte keys which is called FBK hash. Unfortunately its main drawback is that it only supports 2 byte values. The new implementation calle

Re: [dpdk-dev] [PATCH v3 0/4] add new k32v64 hash table

2020-04-16 Thread Mattias Rönnblom
ichardson, Bruce > Subject: Re: [dpdk-dev] [PATCH v3 0/4] add new k32v64 hash table > > On 2020-04-15 20:17, Vladimir Medvedkin wrote: >> Currently DPDK has a special implementation of a hash table for >> 4 byte keys which is called FBK hash. Unfortunately its main drawback &

Re: [dpdk-dev] [PATCH v3 0/4] add new k32v64 hash table

2020-04-16 Thread Medvedkin, Vladimir
Hi Mattias, -Original Message- From: Mattias Rönnblom Sent: Wednesday, April 15, 2020 7:52 PM To: Medvedkin, Vladimir ; dev@dpdk.org Cc: Ananyev, Konstantin ; Wang, Yipeng1 ; Gobriel, Sameh ; Richardson, Bruce Subject: Re: [dpdk-dev] [PATCH v3 0/4] add new k32v64 hash table On 2020

Re: [dpdk-dev] [PATCH v3 0/4] add new k32v64 hash table

2020-04-16 Thread Thomas Monjalon
15/04/2020 20:17, Vladimir Medvedkin: > Currently DPDK has a special implementation of a hash table for > 4 byte keys which is called FBK hash. Unfortunately its main drawback > is that it only supports 2 byte values. > The new implementation called K32V64 hash > supports 4 byte keys and 8 byte ass

Re: [dpdk-dev] [PATCH v3 0/4] add new k32v64 hash table

2020-04-15 Thread Mattias Rönnblom
On 2020-04-15 20:17, Vladimir Medvedkin wrote: > Currently DPDK has a special implementation of a hash table for > 4 byte keys which is called FBK hash. Unfortunately its main drawback > is that it only supports 2 byte values. > The new implementation called K32V64 hash > supports 4 byte keys and 8