From: "Mathieu MALAISE" <mmalaise@mediatronics-corp.com>
To: lartc@vger.kernel.org
Subject: [LARTC] Kernel options for QoS
Date: Thu, 29 May 2003 20:12:09 +0000 [thread overview]
Message-ID: <marc-lartc-105423931530369@msgid-missing> (raw)
In-Reply-To: <marc-lartc-105424179501005@msgid-missing>
Hello All,
I'm new to QoS under Linux so please be indulgent
with the following question.
I try to run tc under Linux 2.4.20, my kernel has the
following options:
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
CONFIG_NETLINK=y
CONFIG_NETLINK_DEV=y
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
# CONFIG_FILTER is not set
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
# CONFIG_IP_PNP is not set
CONFIG_NET_IPIP=m
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_MROUTE is not set
# CONFIG_INET_ECN is not set
CONFIG_SYN_COOKIES=y
[...]
# QoS and/or fair queueing
#
CONFIG_NET_SCHED=y
CONFIG_NET_SCH_CBQ=y
CONFIG_NET_SCH_HTB=y
CONFIG_NET_SCH_CSZ=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_INGRESS=y
CONFIG_NET_QOS=y
CONFIG_NET_ESTIMATOR=y
# CONFIG_NET_CLS is not set
but when I try to do:
[root@mysystem]# tc qdisc add dev ppp0 root tbf rate 128kbit latency 50ms burst 1540
I get this:
RTNETLINK answers: Invalid argument
syslog says:
modprobe: Can't locate module sch_tbf
if I compile it as a module, the module fails to load anyway (some unresolved symbols)...
Do I miss an option that should be set in the kernel .config file ?
Thanks for your help,
Mathieu.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
next prev parent reply other threads:[~2003-05-29 20:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-28 20:54 [LARTC] Kernel options for QoS Stef Coene
2003-05-29 20:12 ` Mathieu MALAISE [this message]
2003-05-30 7:38 ` Stef Coene
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-lartc-105423931530369@msgid-missing \
--to=mmalaise@mediatronics-corp.com \
--cc=lartc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.