Re: [PATCH 1/2] NET: Multiple queue network device support
From: Jarek Poplawski <hidden>
Date: 2007-03-09 07:22:11
Also in:
lkml
From: Jarek Poplawski <hidden>
Date: 2007-03-09 07:22:11
Also in:
lkml
On 07-03-2007 23:42, David Miller wrote:
I didn't say to use skb->priority, I said to shrink skb->priority down to a u16 and then make another u16 which will store your queue mapping value.
Peter is right: this is fully used by schedulers (prio, CBQ, HTB, HFSC...) and would break users' scripts, so I wouldn't recommend, too. Regards, Jarek P.