From: Eric Dumazet <hidden> Date: 2012-06-08 06:17:21
On Thu, 2012-06-07 at 23:02 -0700, David Miller wrote:
Hmmm, isn't that what qdisc_skb_cb is for? And even private data is
explicitly allocated:
quoted
unsigned char data[24];
there. :-)
By the way, I notice data[] is not aligned on a long on 64bit arches.
This might break net/sched/sch_netem.c on some arches, since
time_to_send is a u64.