Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 20 Nov 2002 20:11:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 20 Nov 2002 20:11:54 -0500 Received: from fmr05.intel.com ([134.134.136.6]:58878 "EHLO hermes.jf.intel.com") by vger.kernel.org with ESMTP id ; Wed, 20 Nov 2002 20:11:53 -0500 Message-ID: <288F9BF66CD9D5118DF400508B68C44604758DE4@orsmsx113.jf.intel.com> From: "Feldman, Scott" To: "'Jeff V. Merkey'" , Robert Olsson Cc: Jeff Garzik , linux-kernel@vger.kernel.org Subject: RE: e1000 fixes (NAPI) Date: Wed, 20 Nov 2002 17:18:51 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 728 Lines: 16 > Need another fix. You need to reinstrument the tasklet > schedule in the fill_rx_ring instread of doing the whole thing from > interrupt. When the system is loaded at 100% saturation on gigbit > with 300 byte packets or smaller, the driver does not allow any > processes to run, and you cannot log in via ssh or any user space > apps. This is severely busted. That's one of the points of NAPI - to process high traffic Rx rates outside of h/w interrupt context. -scott - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/