lkml.org 
[lkml]   [2005]   [Aug]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectWhat about adding range support for u32 classifier?
Hello, everyone!

The "range support" may be puzzled, but I don't know how to express my
problem exactly because of my poor english.

Just take an example, I may need all udp packets received on eth0
which source port is greater than 53 going into flow 10:1, and I only
wanna to type one tc command like this(In fact, I communicated with
kernel directly):

tc filter add dev eth0 parent ffff: protocol ip prio 20 \
u32 match udp sport gt 53 0xffff \
match ip protocol 17 0xff\
flowid 10:1

But I found I can't, because u32 classifier doesn't support matching
multi-value in one key.So I need to add (65535-53) keys to a u32
filter to implement this.

I intend to solve this problem by modifying u32 filter to match
multi-value in one key, but I am worrying the preformance.

Can someone give me some suggestions?

Sincerely.
Yuanyi Zhang
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-08-30 05:26    [W:0.058 / U:0.052 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site