Re: [Qemu-devel] [PATCH v4 0/3] add avx2 instruction optimization

2016-01-20 Thread Eric Blake
On 01/20/2016 03:22 AM, 陈博 wrote: > Sorry for disturbing by reply, don't know why I'm not able to send a new mail. > > > Hi folks, > > Could you enlighten me how to achieve proportional IO sharing by using > cgroup, instead of qemu's io-throttling? Please don't commandeer an unrelated thre

Re: [Qemu-devel] [PATCH v4 0/3] add avx2 instruction optimization

2016-01-20 Thread 陈博
Sorry for disturbing by reply, don't know why I'm not able to send a new mail. Hi folks, Could you enlighten me how to achieve proportional IO sharing by using cgroup, instead of qemu's io-throttling? My qemu config is like: -drive file=$DISKFILe,if=none,format=qcow2,cache=none,aio=native

[Qemu-devel] [PATCH v4 0/3] add avx2 instruction optimization

2016-01-20 Thread Liang Li
buffer_find_nonzero_offset() is a hot function during live migration. Now it use SSE2 instructions for optimization. For platform supports AVX2 instructions, use the AVX2 instructions for optimization can help to improve the performance about 30% comparing to SSE2. Zero page check can be faster wit