Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108439406
D12098.id32302.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
577 B
Referenced Files
None
Subscribers
None
D12098.id32302.diff
View Options
Index: sys/net/iflib.c
===================================================================
--- sys/net/iflib.c
+++ sys/net/iflib.c
@@ -3927,7 +3927,7 @@
IFDI_VLAN_REGISTER(ctx, vtag);
/* Re-init to load the changes */
if (if_getcapenable(ifp) & IFCAP_VLAN_HWFILTER)
- iflib_init_locked(ctx);
+ iflib_if_init_locked(ctx);
CTX_UNLOCK(ctx);
}
@@ -3946,7 +3946,7 @@
IFDI_VLAN_UNREGISTER(ctx, vtag);
/* Re-init to load the changes */
if (if_getcapenable(ifp) & IFCAP_VLAN_HWFILTER)
- iflib_init_locked(ctx);
+ iflib_if_init_locked(ctx);
CTX_UNLOCK(ctx);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 25, 7:06 PM (14 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16160159
Default Alt Text
D12098.id32302.diff (577 B)
Attached To
Mode
D12098: During VLAN creation, bnxt_init() seems to be getting invoked without bnxt_stop().
Attached
Detach File
Event Timeline
Log In to Comment