]> git.droids-corp.org - dpdk.git/blobdiff - examples/ethtool/lib/rte_ethtool.c
net: add rte prefix to ether functions
[dpdk.git] / examples / ethtool / lib / rte_ethtool.c
index 299488c1cbc01f832b67d88a638fcad7926c029a..571c4e5aa52cdbb5f67303ee52d865d1e2c19144 100644 (file)
@@ -327,7 +327,7 @@ rte_ethtool_net_validate_addr(uint16_t port_id __rte_unused,
 {
        if (addr == NULL)
                return -EINVAL;
-       return is_valid_assigned_ether_addr(addr);
+       return rte_is_valid_assigned_ether_addr(addr);
 }
 
 int