summaryrefslogtreecommitdiffstats
path: root/src/util-dpdk-ice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util-dpdk-ice.h')
-rw-r--r--src/util-dpdk-ice.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/util-dpdk-ice.h b/src/util-dpdk-ice.h
index cdc2185..d535fa0 100644
--- a/src/util-dpdk-ice.h
+++ b/src/util-dpdk-ice.h
@@ -28,7 +28,9 @@
#ifdef HAVE_DPDK
-void iceDeviceSetRSSHashFunction(uint64_t *rss_conf);
+#include "util-dpdk.h"
+
+void iceDeviceSetRSSConf(struct rte_eth_rss_conf *rss_conf);
#endif /* HAVE_DPDK */