Re: [dpdk-dev] [PATCH V2 0/5] table: add key mask for hash tables

2017-10-11 Thread Dumitrescu, Cristian
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Cristian Dumitrescu > Sent: Tuesday, October 10, 2017 12:19 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH V2 0/5] table: add key mask for hash tables > > Main changes: > > 1

[dpdk-dev] [PATCH V2 0/5] table: add key mask for hash tables

2017-10-10 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