• S
    netvsc: transparent VF management · 0c195567
    stephen hemminger 提交于
    This patch implements transparent fail over from synthetic NIC to
    SR-IOV virtual function NIC in Hyper-V environment. It is a better
    alternative to using bonding as is done now. Instead, the receive and
    transmit fail over is done internally inside the driver.
    
    Using bonding driver has lots of issues because it depends on the
    script being run early enough in the boot process and with sufficient
    information to make the association. This patch moves all that
    functionality into the kernel.
    Signed-off-by: NStephen Hemminger <sthemmin@microsoft.com>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    0c195567
hyperv_net.h 35.6 KB