Re: [dpdk-dev] [PATCH v6 0/5] Elastic Flow Distributor

2017-01-17 Thread Thomas Monjalon
2017-01-16 19:21, Pablo de Lara: > 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 dep

[dpdk-dev] [PATCH v6 0/5] Elastic Flow Distributor

2017-01-16 Thread Pablo de Lara
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 on the key size. Second, the targe