From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S269923AbTGPANJ (ORCPT ); Tue, 15 Jul 2003 20:13:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S269933AbTGPANJ (ORCPT ); Tue, 15 Jul 2003 20:13:09 -0400 Received: from fmr05.intel.com ([134.134.136.6]:38114 "EHLO hermes.jf.intel.com") by vger.kernel.org with ESMTP id S269923AbTGPANH convert rfc822-to-8bit (ORCPT ); Tue, 15 Jul 2003 20:13:07 -0400 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 Subject: RE: [patch] e1000 TSO parameter Date: Tue, 15 Jul 2003 17:27:56 -0700 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [patch] e1000 TSO parameter Thread-Index: AcNKkXfnLmDm+gDET0axp1OGYzd6LwAnoLlw From: "Feldman, Scott" To: Cc: , X-OriginalArrivalTime: 16 Jul 2003 00:27:56.0650 (UTC) FILETIME=[1A7EBCA0:01C34B31] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > TSO disabled: > > $ modprobe InterruptThrottleRate=0,0,0,0 TSO=0,0,0,0 If you're trying to remove all interrupt moderation, you'll also want to add these: RxIntDelay=0,0,0,0 RxAbsIntDelay=0,0,0,0 TxIntDelay=0,0,0,0 TxAbsIntDelay=0,0,0,0 See the app note here for more info: http://www.intel.com/design/network/applnots/8254x_ap450.htm -scott