Page MenuHomeFreeBSD

D47103.id.diff
No OneTemporary

D47103.id.diff

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

Mime Type
text/plain
Expires
Mon, Jul 27, 7:00 PM (1 h, 34 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35613152
Default Alt Text
D47103.id.diff (406 B)

Event Timeline