]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/e1000/em_ethdev.c
net: add rte prefix to ether functions
[dpdk.git] / drivers / net / e1000 / em_ethdev.c
index b2fdb5e10d72adbf370f60fee8022e405f1be0f6..cd70f280258c241264f2f85ef0dcef603e55b9ba 100644 (file)
@@ -294,7 +294,7 @@ eth_em_dev_init(struct rte_eth_dev *eth_dev)
        }
 
        /* Copy the permanent MAC address */
-       ether_addr_copy((struct rte_ether_addr *)hw->mac.addr,
+       rte_ether_addr_copy((struct rte_ether_addr *)hw->mac.addr,
                eth_dev->data->mac_addrs);
 
        /* initialize the vfta */