Re: [PATCH 3/3] Virtio draft IV: the net driver
From: Rusty Russell <hidden>
Date: 2007-07-11 11:32:16
From: Rusty Russell <hidden>
Date: 2007-07-11 11:32:16
On Wed, 2007-07-11 at 12:45 +0200, Christian Borntraeger wrote:
Am Mittwoch, 4. Juli 2007 schrieb Rusty Russell:quoted
+static void receive_skb(struct net_device *dev, struct sk_buff *skb,[...]quoted
+ 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.