diff options
author | dexuan <dexuan@FreeBSD.org> | 2017-02-23 07:04:17 +0000 |
---|---|---|
committer | dexuan <dexuan@FreeBSD.org> | 2017-02-23 07:04:17 +0000 |
commit | eacb7ed261c8a649db8cba504d96d0f0aa0c7805 (patch) | |
tree | d653110b015e30846c3de0dd5b511e94d60e9bf9 /usr.bin/unexpand | |
parent | 801edb7982092c7fdc32ca79e679bc44e314d71f (diff) | |
download | FreeBSD-src-eacb7ed261c8a649db8cba504d96d0f0aa0c7805.zip FreeBSD-src-eacb7ed261c8a649db8cba504d96d0f0aa0c7805.tar.gz |
MFC: r312688
Approved by: sephe (mentor)
r312688
hyperv/hn: add the support for VF drivers (SR-IOV)
Hyper-V's NIC SR-IOV implementation needs a Hyper-V synthetic NIC and
a VF NIC to work together (both NICs have the same MAC address), mainly to
support seamless live migration.
When the VF device becomes UP (or DOWN), the synthetic NIC driver needs
to switch the data path from the synthetic NIC to the VF (or the opposite).
Note: multicast/broadcast packets are still received through the synthetic
NIC and we need to inject the packets through the VF interface (if the VF is
UP), even if the synthetic NIC is DOWN (so we need to force the rxfilter
to be NDIS_PACKET_TYPE_PROMISCUOUS, when the VF is UP).
Reviewed by: sephe
Approved by: sephe (mentor)
Sponsored by: Microsoft
Differential Revision: https://reviews.freebsd.org/D8964
Diffstat (limited to 'usr.bin/unexpand')
0 files changed, 0 insertions, 0 deletions