Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161661104
D57459.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
511 B
Referenced Files
None
Subscribers
None
D57459.diff
View Options
diff --git a/sys/dev/firewire/if_fwe.c b/sys/dev/firewire/if_fwe.c
--- a/sys/dev/firewire/if_fwe.c
+++ b/sys/dev/firewire/if_fwe.c
@@ -548,6 +548,7 @@
struct fwe_softc *fwe;
struct fw_bulkxfer *sxfer;
struct fw_pkt *fp;
+ struct epoch_tracker et;
#if 0
u_char *c;
#endif
@@ -599,7 +600,9 @@
c[20], c[21], c[22], c[23]
);
#endif
+ NET_EPOCH_ENTER(et);
if_input(ifp, m);
+ NET_EPOCH_EXIT(et);
if_inc_counter(ifp, IFCOUNTER_IPACKETS, 1);
}
if (STAILQ_FIRST(&xferq->stfree) != NULL)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jul 6, 5:28 PM (11 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33768253
Default Alt Text
D57459.diff (511 B)
Attached To
Mode
D57459: fix(fwe): add missing net epoch around ether_input
Attached
Detach File
Event Timeline
Log In to Comment