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
F124993820: D17896.diff
Sat, Aug 2, 4:15 AM
Unknown Object (File)
Tue, Jul 22, 6:32 PM
Unknown Object (File)
Tue, Jul 15, 12:35 PM
Unknown Object (File)
Sun, Jul 6, 7:08 PM
Unknown Object (File)
Fri, Jul 4, 10:55 AM
Unknown Object (File)
Jun 17 2025, 10:49 AM
Unknown Object (File)
Jun 12 2025, 10:19 AM
Unknown Object (File)
Jun 10 2025, 4:11 AM

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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sys/dev/netmap/netmap.c
3659 ↗(On Diff #50133)

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.