net: add rte prefix to ether functions
[dpdk.git] / drivers / net / mlx4 / mlx4_flow.c
index 087725d..5287b90 100644 (file)
@@ -1393,7 +1393,7 @@ next_vlan:
                        mac = &priv->mac[i];
                else
                        mac = &eth_mask.dst;
-               if (is_zero_ether_addr(mac))
+               if (rte_is_zero_ether_addr(mac))
                        continue;
                /* Check if MAC flow rule is already present. */
                for (flow = LIST_FIRST(&priv->flows);