dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/blackfin
Patrick Ohly cb9eff0978 net: new user space API for time stamping of incoming and outgoing packets
User space can request hardware and/or software time stamping.
Reporting of the result(s) via a new control message is enabled
separately for each field in the message because some of the
fields may require additional computation and thus cause overhead.
User space can tell the different kinds of time stamps apart
and choose what suits its needs.

When a TX timestamp operation is requested, the TX skb will be cloned
and the clone will be time stamped (in hardware or software) and added
to the socket error queue of the skb, if the skb has a socket
associated with it.

The actual TX timestamp will reach userspace as a RX timestamp on the
cloned packet. If timestamping is requested and no timestamping is
done in the device driver (potentially this may use hardware
timestamping), it will be done in software after the device's
start_hard_xmit routine.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-02-15 22:43:33 -08:00
..
boot kbuild: use KECHO convenience echo 2008-12-03 21:32:01 +01:00
configs Blackfin arch: Update CM-BF527 kernel config 2009-02-04 16:49:45 +08:00
include/asm net: new user space API for time stamping of incoming and outgoing packets 2009-02-15 22:43:33 -08:00
kernel Blackfin arch: Update Copyright information 2009-02-04 16:49:45 +08:00
lib Blackfin arch: merge adeos blackfin part to arch/blackfin/ 2009-01-07 23:14:39 +08:00
mach-bf518 Blackfin arch: add platform device bfin_mii-bus and KSZ8893M switch driver platform resources to board files 2009-02-04 16:49:45 +08:00
mach-bf527 Blackfin arch: add platform device bfin_mii-bus and KSZ8893M switch driver platform resources to board files 2009-02-04 16:49:45 +08:00
mach-bf533 Blackfin arch: drop CONFIG_I2C_BOARDINFO ifdefs 2009-02-04 16:49:45 +08:00
mach-bf537 Blackfin arch: add platform device bfin_mii-bus and KSZ8893M switch driver platform resources to board files 2009-02-04 16:49:45 +08:00
mach-bf538 Blackfin arch: Fix bug - Run "reboot" hangs bf518-ezbrd 2009-02-04 16:49:45 +08:00
mach-bf548 Blackfin arch: Add ANOMALY_05000380 to BF54x to kill the compile warning 2009-02-04 16:49:45 +08:00
mach-bf561 Blackfin arch: Add BF561 PPI POLS, POLC Masks 2009-02-04 16:49:45 +08:00
mach-common Blackfin arch: fix 2 bugs related to debug 2009-02-04 16:49:45 +08:00
mm Blackfin arch: Faster C implementation of no-MPU CPLB handler 2009-01-07 23:14:38 +08:00
oprofile Blackfin arch: remove hardware PM code, oprofile not use it 2009-01-07 23:14:39 +08:00
Kconfig Blackfin arch: add support for mobile ddr bf54x parts 2009-02-04 16:49:45 +08:00
Kconfig.debug Blackfin arch: change HWTRACE Kconfig and set it on default 2009-01-07 23:14:38 +08:00
Makefile Blackfin arch: line up machine-/cpu- vars after BF54xM addition 2009-02-04 16:49:45 +08:00