Report failure when tap port is not mapped to real dpdk port.
[samplevnf.git] / VNFs / DPPD-PROX / hash_entry_types.h
index e2cbcb3..6288d5a 100644 (file)
 #define _HASH_ENTRY_TYPES_H_
 
 #include <rte_ether.h>
+#include "prox_compat.h"
 
 struct ether_addr_port {
-       struct ether_addr       mac;
+       prox_rte_ether_addr     mac;
        uint8_t                 pad;
        uint8_t                 out_idx;
 };