You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hv_netvsc: Mark VF as slave before exposing it to user-mode
When a VF is being exposed form the kernel, it should be marked as "slave"
before exposing to the user-mode. The VF is not usable without netvsc
running as master. The user-mode should never see a VF without the "slave"
flag.
This commit moves the code of setting the slave flag to the time before
VF is exposed to user-mode.
Cc: [email protected]
Fixes: 0c19556 ("netvsc: transparent VF management")
Signed-off-by: Long Li <[email protected]>
Signed-off-by: Haiyang Zhang <[email protected]>
Acked-by: Stephen Hemminger <[email protected]>
Acked-by: Dexuan Cui <[email protected]>
Signed-off-by: Paolo Abeni <[email protected]>
0 commit comments