Page MenuHomeFreeBSD

netmap: netmap_transmit should honor bpf packet tap hook.
ClosedPublic

Authored by jsmith_verisign.com on Nov 7 2018, 7:23 PM.
Tags
None
Referenced Files
F147216559: D17896.id.diff
Mon, Mar 9, 4:58 AM
Unknown Object (File)
Fri, Mar 6, 3:20 AM
Unknown Object (File)
Fri, Feb 20, 2:42 AM
Unknown Object (File)
Thu, Feb 19, 5:48 PM
Unknown Object (File)
Sun, Feb 8, 3:43 AM
Unknown Object (File)
Sat, Feb 7, 4:04 PM
Unknown Object (File)
Jan 30 2026, 9:21 PM
Unknown Object (File)
Jan 30 2026, 5:44 PM

Details

Summary

This allows tcpdump to capture outbound kernel packets while
in netmap mode

Submitted by: Marc de la Gueronniere <mdelagueronniere@verisign.com>
MFC after: 1 week
Sponsored by: Verisign, Inc.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 20774
Build 20173: arc lint + arc unit

Event Timeline

sys/dev/netmap/netmap.c
3659

Please make this compile-time conditional

#ifdef __FreeBSD__

Added FreeBSD conditional

This revision is now accepted and ready to land.Nov 13 2018, 9:13 AM
This revision was automatically updated to reflect the committed changes.