From: Eric Dumazet <redacted>
Date: Fri, 08 Jun 2012 08:17:18 +0200
On Thu, 2012-06-07 at 23:02 -0700, David Miller wrote:
quoted
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.
Looks like we'll get the bonding queue mapping and fix this alignment
bug for free then :-)