From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rusty Russell Subject: Re: [PATCH 3/3] Virtio draft IV: the net driver Date: Wed, 11 Jul 2007 21:32:16 +1000 Message-ID: <1184153536.6005.622.camel@localhost.localdomain> References: <1183522348.6110.37.camel@localhost.localdomain> <1183522765.6110.40.camel@localhost.localdomain> <1183524053.6110.45.camel@localhost.localdomain> <200707111245.40717.borntraeger@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <200707111245.40717.borntraeger@de.ibm.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Christian Borntraeger Cc: Carsten Otte , "David S. Miller" , Herbert Xu , virtualization@lists.linux-foundation.org List-Id: virtualization@lists.linuxfoundation.org On Wed, 2007-07-11 at 12:45 +0200, Christian Borntraeger wrote: > Am Mittwoch, 4. Juli 2007 schrieb Rusty Russell: > > +static void receive_skb(struct net_device *dev, struct sk_buff *skb, > [...] > > + netif_rx(skb); > > In the NAPI case, we should use netif_receive_skb, no? Oops, well spotted! I'm working on GSO and checksum offload support at the moment, will roll that fix into the next release. Thanks! Rusty.