Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 25 Jun 2002 21:48:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 25 Jun 2002 21:48:36 -0400 Received: from pophost.cs.tamu.edu ([128.194.130.106]:1197 "EHLO cs.tamu.edu") by vger.kernel.org with ESMTP id ; Tue, 25 Jun 2002 21:48:36 -0400 Date: Tue, 25 Jun 2002 20:48:36 -0500 (CDT) From: Xinwen - Fu To: linux-kernel@vger.kernel.org Subject: packet trip vs scheduling 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: 818 Lines: 23 Hi, Guys, I have a trouble here and need to know a packet's trip (linux kernel 2.4.18) from entering a NIC to arriving at the application in application layer. The big problem is that I also need to know who may interrupt the processing of this packet, i.e., which kernel or user processes may preempt the processing of this packet when the packet is in NIC, device driver, IP layer, transport layer, and applciation layer. That is, I want to know the packet processing's priority in different layers. Hope you great guys can give me some hints! Thanks! 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/