From mboxrd@z Thu Jan 1 00:00:00 1970 From: "George Spelvin" Subject: Re: [RFC] tulip: Support for byte queue limits Date: 31 Jul 2013 08:34:50 -0400 Message-ID: <20130731123450.5324.qmail@science.horizon.com> References: <1374075727.3861.6.camel@bwh-desktop.uk.level5networks.com> Cc: eric.dumazet@gmail.com, grantgrundler@gmail.com, grundler@parisc-linux.org, netdev@vger.kernel.org To: bhutchings@solarflare.com, linux@horizon.com Return-path: Received: from science.horizon.com ([71.41.210.146]:28603 "HELO science.horizon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751403Ab3GaMe7 (ORCPT ); Wed, 31 Jul 2013 08:34:59 -0400 In-Reply-To: <1374075727.3861.6.camel@bwh-desktop.uk.level5networks.com> Sender: netdev-owner@vger.kernel.org List-ID: Grumble. After a week of uptime with my tulip patches (the ones I posted here plus some cleanup patches) my kernel gave me this: ------------[ cut here ]------------ WARNING: at net/sched/sch_generic.c:255 dev_watchdog+0xd9/0x137() NETDEV WATCHDOG: cable (tulip): transmit queue 0 timed out CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.10.2-00033-gca137af #47 Hardware name: MICRO-STAR INTERNATIONAL CO.,LTD MS-7376/MS-7376, BIOS V1.7 01/13/2009 0000000000000000 ffffffff81028aba ffff88021fc03e68 ffff880216b38000 ffff88021fc03eb8 ffffffff8133643a ffffffff8133643a ffffffff81028b33 ffffffff8159fe93 ffff880200000030 ffff88021fc03ec8 ffff88021fc03e88 Call Trace: [] ? warn_slowpath_common+0x56/0x6b [] ? qdisc_rcu_free+0x19/0x19 [] ? qdisc_rcu_free+0x19/0x19 [] ? warn_slowpath_fmt+0x47/0x49 [] ? netif_tx_lock+0x47/0x72 [] ? dev_watchdog+0xd9/0x137 [] ? call_timer_fn.isra.29+0x1c/0x6f [] ? run_timer_softirq+0x19a/0x1c2 [] ? __do_softirq+0xb9/0x171 [] ? irq_exit+0x3a/0x7a [] ? smp_apic_timer_interrupt+0x72/0x7e [] ? apic_timer_interrupt+0x6a/0x70 [] ? amd_e400_idle+0xbf/0xc1 [] ? amd_e400_idle+0xb7/0xc1 [] ? cpu_startup_entry+0x9c/0xec [] ? start_kernel+0x2bd/0x2c8 [] ? repair_env_string+0x54/0x54 ---[ end trace fa3269ab5c1a15ad ]--- Since it's on the tulip device, it's probably my fault, and since it took a week to manifest itself, it's going to be a complete PITA to reproduce. Anyway, I haven't forgotten.