numam-dpdk/lib/librte_hash
Yipeng Wang 606bd11736 hash: fix TSX aborts with newer gcc
gcc 7 and 8 with O3 will generate vzeroupper from rte_memcpy
into TSX region which may abort the TSX transaction.

This fix changes rte_memcpy to memcpy which will not insert
extra vzeroupper into the library.

Fixes: f2e3001b53 ("hash: support read/write concurrency")
Cc: stable@dpdk.org

Signed-off-by: Yipeng Wang <yipeng1.wang@intel.com>
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
2018-11-14 01:02:07 +01:00
..
Makefile
meson.build
rte_cmp_arm64.h
rte_cmp_x86.h hash: fix TSX aborts with newer gcc 2018-11-14 01:02:07 +01:00
rte_crc_arm64.h
rte_cuckoo_hash.c hash: fix TSX aborts with newer gcc 2018-11-14 01:02:07 +01:00
rte_cuckoo_hash.h hash: add lock-free r/w concurrency 2018-10-26 12:50:43 +02:00
rte_fbk_hash.c
rte_fbk_hash.h
rte_hash_crc.h
rte_hash_version.map hash: support no free on delete 2018-10-26 12:44:52 +02:00
rte_hash.h hash: add lock-free r/w concurrency 2018-10-26 12:50:43 +02:00
rte_jhash.h
rte_thash.h