Re: RFC: on [ab]use of skb->cb by VLAN code
From: David Miller <davem@davemloft.net>
Date: 2007-07-31 02:06:22
From: David Miller <davem@davemloft.net>
Date: 2007-07-31 02:06:22
From: jamal <redacted> Date: Mon, 30 Jul 2007 22:02:04 -0400
I came across the issue because i used cb in batching to store transient state which is used between qdisc dequeueing and hardware enqueueing (looked and smelled legit to me).
Right, dequeue->device should be OK and doesn't work because of the VLAN issue.