Re: [dpdk-dev] [PATCH v4 1/5] efd: new Elastic Flow Distributor library

2017-01-16 Thread De Lara Guarch, Pablo
> -Original Message- > From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > Sent: Monday, January 16, 2017 4:26 AM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org; Marohn, Byron; Edupuganti, Saikrishna > Subject: Re: [dpdk-dev] [PATCH v4 1/5] efd: new Elasti

Re: [dpdk-dev] [PATCH v4 1/5] efd: new Elastic Flow Distributor library

2017-01-15 Thread Jerin Jacob
On Sun, Jan 15, 2017 at 12:04:31PM +, Pablo de Lara wrote: > Elastic Flow Distributor (EFD) is a distributor library that uses > perfect hashing to determine a target/value for a given incoming flow key. > It has the following advantages: > > - First, because it uses perfect hashing, it does n

[dpdk-dev] [PATCH v4 1/5] efd: new Elastic Flow Distributor library

2017-01-15 Thread Pablo de Lara
Elastic Flow Distributor (EFD) is a distributor library that uses perfect hashing to determine a target/value for a given incoming flow key. It has the following advantages: - First, because it uses perfect hashing, it does not store the key itself and hence lookup performance is not dependent