
On 2018-09-12 at 15:28, Erik Skultety wrote:
On Fri, Sep 07, 2018 at 03:17:23PM +0800, Shi Lei wrote:
v2 here: https://www.redhat.com/archives/libvir-list/2018-September/msg00131.html
Diff from V2: This series remove all unrelated changes. Those changes would be standalone patches.
Shi Lei (3): util: netlink: Introduce virNetlinkNewLink helper util: netlink: Add wrapper macros to make virNetlinkNewLink more readable util: netlink: Using virNetlinkNewLink to simplify virNetDev*Create
src/libvirt_private.syms | 1 + src/util/virnetdevbridge.c | 73 +++--------------------- src/util/virnetdevmacvlan.c | 110 +++++------------------------------- src/util/virnetlink.c | 104 ++++++++++++++++++++++++++++++++++ src/util/virnetlink.h | 43 ++++++++++++++ 5 files changed, 172 insertions(+), 159 deletions(-)
So I applied the changes as discussed and merged.
Regards, Erik
Okay. I have seen that when I git pull a moment ago. Thanks :-) Shi Lei