commit | 59cb89e6b763443c6360f634288c57668efeecc5 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <kubakici@wp.pl> | Sun Mar 16 20:32:48 2014 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 18 15:16:48 2014 -0400 |
tree | b5843736143abae447d36597bd7b07046039d105 | |
parent | 86a2b9cfccea1fb1fcb16a549ccddfe40be391d1 [diff] |
doc: update driver TX algorithm in timestamping.txt Since cd4d8fdad1f1 ("net: kernel panic in dev_hard_start_xmit: remove faulty software TX time stamping") dev_hard_start_xmit() will not provide software timestamps. It's a responsibility of the drivers to call skb_tx_timestamp() at the right time. Cc: linux-doc@vger.kernel.org Signed-off-by: Jakub Kicinski <kubakici@wp.pl> Signed-off-by: David S. Miller <davem@davemloft.net>