Page MenuHomeFreeBSD

D11981.diff
No OneTemporary

D11981.diff

Index: head/sys/dev/hyperv/netvsc/if_hn.c
===================================================================
--- head/sys/dev/hyperv/netvsc/if_hn.c
+++ head/sys/dev/hyperv/netvsc/if_hn.c
@@ -3403,7 +3403,8 @@
*/
hn_resume(sc);
- if (sc->hn_xvf_flags & HN_XVFFLAG_ENABLED) {
+ if ((sc->hn_flags & HN_FLAG_RXVF) ||
+ (sc->hn_xvf_flags & HN_XVFFLAG_ENABLED)) {
/*
* Since we have reattached the NVS part,
* change the datapath to VF again; in case

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 15, 12:46 AM (21 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
9091301
Default Alt Text
D11981.diff (476 B)

Event Timeline