Re: [PATCH net-next] liquidio: fix PF falsely indicating success at setting MAC address of a nonexistent VF

2017-05-17 Thread David Miller
From: Felix Manlunas Date: Tue, 16 May 2017 11:28:00 -0700 > In the function assigned to .ndo_set_vf_mac, check the validity of the > vfidx argument before proceeding to tell the firmware to set the VF MAC > address. > > Signed-off-by: Felix Manlunas > Signed-off-by: Derek Chickles Applied.

[PATCH net-next] liquidio: fix PF falsely indicating success at setting MAC address of a nonexistent VF

2017-05-16 Thread Felix Manlunas
In the function assigned to .ndo_set_vf_mac, check the validity of the vfidx argument before proceeding to tell the firmware to set the VF MAC address. Signed-off-by: Felix Manlunas Signed-off-by: Derek Chickles --- drivers/net/ethernet/cavium/liquidio/lio_main.c | 3 +++ 1 file changed, 3 inse