Re: [PATCH 1/3] virtio_net: pass well-formed sgs to virtqueue_add_*()

2014-09-15 Thread Rusty Russell
David Miller writes: > From: Rusty Russell > Date: Sat, 13 Sep 2014 15:10:03 +0930 > >> David Miller writes: >>> Do you guys want me to take this series directly into net-next? >> >> Actually, yes. Since I'm going to be travelling, that makes it much >> easier for me. And no other patches I h

Re: [PATCH 1/3] virtio_net: pass well-formed sgs to virtqueue_add_*()

2014-09-13 Thread David Miller
From: Rusty Russell Date: Sat, 13 Sep 2014 15:10:03 +0930 > David Miller writes: >> Do you guys want me to take this series directly into net-next? > > Actually, yes. Since I'm going to be travelling, that makes it much > easier for me. And no other patches I have depend on it. Series applie

Re: [PATCH 1/3] virtio_net: pass well-formed sgs to virtqueue_add_*()

2014-09-13 Thread Rusty Russell
David Miller writes: > Do you guys want me to take this series directly into net-next? Actually, yes. Since I'm going to be travelling, that makes it much easier for me. And no other patches I have depend on it. Thanks! Rusty. -- To unsubscribe from this list: send the line "unsubscribe linux-

Re: [PATCH 1/3] virtio_net: pass well-formed sgs to virtqueue_add_*()

2014-09-12 Thread David Miller
Do you guys want me to take this series directly into net-next? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux

[PATCH 1/3] virtio_net: pass well-formed sgs to virtqueue_add_*()

2014-09-10 Thread Rusty Russell
This is the only driver which doesn't hand virtqueue_add_inbuf and virtqueue_add_outbuf a well-formed, well-terminated sg. Fix it, so we can make virtio_add_* simpler. pktgen results: modprobe pktgen echo 'add_device eth0' > /proc/net/pktgen/kpktgend_0 echo nowait 1 > /pro