Page MenuHomeFreeBSD

D11981.id31926.diff
No OneTemporary

D11981.id31926.diff

Index: sys/dev/hyperv/netvsc/if_hn.c
===================================================================
--- sys/dev/hyperv/netvsc/if_hn.c
+++ 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, 2:46 AM (8 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
9091351
Default Alt Text
D11981.id31926.diff (461 B)

Event Timeline