|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel][Pv-ops][PATCH 3/3 v3] Netback: Use Kernel thread to rep
On Mon, May 3, 2010 at 6:52 PM, Xu, Dongxiao <dongxiao.xu@xxxxxxxxx> wrote:
> Netback: Use Kernel thread to replace the tasklet.
>
> Kernel thread has more control over QoS, and could improve dom0's
> userspace responseness. This option is defaultly off currently.
Why not use just kthreads ?
Also, the multiple checks for MODPARM_kthread could be avoided using
an inline function : schedule_netback_thread
>
> Signed-off-by: Dongxiao Xu <dongxiao.xu@xxxxxxxxx>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
>
>
-dulloor
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|