Re: [PATCH net] net/mlx4_en: fix spurious timestamping callbacks

2016-04-25 Thread David Miller
From: Eric Dumazet Date: Sat, 23 Apr 2016 11:35:46 -0700 > From: Eric Dumazet > > 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

Re: [PATCH net] net/mlx4_en: fix spurious timestamping callbacks

2016-04-24 Thread Eran Ben Elisha
On Sat, Apr 23, 2016 at 9:35 PM, Eric Dumazet wrote: > From: Eric Dumazet > > 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

Re: [PATCH net] net/mlx4_en: fix spurious timestamping callbacks

2016-04-23 Thread Eric Dumazet
On Sat, 2016-04-23 at 23:23 +0300, Or Gerlitz wrote: > On Sat, Apr 23, 2016 at 9:35 PM, Eric Dumazet wrote: > > From: Eric Dumazet > > > > When multiple skb are TX-completed in a row, we might incorrectly keep > > a timestamp of a prior skb and cause

Re: [PATCH net] net/mlx4_en: fix spurious timestamping callbacks

2016-04-23 Thread Or Gerlitz
On Sat, Apr 23, 2016 at 9:35 PM, Eric Dumazet wrote: > From: Eric Dumazet > > 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

[PATCH net] net/mlx4_en: fix spurious timestamping callbacks

2016-04-23 Thread Eric Dumazet
From: Eric Dumazet 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 Willem de