Patrick Ohly
ac45f602ee
net: infrastructure for hardware time stamping
...
The additional per-packet information (16 bytes for time stamps, 1
byte for flags) is stored for all packets in the skb_shared_info
struct. This implementation detail is hidden from users of that
information via skb_* accessor functions. A separate struct resp.
union is used for the additional information so that it can be
stored/copied easily outside of skb_shared_info.
Compared to previous implementations (reusing the tstamp field
depending on the context, optional additional structures) this
is the simplest solution. It does not extend sk_buff itself.
TX time stamping is implemented in software if the device driver
doesn't support hardware time stamping.
The new semantic for hardware/software time stamping around
ndo_start_xmit() is based on two assumptions about existing
network device drivers which don't support hardware time
stamping and know nothing about it:
- they leave the new skb_shared_tx unmodified
- the keep the connection to the originating socket in skb->sk
alive, i.e., don't call skb_orphan()
Given that skb_shared_tx is new, the first assumption is safe.
The second is only true for some drivers. As a result, software
TX time stamping currently works with the bnx2 driver, but not
with the unmodified igb driver (the two drivers this patch series
was tested with).
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-02-15 22:43:34 -08:00
..
2009-01-06 18:10:26 -08:00
2009-01-30 19:50:25 +05:30
2009-01-30 19:59:53 +05:30
2009-01-06 17:14:01 -08:00
2009-01-06 11:53:56 -05:00
2009-01-11 01:34:25 +01:00
2008-12-31 18:18:13 +01:00
2009-01-09 12:37:15 -08:00
2009-01-30 20:00:47 +05:30
2009-01-30 23:30:42 +05:30
2009-01-30 23:32:45 +05:30
2009-01-08 20:10:38 +00:00
2009-02-09 15:03:48 -05:00
2009-02-09 15:03:49 -05:00
2009-01-06 11:53:47 -05:00
2009-01-30 23:34:34 +05:30
2009-01-30 23:36:36 +05:30
2009-02-14 22:56:56 -08:00
2009-01-07 10:00:22 -08:00
2009-01-02 10:19:37 -08:00
2009-01-09 03:41:08 -05:00
2009-01-15 16:39:41 -08:00
2009-01-30 23:38:03 +05:30
2008-12-29 08:29:50 +01:00
2009-01-21 14:02:19 -08:00
2009-01-06 11:38:14 -07:00
2009-02-08 09:56:11 -08:00
2009-02-02 22:45:10 -05:00
2009-01-30 23:38:37 +05:30
2009-01-29 16:00:33 -05:00
2009-01-15 16:39:41 -08:00
2009-01-30 23:39:08 +05:30
2009-01-09 11:52:14 -08:00
2009-01-04 15:14:42 -05:00
2009-01-06 15:59:23 -08:00
2009-01-30 23:39:42 +05:30
2009-01-08 08:31:12 -08:00
2009-01-08 15:37:43 +00:00
2009-01-30 23:40:06 +05:30
2009-01-06 15:59:29 -08:00
2009-02-02 12:41:07 +01:00
2008-12-30 09:05:13 +10:30
2009-01-01 10:12:19 +10:30
2009-02-02 08:43:48 +01:00
2009-01-30 23:40:35 +05:30
2009-01-04 13:33:20 -08:00
2009-01-09 16:54:42 -08:00
2009-01-30 23:41:27 +05:30
2009-01-15 16:39:41 -08:00
2009-01-30 23:44:08 +05:30
2009-02-11 14:25:36 -08:00
2009-01-30 23:44:41 +05:30
2009-01-30 22:35:29 +01:00
2009-02-15 22:43:31 -08:00
2009-01-23 22:28:48 -08:00
2009-01-14 14:15:14 +01:00
2009-01-02 12:19:34 -08:00
2009-01-02 09:29:43 -08:00
2009-01-09 16:54:41 -08:00
2009-01-02 09:23:03 -08:00
2009-02-02 23:22:04 -08:00
2008-12-29 17:47:23 +10:00
2009-01-06 09:05:31 +01:00
2009-01-01 10:12:30 +10:30
2009-01-08 08:31:11 -08:00
2009-02-05 16:48:53 +11:00
2009-01-15 16:39:41 -08:00
2008-12-31 18:07:38 -05:00
2009-01-21 14:34:05 -08:00
2009-01-26 19:21:26 -08:00
2009-01-06 03:05:09 +00:00
2009-01-09 15:06:12 -08:00
2009-01-12 20:56:41 +01:00
2009-01-30 23:45:32 +05:30
2009-01-04 11:00:05 +01:00
2009-02-06 22:06:43 -08:00
2009-01-03 11:57:35 +01:00
2009-01-28 07:50:14 -08:00
2009-01-30 23:46:03 +05:30
2009-01-05 08:40:21 -08:00
2009-01-05 08:40:25 -08:00
2009-01-05 08:40:25 -08:00
2009-01-06 11:38:16 -07:00
2009-01-30 23:46:40 +05:30
2009-01-30 23:47:07 +05:30
2008-12-29 08:29:50 +01:00
2009-01-30 23:47:59 +05:30
2009-01-30 23:48:33 +05:30
2009-02-15 22:43:33 -08:00
2009-02-08 20:22:18 -08:00
2009-01-08 08:31:00 -08:00
2009-01-08 08:31:00 -08:00
2009-01-08 17:14:59 -08:00
2009-01-08 17:14:59 -08:00
2008-12-29 11:27:46 +02:00
2009-02-05 12:56:46 -08:00
2008-12-31 18:07:42 -05:00
2008-12-31 18:07:42 -05:00
2009-01-09 16:54:42 -08:00
2009-01-02 10:19:38 -08:00
2009-01-30 23:49:39 +05:30
2008-12-29 08:29:51 +01:00
2009-01-06 15:59:01 -08:00
2009-01-30 23:50:12 +05:30
2008-12-30 16:10:19 -08:00
2009-01-21 14:03:37 -08:00
2009-01-21 14:02:36 -08:00
2009-01-30 23:50:37 +05:30
2009-01-30 23:51:17 +05:30
2009-01-04 01:00:51 +01:00
2009-02-10 14:56:59 -08:00
2009-01-26 21:19:52 +01:00
2009-01-26 21:19:57 +01:00
2009-01-21 14:02:26 -08:00
2009-01-30 23:51:41 +05:30
2009-01-14 19:19:04 +01:00
2009-01-29 16:00:53 -05:00
2009-01-30 23:52:16 +05:30
2009-01-30 23:52:41 +05:30
2009-02-05 21:26:19 -08:00
2009-01-30 23:53:12 +05:30
2009-01-26 12:30:12 -08:00
2009-01-30 23:53:40 +05:30
2009-01-30 23:54:53 +05:30
2009-01-30 23:55:45 +05:30
2009-01-15 16:39:41 -08:00
2009-02-14 22:58:35 -08:00
2009-01-30 23:56:13 +05:30
2009-01-30 23:56:48 +05:30
2009-02-05 21:25:32 -08:00
2009-02-14 22:58:35 -08:00
2009-01-06 10:50:09 -08:00
2009-01-21 14:03:35 -08:00
2009-01-30 23:57:16 +05:30
2009-01-30 23:57:43 +05:30
2009-02-01 01:04:33 -08:00
2009-02-05 13:04:33 +01:00
2009-01-15 16:39:41 -08:00
2009-01-03 14:11:08 +01:00
2009-01-06 17:10:53 -08:00
2009-01-03 14:10:09 +01:00
2009-01-15 16:39:38 -08:00
2009-01-05 22:46:26 -05:00
2009-01-30 23:58:12 +05:30
2009-01-30 23:59:12 +05:30
2009-01-30 23:58:41 +05:30
2009-01-30 23:59:44 +05:30
2009-01-31 00:00:06 +05:30
2009-01-02 11:44:09 -08:00
2009-01-05 14:53:30 +01:00
2009-01-02 10:19:40 -08:00
2009-01-16 11:57:00 -05:00
2009-01-15 16:39:37 -08:00
2009-01-05 08:40:30 -08:00
2009-01-15 16:39:41 -08:00
2009-02-02 23:55:27 -08:00
2008-12-31 15:11:46 +01:00
2009-02-05 12:56:46 -08:00
2009-01-20 20:52:10 -08:00
2009-01-29 18:04:43 -08:00
2009-01-03 14:11:07 +01:00
2009-01-15 16:39:41 -08:00
2009-01-08 12:38:58 +00:00
2009-01-08 17:55:03 +00:00
2008-12-30 09:26:11 +10:30
2009-02-02 23:04:31 -05:00
2008-12-30 16:20:19 -08:00
2009-01-15 16:39:41 -08:00
2009-01-15 16:39:38 -08:00
2008-12-29 04:59:31 -08:00
2009-01-15 16:39:41 -08:00
2009-01-08 08:31:10 -08:00
2009-01-06 15:59:00 -08:00
2009-01-06 15:59:00 -08:00
2009-01-09 16:54:41 -08:00
2009-01-06 15:59:00 -08:00
2009-01-31 00:00:35 +05:30
2009-01-09 22:44:25 +01:00
2009-01-11 17:55:16 +01:00
2009-01-08 08:31:07 -08:00
2009-01-08 12:04:47 +00:00
2009-02-10 10:48:42 -08:00
2009-01-08 08:31:07 -08:00
2009-01-27 16:06:21 -08:00
2009-02-07 08:33:01 -08:00
2009-01-05 08:40:13 +10:30
2009-01-22 13:57:41 -08:00
2009-01-31 00:01:11 +05:30
2008-12-31 18:07:38 -05:00
2009-01-06 11:28:07 +01:00
2009-02-14 22:58:35 -08:00
2009-01-31 00:01:42 +05:30
2009-02-15 22:43:33 -08:00
2009-02-14 22:58:35 -08:00
2009-02-14 22:58:35 -08:00
2009-01-07 17:38:31 -05:00
2009-01-31 00:02:27 +05:30
2009-02-13 13:45:49 -05:00
2009-01-06 15:59:00 -08:00
2009-01-31 00:15:24 +05:30
2009-01-08 16:25:18 +11:00
2009-01-09 15:49:06 -07:00
2009-01-07 22:48:15 +01:00
2009-01-07 09:59:50 -08:00
2009-01-08 08:31:05 -08:00
2009-01-06 15:59:07 -08:00
2009-01-04 13:33:20 -08:00
2009-01-06 15:59:00 -08:00
2009-01-09 03:39:43 -05:00
2009-02-03 12:41:58 -08:00
2009-01-07 11:13:22 -08:00
2009-01-07 11:13:11 -08:00
2009-02-04 16:58:41 -08:00
2009-01-06 17:10:04 -08:00
2009-01-15 16:39:41 -08:00
2009-01-31 00:02:54 +05:30
2009-01-08 08:31:12 -08:00
2009-01-08 08:31:12 -08:00
2009-02-14 22:58:35 -08:00
2009-01-31 00:03:40 +05:30
2009-02-10 17:18:17 -08:00
2009-01-06 10:44:29 -08:00
2009-01-06 10:44:30 -08:00
2009-01-06 15:59:12 -08:00
2009-01-04 12:17:39 +01:00
2009-01-21 15:55:35 -08:00
2009-01-31 00:05:30 +05:30
2009-01-07 21:44:20 +01:00
2009-01-07 21:44:20 +01:00
2009-01-05 08:40:25 -08:00
2009-01-16 18:02:10 +01:00
2009-01-15 16:39:41 -08:00
2009-01-05 18:31:12 -08:00
2009-01-31 00:05:59 +05:30
2009-01-10 06:04:33 -08:00
2009-01-01 10:12:26 +10:30
2009-01-05 10:18:08 +01:00
2009-01-15 16:39:37 -08:00
2008-12-30 17:31:25 -08:00
2009-01-06 15:59:28 -08:00
2009-01-06 15:59:07 -08:00
2009-01-04 13:33:20 -08:00
2009-01-31 00:15:57 +05:30
2009-02-11 14:04:21 +01:00
2009-02-14 22:58:35 -08:00
2009-01-07 09:58:22 +11:00
2008-12-30 09:05:19 +10:30
2009-01-02 10:19:43 -08:00
2009-01-08 16:25:18 +11:00
2009-01-02 10:19:42 -08:00
2009-01-31 00:06:33 +05:30
2009-02-15 22:43:34 -08:00
2009-01-27 23:48:59 +02:00
2008-12-29 11:45:47 +02:00
2009-01-11 03:41:58 +01:00
2009-02-01 00:37:22 -08:00
2009-02-15 22:43:33 -08:00
2009-01-31 00:07:00 +05:30
2009-02-10 00:02:54 +01:00
2009-02-09 08:15:39 -08:00
2009-01-05 08:40:14 +10:30
2009-01-27 02:15:45 -05:00
2009-01-14 19:56:50 -08:00
2009-01-08 08:31:10 -08:00
2008-12-28 09:54:52 +01:00
2009-01-31 00:07:31 +05:30
2009-02-11 14:25:36 -08:00
2009-02-01 01:04:33 -08:00
2009-01-31 00:08:18 +05:30
2009-02-14 22:58:35 -08:00
2008-12-30 09:05:12 +10:30
2009-01-01 10:12:25 +10:30
2008-12-31 09:53:21 +01:00
2009-02-15 22:43:32 -08:00
2009-01-02 10:19:36 -08:00
2009-01-02 10:19:40 -08:00
2009-01-07 11:27:12 -08:00
2009-01-06 10:44:44 -08:00
2009-01-07 10:00:11 -08:00
2009-01-27 16:15:36 -08:00
2009-01-31 00:09:13 +05:30
2009-01-31 00:10:11 +05:30
2009-01-02 17:11:52 -02:00
2009-01-31 00:10:59 +05:30
2008-12-30 09:26:04 +10:30
2009-01-31 00:11:25 +05:30
2009-01-31 00:12:44 +05:30
2009-02-04 16:35:13 -08:00
2008-12-30 09:25:58 +10:30
2008-12-30 09:26:03 +10:30
2009-01-06 15:59:05 -08:00
2009-02-05 12:56:48 -08:00
2009-01-07 10:00:16 -08:00
2009-01-29 16:00:05 -05:00
2009-01-26 09:47:56 -08:00
2009-01-06 15:59:09 -08:00