Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146961096
D12098.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
592 B
Referenced Files
None
Subscribers
None
D12098.diff
View Options
Index: head/sys/net/iflib.c
===================================================================
--- head/sys/net/iflib.c
+++ head/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
Sun, Mar 8, 4:02 AM (1 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29390819
Default Alt Text
D12098.diff (592 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