commit | fc96256c906362e845d848d0f6a6354450059e81 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Sat Apr 23 11:35:46 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 26 01:13:18 2016 -0400 |
tree | 29e80831697a8b52e41aab1e087921948c7de0b9 | |
parent | 9f5db53507b6607dc1b5d59547097966c0e71047 [diff] |
net/mlx4_en: fix spurious timestamping callbacks When multiple skb are TX-completed in a row, we might incorrectly keep a timestamp of a prior skb and cause extra work. Fixes: ec693d47010e8 ("net/mlx4_en: Add HW timestamping (TS) support") Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Willem de Bruijn <willemb@google.com> Reviewed-by: Eran Ben Elisha <eranbe@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>