Re: [libvirt] [PATCH rebase v4 2/5] util: introduce helper to parse message from RTM_GETNEIGH query

2018-03-17 Thread Chen Hanxiao
At 2018-03-16 18:53:58, "John Ferlan" wrote: > > >On 03/08/2018 02:11 AM, Chen Hanxiao wrote: >> From: Chen Hanxiao >> >> introduce helper to parse RTM_GETNEIGH query message and >> store it in struct virArpTable. >> >> Signed-off-by: Chen Hanxiao

Re: [libvirt] [PATCH rebase v4 2/5] util: introduce helper to parse message from RTM_GETNEIGH query

2018-03-16 Thread John Ferlan
On 03/08/2018 02:11 AM, Chen Hanxiao wrote: > From: Chen Hanxiao > > introduce helper to parse RTM_GETNEIGH query message and > store it in struct virArpTable. > > Signed-off-by: Chen Hanxiao > --- > v4-rebase: > fit split Makefile.am > fit

Re: [libvirt] [PATCH rebase v4 2/5] util: introduce helper to parse message from RTM_GETNEIGH query

2018-03-15 Thread Michal Privoznik
On 03/08/2018 08:11 AM, Chen Hanxiao wrote: > From: Chen Hanxiao > > introduce helper to parse RTM_GETNEIGH query message and > store it in struct virArpTable. > > Signed-off-by: Chen Hanxiao > --- > v4-rebase: > fit split Makefile.am > fit new

[libvirt] [PATCH rebase v4 2/5] util: introduce helper to parse message from RTM_GETNEIGH query

2018-03-07 Thread Chen Hanxiao
From: Chen Hanxiao introduce helper to parse RTM_GETNEIGH query message and store it in struct virArpTable. Signed-off-by: Chen Hanxiao --- v4-rebase: fit split Makefile.am fit new virMacAddr fields v4: use netlink query instead of parsing