]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/atlantic/atl_ethdev.c
net: add rte prefix to ether functions
[dpdk.git] / drivers / net / atlantic / atl_ethdev.c
index 9460318aea7006dc136c55816a2fb3da9dd6d5b9..6b395806cc06535c579981764a3a31eb0587c0e7 100644 (file)
@@ -1578,7 +1578,7 @@ static int
 atl_add_mac_addr(struct rte_eth_dev *dev, struct rte_ether_addr *mac_addr,
                        uint32_t index __rte_unused, uint32_t pool __rte_unused)
 {
-       if (is_zero_ether_addr(mac_addr)) {
+       if (rte_is_zero_ether_addr(mac_addr)) {
                PMD_DRV_LOG(ERR, "Invalid Ethernet Address");
                return -EINVAL;
        }