[PATCH net-next] nfp: inform the VF driver needs to be restarted after changing the MAC

2017-10-26 Thread Jakub Kicinski
From: Pablo Cascón Add message to inform the VF MAC was changed and the need to restart the VF driver for the changes to be effective. Signed-off-by: Pablo Cascón Signed-off-by: Jakub Kicinski --- drivers/net/ethernet/netronome/nfp/nfp_net_sriov.c | 8 +++- 1 file changed, 7 insertions(+)

Re: [PATCH net-next] nfp: inform the VF driver needs to be restarted after changing the MAC

2017-10-28 Thread David Miller
From: Jakub Kicinski Date: Thu, 26 Oct 2017 17:35:38 -0700 > From: Pablo Cascón > > Add message to inform the VF MAC was changed and the need to restart > the VF driver for the changes to be effective. > > Signed-off-by: Pablo Cascón > Signed-off-by: Jakub Kicinski Applied, thanks!