Re: [libvirt] [PATCH v2] network: allow to specify buffer size for netlink socket

2017-07-20 Thread Laine Stump
On 07/17/2017 08:00 AM, John Ferlan wrote: > > On 07/16/2017 05:04 PM, Laine Stump wrote: >> On 07/11/2017 09:01 PM, ZhiPeng Lu wrote: >>> This patchs allow to set the buffer size for netlink socket in >>> the libvirtd configuration file. The default buffer size remain >>> as before at 128k. >>

Re: [libvirt] [PATCH v2] network: allow to specify buffer size for netlink socket

2017-07-17 Thread John Ferlan
On 07/16/2017 05:04 PM, Laine Stump wrote: > On 07/11/2017 09:01 PM, ZhiPeng Lu wrote: >> This patchs allow to set the buffer size for netlink socket in >> the libvirtd configuration file. The default buffer size remain >> as before at 128k. > > See my more detailed response to your earlier

Re: [libvirt] [PATCH v2] network: allow to specify buffer size for netlink socket

2017-07-16 Thread Laine Stump
On 07/11/2017 09:01 PM, ZhiPeng Lu wrote: > This patchs allow to set the buffer size for netlink socket in > the libvirtd configuration file. The default buffer size remain > as before at 128k. See my more detailed response to your earlier patch here:

[libvirt] [PATCH v2] network: allow to specify buffer size for netlink socket

2017-07-11 Thread ZhiPeng Lu
This patchs allow to set the buffer size for netlink socket in the libvirtd configuration file. The default buffer size remain as before at 128k. Signed-off-by: Zhipeng Lu --- daemon/libvirtd-config.c| 6 ++ daemon/libvirtd-config.h| 2 ++