Re: [PATCH net-next 1/5] dp83640: Include hash in timestamp/packet matching

2015-10-30 Thread Richard Cochran
On Fri, Oct 30, 2015 at 01:14:00PM +0100, Stefan Sørensen wrote: > Only using the message type and sequence id for matching timestamps with > packets is error prone, particularly if packets can be reordered. Fix by > extending the check to include the hash of bytes 20-29 (source id in PTPv2) > that

[PATCH net-next 1/5] dp83640: Include hash in timestamp/packet matching

2015-10-30 Thread Stefan Sørensen
Only using the message type and sequence id for matching timestamps with packets is error prone, particularly if packets can be reordered. Fix by extending the check to include the hash of bytes 20-29 (source id in PTPv2) that is provided with the timestamps. Signed-off-by: Stefan Sørensen --- d