Re: [PATCH net-next 3/5] dp83640: Prune rx timestamp list before reading from it

2015-10-30 Thread Richard Cochran
On Fri, Oct 30, 2015 at 01:14:02PM +0100, Stefan Sørensen wrote: > The list of rx timestamps are currently only pruned of old entries when a > new entry is inserted. If no new entries are added, old timestamps may > survive beyond their lifetime, possible causing them to be attached to > packets wi

[PATCH net-next 3/5] dp83640: Prune rx timestamp list before reading from it

2015-10-30 Thread Stefan Sørensen
The list of rx timestamps are currently only pruned of old entries when a new entry is inserted. If no new entries are added, old timestamps may survive beyond their lifetime, possible causing them to be attached to packets with the same sequence number after a rollover. Signed-off-by: Stefan Søre