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)
Sat, May 4, 5:30 AM
Unknown Object (File)
Thu, Apr 18, 6:56 PM
Unknown Object (File)
Mon, Apr 8, 9:34 AM
Unknown Object (File)
Mar 1 2024, 2:43 AM
Unknown Object (File)
Feb 8 2024, 11:33 PM
Unknown Object (File)
Jan 11 2024, 9:52 PM
Unknown Object (File)
Dec 20 2023, 12:37 AM
Unknown Object (File)
Dec 17 2023, 4:43 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.