5 #ifndef _RTE_THASH_GFNI_H_ 6 #define _RTE_THASH_GFNI_H_ 12 #include <rte_compat.h> 21 #ifndef RTE_THASH_GFNI_DEFINED 41 static inline uint32_t
43 const uint8_t *key __rte_unused,
int len __rte_unused)
45 RTE_LOG(ERR, HASH,
"%s is undefined under given arch\n", __func__);
72 int len __rte_unused, uint8_t *tuple[] __rte_unused,
73 uint32_t val[], uint32_t num)
77 RTE_LOG(ERR, HASH,
"%s is undefined under given arch\n", __func__);
78 for (i = 0; i < num; i++)
#define RTE_LOG(l, t,...)