Home
last modified time | relevance | path

Searched hist:"9 fbf082f569980ddd7cab348e0a118678db0e47e" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/core/
H A Drtnetlink.cdiff 9fbf082f569980ddd7cab348e0a118678db0e47e Thu Jan 30 06:59:49 CST 2020 Leon Romanovsky <leonro@mellanox.com> net/core: Do not clear VF index for node/port GUIDs query

VF numbers were assigned to node_guid and port_guid, but cleared
right before such query calls were issued. It caused to return
node/port GUIDs of VF index 0 for all VFs.

Fixes: 30aad41721e0 ("net/core: Add support for getting VF GUIDs")
Reported-by: Adrian Chiris <adrianc@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>