On Mon, Jun 13, 2011 at 06:59:45PM -0700, Ben Greear wrote:
Anyone know if skb->queue_mapping is set for incoming packets, ie to
notify which queue they came in on? I can't find it set anywhere,
and it appears it is sometimes set to 1 when it should be 0 in
my system.
Maybe it's never actually set, and I'm just reading some stale
data?
Thanks,
Ben
Yes, it is set by calls to skb_record_rx_queue in various multiqueue-
capable ethernet drivers. Where are you checking it and seeing the
incorrect value?