Re: [dpdk-dev] [PATCH v8 0/6] Elastic Flow Distributor

2017-01-18 Thread Thomas Monjalon
2017-01-17 22:23, 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 v8 0/6] Elastic Flow Distributor

2017-01-17 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