Re: [dpdk-dev] [PATCH v3 00/18] librte_table: add key mask for hash tables

2017-10-18 Thread Dumitrescu, Cristian
> Cristian Dumitrescu (18): > test: removing calls to deprecated hash tables > librte_table: remove deprecated 8-byte key hash tables > librte_table: remove deprecated 16-byte key hash tables > librte_table: remove deprecated variable size key ext hash tables > librte_table: remove deprec

[dpdk-dev] [PATCH v3 00/18] librte_table: add key mask for hash tables

2017-10-18 Thread Cristian Dumitrescu
Main changes: 1. The key_mask parameter is added to all the hash tables that were previously missing it, as well to the hash compute function. This was first started in DPDK 2.0, but was only implemented for a couple of hash tables. The benefit of this approach is that it allows for bette

[dpdk-dev] [PATCH v3 00/18] librte_table: add key mask for hash tables

2017-10-18 Thread Cristian Dumitrescu
Main changes: 1. The key_mask parameter is added to all the hash tables that were previously missing it, as well to the hash compute function. This was first started in DPDK 2.0, but was only implemented for a couple of hash tables. The benefit of this approach is that it allows for bette