Description:
This PR fixes the following problems:
vfEthernetContextServer has to create VFs after next.Request, because the following elements (endpoint) can change the ethernetcontext that we are using inside vfCreate
It would be better if we set the VFs to their default state on Close (added vfCleanup)
Issue: https://github.com/networkservicemesh/sdk-sriov/issues/489
Description: This PR fixes the following problems:
vfEthernetContextServer
has to create VFs after next.Request, because the following elements (endpoint) can change theethernetcontext
that we are using insidevfCreate
vfCleanup
)Signed-off-by: Artem Glazychev artem.glazychev@xored.com