|
@@ -277,6 +277,7 @@ const struct net_device_ops nfp_repr_netdev_ops = {
|
|
|
.ndo_get_vf_config = nfp_app_get_vf_config,
|
|
|
.ndo_set_vf_link_state = nfp_app_set_vf_link_state,
|
|
|
.ndo_set_features = nfp_port_set_features,
|
|
|
+ .ndo_set_mac_address = eth_mac_addr,
|
|
|
};
|
|
|
|
|
|
static void nfp_repr_clean(struct nfp_repr *repr)
|