Displaying 1 result from an estimated 1 matches for "tc_classid".
Did you mean:
tc_class
2005 Dec 20
0
Question about tc class in skb
...t use the tc
class id to map directly to the hardware queue, since we''ve already
classified them correctly. However by the time it gets into the driver
nothing in the skb seems to be usefully set to allow this.
I''m looking at skb->priority, skb->dst->tclassid, skb->tc_classid,
skb->tc_index, skb->tc_verd (okay, that was reaching). If I ping with
different QoS bits which I''m assigning to different htb flows, I see
(these are my debugging messages in the driver):
~$ ping -Q 0x10 172.29.50.230
kernel: outpkt: priority:06 tclassid:0x0 tc_classid:0x0 tc_in...