We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ae62e commit f95633aCopy full SHA for f95633a
drivers/net/ethernet/mellanox/mlx5/core/en_rep.c
@@ -804,6 +804,7 @@ static const struct net_device_ops mlx5e_netdev_ops_rep = {
804
.ndo_stop = mlx5e_rep_close,
805
.ndo_start_xmit = mlx5e_xmit,
806
.ndo_setup_tc = mlx5e_rep_setup_tc,
807
+ .ndo_set_mac_address = eth_mac_addr,
808
.ndo_get_stats64 = mlx5e_rep_get_stats,
809
.ndo_has_offload_stats = mlx5e_rep_has_offload_stats,
810
.ndo_get_offload_stats = mlx5e_rep_get_offload_stats,
0 commit comments