X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_hash%2Frte_hash.h;h=b678766025c12c4c280d7e9707411d70ad9d2e30;hb=5915699153d788c5cb3c449635eca46f1da6f2fe;hp=175c0bbb89c477ebb660338afc5edcb22fd80cf9;hpb=0f201fe961d75b7a920d6c1649f462feb47631a6;p=dpdk.git diff --git a/lib/librte_hash/rte_hash.h b/lib/librte_hash/rte_hash.h index 175c0bbb89..b678766025 100644 --- a/lib/librte_hash/rte_hash.h +++ b/lib/librte_hash/rte_hash.h @@ -56,6 +56,9 @@ extern "C" { #define RTE_HASH_LOOKUP_BULK_MAX 64 #define RTE_HASH_LOOKUP_MULTI_MAX RTE_HASH_LOOKUP_BULK_MAX +/** Enable Hardware transactional memory support. */ +#define RTE_HASH_EXTRA_FLAGS_TRANS_MEM_SUPPORT 0x01 + /** Signature of key that is stored internally. */ typedef uint32_t hash_sig_t;