[libvirt] [PATCH v2] 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

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

2016-01-10 Thread Leno Hou
Sorry for the wrong function in libnl3. please use the PATCH v3 On 2016年01月11日 14:46, 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: