Re: [libvirt] [PATCH v1] libvirtd: Increase NL buffer size for lots of interface

2016-01-10 Thread Leno Hou
[libvirt][PATCH v2] libvirtd: Increase NL buffer size for lots of interface has been sent. Appreciated your comment and review. Thanks On 2016年01月07日 02:25, Laine Stump wrote: Now that everyone is back from holidays, I wanted to revisit this patch (since the message I'm replying to contains

Re: [libvirt] [PATCH v1] libvirtd: Increase NL buffer size for lots of interface

2015-12-20 Thread Laine Stump
On 12/18/2015 02:30 AM, Leno Hou wrote: On 2015年12月17日 02:33, Laine Stump wrote: On 12/16/2015 10:24 AM, Michal Privoznik wrote: On 10.12.2015 07:34, Leno Hou wrote: 1. When switching CPUs to offline/online in a system more than 128 cpus 2. When using virsh to destroy domain in a system

Re: [libvirt] [PATCH v1] libvirtd: Increase NL buffer size for lots of interface

2015-12-17 Thread Leno Hou
On 2015年12月17日 02:33, Laine Stump wrote: On 12/16/2015 10:24 AM, Michal Privoznik wrote: On 10.12.2015 07:34, Leno Hou wrote: 1. When switching CPUs to offline/online in a system more than 128 cpus 2. When using virsh to destroy domain in a system with more interface All of above happens

Re: [libvirt] [PATCH v1] libvirtd: Increase NL buffer size for lots of interface

2015-12-16 Thread Laine Stump
On 12/16/2015 10:24 AM, Michal Privoznik wrote: On 10.12.2015 07:34, Leno Hou wrote: 1. When switching CPUs to offline/online in a system more than 128 cpus 2. When using virsh to destroy domain in a system with more interface All of above happens nl_recv returned with error: No buffer space

Re: [libvirt] [PATCH v1] libvirtd: Increase NL buffer size for lots of interface

2015-12-16 Thread Michal Privoznik
On 10.12.2015 07:34, Leno Hou wrote: > 1. When switching CPUs to offline/online in a system more than 128 cpus > 2. When using virsh to destroy domain in a system with more interface > > All of above happens nl_recv returned with error: No buffer space available. > This patch set socket buffer

[libvirt] [PATCH v1] libvirtd: Increase NL buffer size for lots of interface

2015-12-10 Thread Leno Hou
1. When switching CPUs to offline/online in a system more than 128 cpus 2. When using virsh to destroy domain in a system with more interface All of above happens nl_recv returned with error: No buffer space available. This patch set socket buffer size to 128K and turn on message peeking for