From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754248Ab1L1SRO (ORCPT ); Wed, 28 Dec 2011 13:17:14 -0500 Received: from mail.vyatta.com ([76.74.103.46]:48731 "EHLO mail.vyatta.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754045Ab1L1SRN (ORCPT ); Wed, 28 Dec 2011 13:17:13 -0500 Date: Wed, 28 Dec 2011 10:17:10 -0800 From: Stephen Hemminger To: Bjarke Istrup Pedersen Cc: Ben Hutchings , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Roger Luethi Subject: Re: [PATCH 1/1] via-rhine: Fix hanging with high CPU load on low-end broads. Message-ID: <20111228101710.51c4893f@nehalam.linuxnetplumber.net> In-Reply-To: References: <1325075319-13464-1-git-send-email-gurligebis@gentoo.org> <1325083051.2327.47.camel@deadeye> <1325092423.2327.70.camel@deadeye> Organization: Vyatta X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.8; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Looks like the hardware isn't really disabling interrupts correctly to support NAPI. NAPI is supposed to be friendly and under load the work should move to ksoftirqd. I suspect the IRQ management in this driver is borked. There is some stupid spin loops in the IRQ handler that happen when looking for Tx IRQ. I would run with debug set and see if this is triggering.