WernerRätscher: click-configuration

Eddie Kohler kohler at aciri.org
Thu May 31 02:32:30 EDT 2001


------- Forwarded Message

Return-Path: werner.raetscher at mchp.siemens.de
Delivery-Date: Mon May 28 05:55:29 2001
Return-Path: <werner.raetscher at mchp.siemens.de>
Received: from wyvern.aciri.org (wyvern.aciri.org [192.150.187.14])
	by coyote.aciri.org (8.11.3/8.11.1) with ESMTP id f4SCtTZ19216
	for <kohler at coyote.aciri.org>; Mon, 28 May 2001 05:55:29 -0700 (PDT)
	(envelope-from werner.raetscher at mchp.siemens.de)
Received: from goliath.siemens.de (goliath.siemens.de [194.138.37.131])
	by wyvern.aciri.org (8.11.3/8.11.1) with ESMTP id f4SCuDC11094
	for <kohler at aciri.org>; Mon, 28 May 2001 05:56:13 -0700 (PDT)
	(envelope-from werner.raetscher at mchp.siemens.de)
X-Envelope-Sender-Is: werner.raetscher at mchp.siemens.de (at relayer goliath.siemens.de)
Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14])
	by goliath.siemens.de (8.11.1/8.11.1) with ESMTP id f4SCtQ429662
	for <kohler at aciri.org>; Mon, 28 May 2001 14:55:26 +0200 (MET DST)
Received: from mail-o.mchp.siemens.de (mail-o.mchp.siemens.de [139.23.185.78])
	by mail1.siemens.de (8.11.0/8.11.0) with ESMTP id f4SCtPd15616
	for <kohler at aciri.org>; Mon, 28 May 2001 14:55:25 +0200 (MET DST)
Received: from mchp.siemens.de (IDENT:wtr@[139.21.173.20])
		by mail-o.mchp.siemens.de with ESMTP id f4SCtOI21948
		for <kohler at aciri.org>; Mon, 28 May 2001 14:55:24 +0200 (MET DST)
Sender: werner.raetscher at mchp.siemens.de
Message-ID: <3B124B26.86877C17 at mchp.siemens.de>
Date: Mon, 28 May 2001 14:57:10 +0200
From: Werner =?iso-8859-1?Q?R=E4tscher?= <werner.raetscher at mchp.siemens.de>
X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.14-5.0 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: Eddie Kohler <kohler at aciri.org>
Subject: click-configuration
Content-Type: multipart/mixed;
 boundary="------------C9CF8AD392FF550F169B1710"

This is a multi-part message in MIME format.
- --------------C9CF8AD392FF550F169B1710
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi Eddie,

I 'm trying to run a performance measurement on a router based on the
"polling linux" mode mentioned in your paper. Therefore I configured a
pc as udp generator with the udpgen.click configuration file in the
click distribution. The udp receiver just looks like:
      PollDevice -> Counter -> Discard;

If I directly connect the generator and the receiver over a hub, it
works perfectly. If I connect those PCs over the polling linux router, I
face a strange kind of problem: the PollDevice of the router gets all
packets I've sent from the generator, but it doesn't forward them to the
next click-element (ToLinux). If I read the ToLinux-tickets handler it
says "-1 -1 unscheduled". I wonder what happens to the packets? Why are
they not forwarded to Linux? Is something wrong with my polling linux
configuration file? Attached is this configuration file ( it's very
short).

Can you please send me the configuration you have used for measuring the
forwarding rate of polling linux?

Kindly Regards,
Werner

- --------------C9CF8AD392FF550F169B1710
Content-Type: text/plain; charset=us-ascii;
 name="PollingLinux.click"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="PollingLinux.click"

// PollingLinux.click

// This script configures a Polling Linux Router

pd1 :: PollDevice(eth2) -> tl1 :: ToLinux(eth2);
fl1 :: FromLinux(fake2, 192.168.10.0/24) 
	-> q1 :: Queue(100)
	-> td1 :: ToDevice(eth2);
pd2 :: PollDevice(eth3) -> tl2 :: ToLinux(eth3);
fl2 :: FromLinux(fake3, 192.168.11.0/24) 
	-> q2 :: Queue(100) 	
	-> td2 :: ToDevice(eth3);

- --------------C9CF8AD392FF550F169B1710--


------- End of Forwarded Message




More information about the click mailing list