net: add rte prefix to ether functions
[dpdk.git] / drivers / net / thunderx / base / nicvf_mbox.c
index 2a793a4..332a249 100644 (file)
@@ -135,7 +135,7 @@ nicvf_handle_mbx_intr(struct nicvf *nic)
                nic->node = mbx.nic_cfg.node_id;
                nic->sqs_mode = mbx.nic_cfg.sqs_mode;
                nic->loopback_supported = mbx.nic_cfg.loopback_supported;
-               ether_addr_copy((struct rte_ether_addr *)mbx.nic_cfg.mac_addr,
+               rte_ether_addr_copy((struct rte_ether_addr *)mbx.nic_cfg.mac_addr,
                                (struct rte_ether_addr *)nic->mac_addr);
                nic->pf_acked = true;
                break;