Re: [PATCH 8/8] can: replace timestamp as unique skb attribute

2015-08-04 Thread Greg KH
On Mon, Jul 27, 2015 at 08:34:32PM +0200, Oliver Hartkopp wrote: > Hello Greg, > > On 12.07.2015 21:18, Marc Kleine-Budde wrote: > >From: Oliver Hartkopp > > > >Commit 514ac99c64b "can: fix multiple delivery of a single CAN frame for > >overlapping CAN filters" requires the skb->tstamp to be set

Re: [PATCH 8/8] can: replace timestamp as unique skb attribute

2015-07-27 Thread Oliver Hartkopp
Hello Greg, On 12.07.2015 21:18, Marc Kleine-Budde wrote: From: Oliver Hartkopp Commit 514ac99c64b "can: fix multiple delivery of a single CAN frame for overlapping CAN filters" requires the skb->tstamp to be set to check for identical CAN skbs. Without timestamping to be required by user spa

[PATCH 8/8] can: replace timestamp as unique skb attribute

2015-07-12 Thread Marc Kleine-Budde
From: Oliver Hartkopp Commit 514ac99c64b "can: fix multiple delivery of a single CAN frame for overlapping CAN filters" requires the skb->tstamp to be set to check for identical CAN skbs. Without timestamping to be required by user space applications this timestamp was not generated which lead t