From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mpls-qmqp-03.inet.qwest.net (mpls-qmqp-03.inet.qwest.net [63.231.195.114]) by ozlabs.org (Postfix) with SMTP id EEF9967B58 for ; Wed, 13 Apr 2005 16:06:45 +1000 (EST) Date: Tue, 12 Apr 2005 23:05:49 -0700 Message-ID: <425CB6BD.9060404@asu.edu> From: "Donald White" To: "linux-embedded" MIME-Version: 1.0 References: <9b7ca6570504120138738b554f@mail.gmail.com> <20050412161230.GA18567@gate.ebshome.net> <9b7ca657050412215025872ce3@mail.gmail.com> In-Reply-To: <9b7ca657050412215025872ce3@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Subject: Re: Trying to understand alloc_skb() List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Maybe reading LINUX DEVICE DRIVERS would help. The third edition is just out. While x86 centric, the book does explain the Linux driver model, the kernel API, workqueues and such. Don