From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 29 May 2001 09:01:01 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 29 May 2001 09:00:51 -0400 Received: from mailgw1.netvision.net.il ([194.90.1.14]:46767 "EHLO mailgw1.netvision.net.il") by vger.kernel.org with ESMTP id ; Tue, 29 May 2001 09:00:46 -0400 From: "Hilik Stein" To: "Linux-Kernel" Subject: IRQ handling in SMP environment, kernel 2.4.3 Date: Tue, 29 May 2001 15:58:49 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1255" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi I am running a Linux machine with a 1GB Ethernet card which takes a huge amount of packets, which results in many HW interrupts. is it possible to make sure that only CPU #1 handles all the hardware interrupts generated by the NIC ? or even all the hardware interrupts in the systems if its too much to ask to filter IRQ based on origin ? thanks Hilik Stein