Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150613516
D54241.id168139.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
598 B
Referenced Files
None
Subscribers
None
D54241.id168139.diff
View Options
diff --git a/sys/netgraph/ng_iface.c b/sys/netgraph/ng_iface.c
--- a/sys/netgraph/ng_iface.c
+++ b/sys/netgraph/ng_iface.c
@@ -680,7 +680,6 @@
const priv_p priv = NG_NODE_PRIVATE(NG_HOOK_NODE(hook));
const iffam_p iffam = get_iffam_from_hook(priv, hook);
struct ifnet *const ifp = priv->ifp;
- struct epoch_tracker et;
struct mbuf *m;
int isr;
@@ -723,9 +722,7 @@
random_harvest_queue(m, sizeof(*m), RANDOM_NET_NG);
M_SETFIB(m, ifp->if_fib);
CURVNET_SET(ifp->if_vnet);
- NET_EPOCH_ENTER(et);
netisr_dispatch(isr, m);
- NET_EPOCH_EXIT(et);
CURVNET_RESTORE();
return (0);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 3, 7:50 PM (2 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30776305
Default Alt Text
D54241.id168139.diff (598 B)
Attached To
Mode
D54241: ng_iface: don't recursively enter epoch in the rcvdata method
Attached
Detach File
Event Timeline
Log In to Comment