Re: [PATCH] ravb: fix software timestamping

2016-03-27 Thread David Miller
From: Lino Sanfilippo Date: Sun, 27 Mar 2016 12:22:02 +0200 > In ravb_start_xmit dont call skb_tx_timestamp only when hardware > timestamping is requested: in the latter case software timestamps are > suppressed and thus the call of skb_tx_timestamp does not have any effect. > > Instead call skb

Re: [PATCH] ravb: fix software timestamping

2016-03-27 Thread Sergei Shtylyov
Hello. On 03/27/2016 01:22 PM, Lino Sanfilippo wrote: In ravb_start_xmit dont call skb_tx_timestamp only when hardware timestamping is requested: in the latter case software timestamps are suppressed and thus the call of skb_tx_timestamp does not have any effect. Instead call skb_tx_timestamp

[PATCH] ravb: fix software timestamping

2016-03-27 Thread Lino Sanfilippo
In ravb_start_xmit dont call skb_tx_timestamp only when hardware timestamping is requested: in the latter case software timestamps are suppressed and thus the call of skb_tx_timestamp does not have any effect. Instead call skb_tx_timestamp unconditionally in ravb_start_xmit, since the function che