net/mlx4_en: Support software timestamping
authorAmir Vadai <amirv@mellanox.com>
Tue, 23 Apr 2013 06:06:50 +0000 (06:06 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Apr 2013 20:30:14 +0000 (16:30 -0400)
commiteb0cabbd1bebbf41858ded768c9cad8840708447
tree213870df2f1d71789b063c4c461d1d70eb9d61f2
parentec693d47010e8302e61e0bdf3f47496c5610641a
net/mlx4_en: Support software timestamping

Kernel software timestamping requires that the driver calls skb_tx_timestamp
just before passing the skb to the HW MAC layer. This patch adds this call.

Signed-off-by: Amir Vadai <amirv@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx4/en_tx.c