]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx4/mlx4_flow.c
net: add rte prefix to ether functions
[dpdk.git] / drivers / net / mlx4 / mlx4_flow.c
index 087725d7b17741cc591dc850a2b20bbbb99c6bab..5287b90670f829c6553ef98fc34f95063ca55b07 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);