diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2014-09-11 00:47:36 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-09-13 16:50:46 (GMT) |
commit | a58354409a00f2d8f7882c6a91fde1df5d0a4bb8 (patch) | |
tree | a4ee23b8017e37b0f9b255fb8ddecf23eb55c5f6 /drivers/iio/adc | |
parent | 0fe13151beaf1853753339c677d1bb37e5dbff27 (diff) | |
download | linux-a58354409a00f2d8f7882c6a91fde1df5d0a4bb8.tar.xz |
virtio_net: pass well-formed sgs to virtqueue_add_*()
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 > /proc/net/pktgen/eth0
echo count 1000000 > /proc/net/pktgen/eth0
echo clone_skb 100000 > /proc/net/pktgen/eth0
echo dst_mac 4e:14:25:a9:30:ac > /proc/net/pktgen/eth0
echo dst 192.168.1.2 > /proc/net/pktgen/eth0
for i in `seq 20`; do echo start > /proc/net/pktgen/pgctrl; tail -n1 /proc/net/pktgen/eth0; done
Before:
746547-793084(786421+/-9.6e+03)pps 346-367(364.4+/-4.4)Mb/sec (346397808-367990976(3.649e+08+/-4.5e+06)bps) errors: 0
After:
767390-792966(785159+/-6.5e+03)pps 356-367(363.75+/-2.9)Mb/sec (356068960-367936224(3.64314e+08+/-3e+06)bps) errors: 0
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/iio/adc')
0 files changed, 0 insertions, 0 deletions