liquidio: fix PF falsely indicating success at setting MAC address of a nonexistent VF
authorFelix Manlunas <felix.manlunas@cavium.com>
Tue, 16 May 2017 18:28:00 +0000 (11:28 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 May 2017 18:48:29 +0000 (14:48 -0400)
commit0d9a5997842756f859032ae3efcaf79715a51883
treebdca6bc0175f2ff5d56b526ba7925051092ac5eb
parente1e3ce623699d0cd594fa69f69371a9dbc55aa9a
liquidio: fix PF falsely indicating success at setting MAC address of a nonexistent VF

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 <felix.manlunas@cavium.com>
Signed-off-by: Derek Chickles <derek.chickles@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/cavium/liquidio/lio_main.c