[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1261122090.4148.24.camel@localhost.localdomain>
Date: Thu, 17 Dec 2009 23:41:30 -0800
From: Shirley Ma <mashirle@...ibm.com>
To: Rusty Russell <rusty@...tcorp.com.au>,
"Michael S. Tsirkin" <mst@...hat.com>
Cc: Avi Kivity <avi@...hat.com>, netdev@...r.kernel.org,
kvm@...r.kernel.org
Subject: [PATCH net-next 0/2] Defer skb allocation in virtio_net recv
This patch-set has deferred virtio_net skb allocation in receiving path
for both big packets and mergeable buffers. It reduces skb
pre-allocations and skb frees. This patch-set also add a new API
detach_unused_bufs in virtio. Recv skb queue has been removed in
virtio_net. It is based on previous Rusty and Michaels' review, patch
has split into two:
[PATCH 1/2] virtio: Add detach unused buffer from vring
[PATCH 2/2] virtio_net: Defer skb allocation in receive path
I copied Rusty's comment as [PATCH 1/2] commit message.
This patch is built against Dave's net-next tree.
Thanks
Shirley
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists