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
Unknown Object (File)
Tue, Jun 9, 11:57 PM
Unknown Object (File)
Mon, Jun 8, 8:49 PM
Unknown Object (File)
Fri, May 22, 1:48 AM
Unknown Object (File)
May 14 2026, 12:48 PM
Unknown Object (File)
May 13 2026, 11:51 PM
Unknown Object (File)
May 13 2026, 11:36 PM
Unknown Object (File)
May 13 2026, 4:36 PM
Unknown Object (File)
May 11 2026, 7:10 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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 20690
Build 20105: 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.