summaryrefslogtreecommitdiffstats
path: root/VNFs/DPPD-PROX/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'VNFs/DPPD-PROX/commands.h')
-rw-r--r--VNFs/DPPD-PROX/commands.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/VNFs/DPPD-PROX/commands.h b/VNFs/DPPD-PROX/commands.h
index 6c4a29a3..5ddb81e2 100644
--- a/VNFs/DPPD-PROX/commands.h
+++ b/VNFs/DPPD-PROX/commands.h
@@ -18,6 +18,8 @@
#define _COMMANDS_H_
#include <inttypes.h>
+#include <rte_ether.h>
+#include "prox_compat.h"
struct input;
@@ -64,6 +66,7 @@ void cmd_set_cache_class(uint32_t lcore_id, uint32_t set);
void cmd_cache_reset(void);
void cmd_reset_port(uint8_t port_id);
+void cmd_multicast(uint8_t port_id, unsigned int val, prox_rte_ether_addr *mac);
int reconnect_task(uint32_t lcore_id, uint32_t task_id);
int bypass_task(uint32_t lcore_id, uint32_t task_id);