All of lore.kernel.org
 help / color / mirror / Atom feed
From: bauer@mit.edu
To: lartc@vger.kernel.org
Subject: [LARTC] tcng 9b tests error
Date: Tue, 05 Nov 2002 18:01:10 +0000	[thread overview]
Message-ID: <marc-lartc-103651938025813@msgid-missing> (raw)

I was trying out tcng and got the following error.  Any suggestions?

Additive headers at external interface (C): FAILED
  Standard error:
  | input in flex scanner failed
File:      tests/additive
Command:   LD_LIBRARY_PATH=.   tcsim -v -Xc,-tif:c
tests/lib/additive.tcsim |   sed '/.* c .*returns /{s///;s/ (.*//;p;};d'
Input:     _in.15864
Output:    _out.15864
Reference: _ref.15864
scripts/runtests.sh: line 549: 15888 Broken pipe             cat
scripts/run-all-tests: line 14: 17625 Broken pipe             cat $n
make: *** [tests] Error 1

I also get an error with the following simple example:

[bauer@26-2-122 tcng]$ tcsim -ddd example.tcsim
0.000000: adding timer 360000.000000 (0x805f7f2)
--- TCC input ----------

# 1 "example.tc"
dev eth0 {
egress {
drop if tcp_sport != 80;
}
}


----------
--- TCC output ----------

# ================ Device eth0
# ================

tc qdisc add dev eth0 handle 1:0 root dsmark indices 1 default_index 0
tc filter add dev eth0 parent 1:0 protocol all prio 1 handle 1:0:0 u32
divisor 1
tc filter add dev eth0 parent 1:0 protocol all prio 1 u32 match u8 0x6
0xff at 9 offset at 0 mask 0f00 shift 6 eat link 1:0:0
tc filter add dev eth0 parent 1:0 protocol all prio 1 handle 1:0:1 u32
ht 1:0:0 match u16 0x50 0xffff at 0 classid 1:0
tc filter add dev eth0 parent 1:0 protocol all prio 1 u32 match u8 0x6
0xff at 9 classid 1:0 police index 1 rate 1bps burst 1 action drop/drop
tc filter add dev eth0 parent 1:0 protocol all prio 1 u32 match u32 0 0
at 0 classid 1:0
----------
| dsmark_init(sch 0x80b8c80,[qdisc 0x80b8cdc],opt 0x80b8c68)
| dsmark_init: qdisc 0x80b8cdc
| dsmark_get(sch 0x80b8c80,[qdisc 0x80b8cdc],classid 10000)
| dsmark_get(sch 0x80b8c80,[qdisc 0x80b8cdc],classid 10000)
| dsmark_get(sch 0x80b8c80,[qdisc 0x80b8cdc],classid 10000)
0.000000 E : 0x80c0bc0 40 : eth0: 45000028 00000000 40060000 0a000001
0a000002 00500000 00000000 00000000 50000000 00000000
0.000000 D : 0x80c0bc0 40 : eth0: 45000028 00000000 40060000 0a000001
0a000002 00500000 00000000 00000000 50000000 00000000
0.000000: adding timer 0.000320 (0x805405a)
0.000000 E : 0x80c0ef8 40 : eth0: 45000028 00000000 40060000 0a000001
0a000002 00160000 00000000 00000000 50000000 00000000
0.000000 * : 0x80c0ef8 40 : eth0: enqueue returns POLICED (3)
input in flex scanner failed
[bauer@26-2-122 tcng]$

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

             reply	other threads:[~2002-11-05 18:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-05 18:01 bauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-01-14 15:33 [LARTC] tcng 9b tests error Werner Almesberger

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-103651938025813@msgid-missing \
    --to=bauer@mit.edu \
    --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.