Re: [PATCH RFC v2 1/2] can: fix multiple delivery of a single CAN frame for overlapping CAN filters
From: Oliver Hartkopp <socketcan@hartkopp.net>
Date: 2015-03-30 10:29:34
Also in:
linux-can
From: Oliver Hartkopp <socketcan@hartkopp.net>
Date: 2015-03-30 10:29:34
Also in:
linux-can
On 30.03.2015 11:50, Marc Kleine-Budde wrote:
quoted
can_err_mask_t err_mask; + struct sk_buff __percpu **uniq_skb; + ktime_t __percpu *uniq_tstamp;What about creating a struct to hold the ktime_t and the skb? BTW: the pointer to the skb can be marked as const.
Don't think so. The pointer points to some allocated memory. Regards, Oliver