Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
This commit is contained in:
@@ -898,7 +898,9 @@ static void macb_tx_interrupt(struct macb_queue *queue)
|
||||
|
||||
/* First, update TX stats if needed */
|
||||
if (skb) {
|
||||
if (gem_ptp_do_txstamp(queue, skb, desc) == 0) {
|
||||
if (unlikely(skb_shinfo(skb)->tx_flags &
|
||||
SKBTX_HW_TSTAMP) &&
|
||||
gem_ptp_do_txstamp(queue, skb, desc) == 0) {
|
||||
/* skb now belongs to timestamp buffer
|
||||
* and will be removed later
|
||||
*/
|
||||
|
Reference in New Issue
Block a user