]> git.droids-corp.org - dpdk.git/blobdiff - app/pdump/main.c
net: add rte prefix to ether structures
[dpdk.git] / app / pdump / main.c
index 3d208548fa13c9d5c89a52f22c3284e1b23715de..80dc924cfad61607ca05f1363b9822e28b158e8b 100644 (file)
@@ -549,7 +549,7 @@ signal_handler(int sig_num)
 static inline int
 configure_vdev(uint16_t port_id)
 {
-       struct ether_addr addr;
+       struct rte_ether_addr addr;
        const uint16_t rxRings = 0, txRings = 1;
        int ret;
        uint16_t q;