Received: with ECARTIS (v1.0.0; list netdev); Thu, 30 Dec 2004 08:01:21 -0800 (PST) Received: from mx1.wiggy.net (Debian-exim@levante.wiggy.net [195.85.225.139]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id iBUG0sIk013948 for ; Thu, 30 Dec 2004 08:01:15 -0800 Received: from wichert by mx1.wiggy.net with local (Exim 4.34) id 1Ck2p1-0001eM-U7; Thu, 30 Dec 2004 17:06:44 +0100 Date: Thu, 30 Dec 2004 17:06:43 +0100 From: Wichert Akkerman To: netdev@oss.sgi.com Cc: tgraf@suug.ch Subject: ing_filter debug messages Message-ID: <20041230160643.GD24603@wiggy.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6+20040907i X-SA-Exim-Connect-IP: X-Virus-Scanned: ClamAV 0.80/638/Tue Dec 21 14:41:34 2004 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 13247 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: wichert@wiggy.net Precedence: bulk X-list: netdev After upgrading a machine to (unpatched mainline) 2.6.10 my kernel log is filled with ing_filter (debug?) messages: Dec 30 16:24:58 thunder kernel: ing_filter: fixed eth1 out eth1 Dec 30 16:24:58 thunder kernel: ing_filter: fixed eth1 out eth1 Dec 30 16:37:08 thunder kernel: ing_filter: fixed eth1 out eth1 Dec 30 16:37:08 thunder kernel: ing_filter: fixed eth1 out eth1 Dec 30 16:49:08 thunder kernel: ing_filter: fixed eth1 out eth1 Dec 30 16:49:08 thunder kernel: ing_filter: fixed eth1 out eth1 Dec 30 17:01:08 thunder kernel: ing_filter: fixed eth1 out eth1 Dec 30 17:01:08 thunder kernel: ing_filter: fixed eth1 out eth1 the messages always come in pairs. eth1 is the externel interface which has a standard wondershaper configuration attached to it. Relevant bits of .config are below. Wichert. # # QoS and/or fair queueing # CONFIG_NET_SCHED=y CONFIG_NET_SCH_CLK_JIFFIES=y # CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set # CONFIG_NET_SCH_CLK_CPU is not set CONFIG_NET_SCH_CBQ=y CONFIG_NET_SCH_HTB=y # CONFIG_NET_SCH_HFSC is not set # CONFIG_NET_SCH_PRIO is not set # CONFIG_NET_SCH_RED is not set CONFIG_NET_SCH_SFQ=y # CONFIG_NET_SCH_TEQL is not set CONFIG_NET_SCH_TBF=y # CONFIG_NET_SCH_GRED is not set # CONFIG_NET_SCH_DSMARK is not set # 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=y CONFIG_NET_CLS_ACT=y CONFIG_NET_ACT_POLICE=y CONFIG_NET_ACT_GACT=y CONFIG_GACT_PROB=y CONFIG_NET_ACT_MIRRED=y CONFIG_NET_ACT_IPT=y CONFIG_NET_ACT_PEDIT=y -- Wichert Akkerman It is simple to make things. http://www.wiggy.net/ It is hard to make things simple.