Hi all:
I encounter one problem
in
"int dev_queue_xmit(struct sk_buff *skb)"function.
"rcu_dereference(dev->qdisc)" will return a non aligned pointer, so it will crash my system, so why this happend???Can you give some advice to avoid this.
q =
rcu_dereference(dev->qdisc); |