[LARTC] [PATCH] mark in u32
Andy Furniss
andy.furniss@dsl.pipex.com
Fri, 07 Jan 2005 02:45:28 +0000
Andy Furniss wrote:
> Thomas Graf wrote:
>
>> * Andy Furniss <41DDC858.6010908@dsl.pipex.com> 2005-01-06 23:23
>>
>>>> CONFIG_NET_CLS_ACT_POLICE?
>>>
>>>
>>> I can't find it! neither can grep .config
>>
>>
>>
>> Sorry, it's called CONFIG_NET_ACT_POLICE
>>
>
> OK - will be booting back into LFS to try soon.
Still no luck - I got build errors with bk8 (same type as below in fbdev
IIRC) so tried bk9 and got error below. I've seen that before with
2.95.3 (though it was mandrakes not LFS - had to move some vars up to
top to get Ed Wildgooses dsl patch to compile IIRC) so I tried bk8 with
gcc 3.3 and it built OK, but still no luck + my usb intelli mouse didn't
work.
I tried the prio change on a 2.4 but it makes no difference.
I have CONFIG_NET_ACT_POLICE in all my configs and police auto loads OK
on 2.6.9 (haven't checked others yet)- the 2.6.10-bk8 didn't autoload it
though, but modprobe first didn't help.
Probably lots more to try/check but it's getting late :-)
Does my initial test case work OK for you guys ?
http://marc.theaimsgroup.com/?l=lartc&m=110122532022827&w=2
The build error -
CC net/sched/sch_generic.o
CC net/sched/sch_api.o
CC net/sched/sch_fifo.o
CC net/sched/cls_api.o
net/sched/cls_api.c: In function `tcf_exts_validate':
net/sched/cls_api.c:467: parse error before `int'
net/sched/cls_api.c:471: `act' undeclared (first use in this function)
net/sched/cls_api.c:471: (Each undeclared identifier is reported only once
net/sched/cls_api.c:471: for each function it appears in.)
net/sched/cls_api.c:472: `err' undeclared (first use in this function)
make[2]: *** [net/sched/cls_api.o] Error 1
make[1]: *** [net/sched] Error 2
make: *** [net] Error 2
Andy.