Page MenuHomeFreeBSD

D57459.diff
No OneTemporary

D57459.diff

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

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)

Event Timeline