> Thats not necessary. I just though you could add one exit point: > > > ... > out: > skb->queue_mapping = q->mq ? band : 0; > return q->queues[band]; > } > > But if that doesn't work don't bother ..
Unfortunately it won't, given how band might be used like this to select the queue: return q->queues[q->prio2band[band&TC_PRIO_MAX]]; I'll keep this in mind though, and if it can be done cleanly, I'll submit a patch. Thanks Patrick, -PJ - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html