Re: [libvirt] [PATCH] util: increase libnl buffer size to 1M

2017-07-16 Thread Laine Stump
On 07/11/2017 05:06 AM, Daniel P. Berrange wrote: > On Mon, Jul 10, 2017 at 02:51:34PM -0400, John Ferlan wrote: >> >> On 06/29/2017 02:05 PM, ZhiPeng Lu wrote: >>> nl_recv() returns the error "No buffer space available" >>> when using virsh destroy domain with 240 or more >>> passhthrough network

Re: [libvirt] [PATCH] util: increase libnl buffer size to 1M

2017-07-11 Thread Daniel P. Berrange
On Mon, Jul 10, 2017 at 02:51:34PM -0400, John Ferlan wrote: > > > On 06/29/2017 02:05 PM, ZhiPeng Lu wrote: > > nl_recv() returns the error "No buffer space available" > > when using virsh destroy domain with 240 or more > > passhthrough network interfaces. > > pass-through > > > The patch inc

Re: [libvirt] [PATCH] util: increase libnl buffer size to 1M

2017-07-10 Thread John Ferlan
On 06/29/2017 02:05 PM, ZhiPeng Lu wrote: > nl_recv() returns the error "No buffer space available" > when using virsh destroy domain with 240 or more > passhthrough network interfaces. pass-through > The patch increases libnl sock receive buffer size to 1M, > and nl_recv() doesn't return error

[libvirt] [PATCH] util: increase libnl buffer size to 1M

2017-06-29 Thread ZhiPeng Lu
nl_recv() returns the error "No buffer space available" when using virsh destroy domain with 240 or more passhthrough network interfaces. The patch increases libnl sock receive buffer size to 1M, and nl_recv() doesn't return error when destroying domain with 512 network interfaces. Signed-off-by: