Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 3 Jul 2002 14:10:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 3 Jul 2002 14:10:13 -0400 Received: from mailhost.cs.tamu.edu ([128.194.130.106]:24259 "EHLO cs.tamu.edu") by vger.kernel.org with ESMTP id ; Wed, 3 Jul 2002 14:10:12 -0400 Date: Wed, 3 Jul 2002 13:12:41 -0500 (CDT) From: Xinwen - Fu To: Linux Kernel Mailing List Subject: kernel timers vs network card interrupt Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 615 Lines: 19 Hi, all, I'm curious that if a network card interrupt happens at the same time as the kernel timer expires, what will happen? It's said the kernel timer is guaranteed accurate. But if interrupts are not masked off, the network interrupt also should get response when a kernel timer expires. So I don't know who will preempt who. Thanks for information! Xinwen Fu - 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/