[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ingress
On Mon, 14 Feb 2000, Michael Rozhavsky wrote:
> Hello,
>
> I'm trying to test diffserv with ingress queue. Every definition I do I
> receive OOPS of kernel :(( I think that I receive oops on first receiced
> packet on this device.
>
> The following is an example of tc execution that is followed by oops:
> tc qdisc add dev eth1 handle ffff: ingress rate 10Mbit buffer 2kb limit
> 10kb
>
Ingress doesnt take any parameters; it should be:
tc qdisc add dev eth1 handle ffff: ingress
You then use the classifier to do metering/policing. Look at the
examples/diffserv directory for examples.
> When I try to ping this host it immediately hangs.
This is bad. I'll take a look.
cheers,
jamal