Re: [libvirt] [PATCHv4 2/2] netlink: add support for multi-part netlink messages.

2015-10-28 Thread Laine Stump
On 10/20/2015 11:44 AM, Maxim Perevedentsev wrote: Such messages do not have NLMSG_ERROR or NLMSG_DONE type but they are valid responses. We test 'multi-partness' by looking for NLM_F_MULTI flag. ACK. As I understand, this is required for the other patch to work, so I pushed it first. ---

[libvirt] [PATCHv4 2/2] netlink: add support for multi-part netlink messages.

2015-10-20 Thread Maxim Perevedentsev
Such messages do not have NLMSG_ERROR or NLMSG_DONE type but they are valid responses. We test 'multi-partness' by looking for NLM_F_MULTI flag. --- Difference to v1: fixed comment style. src/util/virnetlink.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git