net/mlx5: wrap Linux promiscuous and multicast functions
[dpdk.git] / drivers / net / mlx5 / mlx5.h
index 88cfed8..605ff52 100644 (file)
@@ -1031,6 +1031,8 @@ int mlx5_os_mac_addr_add(struct rte_eth_dev *dev, struct rte_ether_addr *mac,
 int mlx5_os_vf_mac_addr_modify(struct mlx5_priv *priv, unsigned int iface_idx,
                               struct rte_ether_addr *mac_addr,
                               int vf_index);
+int mlx5_os_set_promisc(struct rte_eth_dev *dev, int enable);
+int mlx5_os_set_allmulti(struct rte_eth_dev *dev, int enable);
 
 /* mlx5_txpp.c */