Penguin
Diff: TrafficControl
EditPageHistoryDiffInfoLikePages

Differences between current version and previous revision of TrafficControl.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 13 Last edited on Thursday, March 5, 2009 10:03:15 pm by PerryLorier
Older page: version 12 Last edited on Thursday, March 5, 2009 4:14:31 pm by PerryLorier Revert
@@ -107,9 +107,9 @@
 !!u32 
 The u32 match appears to be the most frequently used match. It appears that having multiple u32 matches on the same "prio" will be attempted to be "stack" into a single hash table. Errors can occur if they can't be "stacked". Try giving them a unique prio. u32 always matches from the "network" (aka IP/IP6) header. To get at the link layer header, negative offsets can be used as a hack. 
  
 !!tcindex 
-This matches on the skb->tc_index. I don't know what this is used for? 
+This matches on the skb->tc_index. I don't know what this is used for? ([ref|http://www.opalsoft.net/qos/DS-210.htm])  
  
 !!rsvp 
 Match on RSVP flow labels. ([ref|http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=net/sched/cls_rsvp.h;hb=HEAD])