[dpdk-dev] [PATCH v4 0/7] librte_table: add key_mask parameter to

2015-11-25 Thread Thomas Monjalon
2015-10-28 17:11, roy.fan.zhang at intel.com: > From: Fan Zhang > > This patchset links to ABI change announced for librte_table. > The key_mask parameters has been added to the hash table > parameter structure for 8-byte key and 16-byte key extendible > bucket and LRU tables. > > v2: > *updated

[dpdk-dev] [PATCH v4 0/7] librte_table: add key_mask parameter to

2015-10-28 Thread roy.fan.zh...@intel.com
From: Fan Zhang This patchset links to ABI change announced for librte_table. The key_mask parameters has been added to the hash table parameter structure for 8-byte key and 16-byte key extendible bucket and LRU tables. v2: *updated release note v3: *merged release note with source code patch *