Re: [PATCH 0/4] [RFC] virtio-net: Improve small packet performance
From: Krishna Kumar2 <hidden>
Date: 2011-05-07 07:15:38
Also in:
kvm
"Michael S. Tsirkin" [off-list ref] wrote on 05/05/2011 09:04:13 PM:
quoted
I haven't tuned the threshhold, it is left it at 3/4. I ran the new qemu/vhost/guest, and the results for 1K, 2K and 16K are below. Note this is a different kernel version from my earlier test results. So, f.e., BW1 represents 2.6.39-rc2, the original kernel; while BW2 represents 2.6.37-rc5 (MST's kernel).Weird. My kernel is actually 2.6.39-rc2. So which is which?
I cloned git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git # git branch -a vhost * vhost-net-next-event-idx-v1 remotes/origin/HEAD -> origin/vhost remotes/origin/for-linus remotes/origin/master remotes/origin/net-2.6 remotes/origin/vhost remotes/origin/vhost-broken remotes/origin/vhost-devel remotes/origin/vhost-mrg-rxbuf remotes/origin/vhost-net remotes/origin/vhost-net-next remotes/origin/vhost-net-next-event-idx-v1 remotes/origin/vhost-net-next-rebased remotes/origin/virtio-layout-aligned remotes/origin/virtio-layout-minimal remotes/origin/virtio-layout-original remotes/origin/virtio-layout-padded remotes/origin/virtio-publish-used # git checkout vhost-net-next-event-idx-v1 Already on 'vhost-net-next-event-idx-v1' # head -4 Makefile VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 37 EXTRAVERSION = -rc5 I am not sure what I am missing. thanks, - KK