-
Notifications
You must be signed in to change notification settings - Fork 4
Linux Kernel traving for Rx with PACKET_MMAP
James Bensley edited this page May 7, 2017
·
1 revision
tpacket_rcv()
// SOF_TIMESTAMPING_SYS_HARDWARE is deprecated, returns SOF_TIMESTAMPING_RAW_HARDWARE
tpacket_get_timestamp(skb, &ts, po->tp_tstamp)
- Introduction
- References
- EtherateMT Design Notes and Usage:
- EtherateMT Design Overview
- EtherateMT Socket Overview
- EtherateMT PACKET_MMAP Mode
- EtherateMT Transmit Overview
- EtherateMT Transmission - AF_PACKET Deep Dive:
- EtherateMT Transmission - AF_XDP