2015-10-28 17:11, roy.fan.zhang at intel.com: > From: Fan Zhang <roy.fan.zhang at intel.com> > > 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 > *fixed build error: added missing symbol to > librte_table/rte_table_version.map > > v4: > *modified rte_prefetch offsets to improve hash/lru table > lookup performance. > > Acked-by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>
Please put this line in each commit. > Fan Zhang (7): > librte_table: add key_mask parameter to 8- and 16-bytes key hash > parameters > librte_table: add 16 byte hash table operations with computed lookup > app/test: modify app/test_table_combined and app/test_table_tables > app/test-pipeline: modify pipeline test > example/ip_pipeline: add parse_hex_string for internal use > example/ip_pipeline/pipeline: update flow_classification pipeline > librte_table: performance improvement on rte_prefetch offset Applied, thanks