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

2016-01-20 Thread Leno Hou
On 2016年01月14日 04:05, Laine Stump wrote: On 01/13/2016 03:49 AM, Leno Hou wrote: Hi Laine Stump, Any other comments about this patch ? If not, could you help me to review and merge ? Thanks in advance ~~ I just noticed that you haven't done anything about the other places in libvirt where

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

2016-01-13 Thread Leno Hou
Hi Laine Stump, Any other comments about this patch ? If not, could you help me to review and merge ? Thanks in advance ~~ On 2016年01月12日 03:32, Laine Stump wrote: On 01/11/2016 05:44 AM, Martin Kletzander wrote: On Mon, Jan 11, 2016 at 02:59:00PM +0800, Leno Hou wrote: 1. When switching

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

2016-01-13 Thread Laine Stump
On 01/13/2016 03:49 AM, Leno Hou wrote: Hi Laine Stump, Any other comments about this patch ? If not, could you help me to review and merge ? Thanks in advance ~~ I just noticed that you haven't done anything about the other places in libvirt where netlink sockets are being opened. I would

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

2016-01-11 Thread Martin Kletzander
On Mon, Jan 11, 2016 at 02:59:00PM +0800, 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 sets

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

2016-01-11 Thread Martin Kletzander
On Mon, Jan 11, 2016 at 02:32:44PM -0500, Laine Stump wrote: On 01/11/2016 05:44 AM, Martin Kletzander wrote: On Mon, Jan 11, 2016 at 02:59:00PM +0800, 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

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

2016-01-11 Thread Laine Stump
On 01/11/2016 05:44 AM, Martin Kletzander wrote: On Mon, Jan 11, 2016 at 02:59:00PM +0800, 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

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

2016-01-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 sets the socket buffer size to 128K and turns on message peeking