net: add rte prefix to ether functions
[dpdk.git] / drivers / net / netvsc / hn_vf.c
index f1be7e2..27ac87e 100644 (file)
@@ -42,7 +42,7 @@ static int hn_vf_match(const struct rte_eth_dev *dev)
                if (vf_dev == dev)
                        continue;
 
-               if (is_same_ether_addr(mac, vf_mac))
+               if (rte_is_same_ether_addr(mac, vf_mac))
                        return i;
        }
        return -ENOENT;