Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F81968848
D11981.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
476 B
Referenced Files
None
Subscribers
None
D11981.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D11981: hyperv/hn: Re-set datapath after synthetic parts reattached.
Attached
Detach File
Event Timeline
Log In to Comment