* Re: [OOPS] 2.6.8 and ingress scheduling
@ 2004-08-15 8:43 Andreas Sundstrom
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sundstrom @ 2004-08-15 8:43 UTC (permalink / raw)
To: linux-kernel
> hello,
>
> the last line (filter add) in the "wondershaper" script does sth. to the
> kernel, that lets it panic on receiving network packets.
>
> now, if I could capture the trace, that was great... nothing is on disk,
> its also more than fits on the screen, and no scrollback exists.
>
> please cc answers/questions,
>
> regards,
>
> peter
[...]
I can confirm that I have this problem too.
If anyone want me to try a patch just let me know.
/Andreas Sundstrom
^ permalink raw reply [flat|nested] 2+ messages in thread
* [OOPS] 2.6.8 and ingress scheduling
@ 2004-08-14 17:52 lkml
0 siblings, 0 replies; 2+ messages in thread
From: lkml @ 2004-08-14 17:52 UTC (permalink / raw)
To: linux-kernel
hello,
the last line (filter add) in the "wondershaper" script does sth. to the
kernel, that lets it panic on receiving network packets.
now, if I could capture the trace, that was great... nothing is on disk,
its also more than fits on the screen, and no scrollback exists.
please cc answers/questions,
regards,
peter
PS: excerpt from wondershaper script:
[...]
tc qdisc add dev $DEV handle ffff: ingress
# filter *everything* to it (0.0.0.0/0), drop everything that's
# coming in too fast:
tc filter add dev $DEV parent ffff: protocol ip prio 50 u32 match ip src \
0.0.0.0/0 police rate ${DOWNLINK}kbit burst 10k drop flowid :1
PPS: likely relevant lines from .config
# QoS and/or fair queueing
#
CONFIG_NET_SCHED=y
# CONFIG_NET_SCH_CLK_JIFFIES is not set
# CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set
CONFIG_NET_SCH_CLK_CPU=y
CONFIG_NET_SCH_CBQ=y
CONFIG_NET_SCH_HTB=y
CONFIG_NET_SCH_HFSC=y
CONFIG_NET_SCH_PRIO=y
CONFIG_NET_SCH_RED=y
CONFIG_NET_SCH_SFQ=y
CONFIG_NET_SCH_TEQL=y
CONFIG_NET_SCH_TBF=y
CONFIG_NET_SCH_GRED=y
CONFIG_NET_SCH_DSMARK=y
# CONFIG_NET_SCH_NETEM is not set
CONFIG_NET_SCH_INGRESS=y
CONFIG_NET_QOS=y
CONFIG_NET_ESTIMATOR=y
CONFIG_NET_CLS=y
CONFIG_NET_CLS_TCINDEX=y
CONFIG_NET_CLS_ROUTE4=y
CONFIG_NET_CLS_ROUTE=y
CONFIG_NET_CLS_FW=y
CONFIG_NET_CLS_U32=y
# CONFIG_CLS_U32_PERF is not set
# CONFIG_NET_CLS_IND is not set
CONFIG_NET_CLS_RSVP=y
# CONFIG_NET_CLS_RSVP6 is not set
# CONFIG_NET_CLS_ACT is not set
CONFIG_NET_CLS_POLICE=y
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-08-15 8:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-15 8:43 [OOPS] 2.6.8 and ingress scheduling Andreas Sundstrom
-- strict thread matches above, loose matches on Subject: below --
2004-08-14 17:52 lkml
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox