]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/dpaa/dpaa_ethdev.c
net: add rte prefix to ether functions
[dpdk.git] / drivers / net / dpaa / dpaa_ethdev.c
index 0e1dc1ae8f64c7634188f84d9fb487bf3d03e93f..6716dd0cf3ae87e0fe4a1757661069957b66b46c 100644 (file)
@@ -1374,7 +1374,7 @@ dpaa_dev_init(struct rte_eth_dev *eth_dev)
        }
 
        /* copy the primary mac address */
-       ether_addr_copy(&fman_intf->mac_addr, &eth_dev->data->mac_addrs[0]);
+       rte_ether_addr_copy(&fman_intf->mac_addr, &eth_dev->data->mac_addrs[0]);
 
        RTE_LOG(INFO, PMD, "net: dpaa: %s: %02x:%02x:%02x:%02x:%02x:%02x\n",
                dpaa_device->name,