From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Soltys Subject: questions / potential bug: e1000e and tx delay setting in msi-x mode Date: Wed, 09 Sep 2009 22:15:42 +0200 Message-ID: <4AA80CEE.5030704@ziu.info> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit To: Linux Netdev List Return-path: Received: from drutsystem.com ([80.72.38.138]:2793 "EHLO drutsystem.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752576AbZIIUPg (ORCPT ); Wed, 9 Sep 2009 16:15:36 -0400 Received: from drutsystem.com (localhost.drutsystem.com [127.0.0.1]) by drutsystem.com (Postfix) with ESMTP id 330189480FD for ; Wed, 9 Sep 2009 20:15:38 +0000 (GMT) Received: from [10.0.0.2] (unknown [80.72.44.82]) by drutsystem.com (Postfix) with ESMTP id DC4489480E4 for ; Wed, 9 Sep 2009 22:15:37 +0200 (CEST) Sender: netdev-owner@vger.kernel.org List-ID: While experimenting a bit with intel PRO/1000 CT nic (reported by lspci as Intel Corporation 82574L Gigabit Network Connection), I noticed following issues (?): 1) under default IntMode (MSI-X), TxAbsIntDelay doesn't seem to limit interrupt rate (as seen via /proc/interrupts), although it is capped by InterruptThrottleRate (or not at all, if this one is disabled). For example: with TxIntDelay 100 and TxAbsIntDelay 1000 - rate (as read from /proc/interrupts) under simple udp netcat bombarding (1k packet size): nc -u somehost someport