[libvirt] [PATCHv3 0/3] Add virNetlinkNewLink helper for simplifying virNetDev*Create

Shi Lei posted 3 patches 5 years, 7 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
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(-)
[libvirt] [PATCHv3 0/3] Add virNetlinkNewLink helper for simplifying virNetDev*Create
Posted by Shi Lei 5 years, 7 months ago
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(-)

-- 
2.17.1


--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCHv3 0/3] Add virNetlinkNewLink helper for simplifying virNetDev*Create
Posted by Erik Skultety 5 years, 7 months ago
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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list