[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1410396458-1165-1-git-send-email-rusty@rustcorp.com.au>
Date: Thu, 11 Sep 2014 10:17:35 +0930
From: Rusty Russell <rusty@...tcorp.com.au>
To: linux-kernel@...r.kernel.org
Cc: Rusty Russell <rusty@...tcorp.com.au>
Subject: [PATCH 0/3] virtio_net/virtio_ring.
Mainly for DaveM and MST to ack the first one, so I can apply the
second two. Initializing the entire sg table is naive, but with cache
effects it only seems to help, so I didn't get fancy.
Cheers,
Rusty.
Rusty Russell (3):
virtio_net: pass well-formed sgs to virtqueue_add_*()
virtio_ring: assume sgs are always well-formed.
virtio_ring: unify direct/indirect code paths.
drivers/net/virtio_net.c | 5 +-
drivers/virtio/virtio_ring.c | 192 ++++++++++++++++---------------------------
2 files changed, 73 insertions(+), 124 deletions(-)
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists