5 #ifndef _RTE_THASH_GFNI_H_ 6 #define _RTE_THASH_GFNI_H_ 20 #ifndef RTE_THASH_GFNI_DEFINED 40 static inline uint32_t
42 const uint8_t *key __rte_unused,
int len __rte_unused)
44 RTE_LOG(ERR, HASH,
"%s is undefined under given arch\n", __func__);
71 int len __rte_unused, uint8_t *tuple[] __rte_unused,
72 uint32_t val[], uint32_t num)
76 RTE_LOG(ERR, HASH,
"%s is undefined under given arch\n", __func__);
77 for (i = 0; i < num; i++)
#define RTE_LOG(l, t,...)