Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115912730
D47103.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
406 B
Referenced Files
None
Subscribers
None
D47103.diff
View Options
diff --git a/sys/dev/dpaa2/dpaa2_ni.c b/sys/dev/dpaa2/dpaa2_ni.c
--- a/sys/dev/dpaa2/dpaa2_ni.c
+++ b/sys/dev/dpaa2/dpaa2_ni.c
@@ -2936,6 +2936,8 @@
KASSERT(btx->fq->chan == ch, ("%s: unexpected channel", __func__));
#endif /* INVARIANTS */
+ BPF_MTAP(sc->ifp, m);
+
error = bus_dmamap_load_mbuf_sg(buf->dmat, buf->dmap, m, segs, &nsegs,
BUS_DMA_NOWAIT);
if (__predict_false(error != 0)) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 1, 8:12 AM (18 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17877288
Default Alt Text
D47103.diff (406 B)
Attached To
Mode
D47103: dpaa2: allow tapping of tx packet in dpni
Attached
Detach File
Event Timeline
Log In to Comment