]> git.proxmox.com Git - mirror_ovs.git/commit
netdev: Pass 'netdev_class' to ->run() and ->wait().
authorDaniele Di Proietto <diproiettod@vmware.com>
Thu, 19 May 2016 18:22:36 +0000 (11:22 -0700)
committerDaniele Di Proietto <diproiettod@vmware.com>
Mon, 15 Aug 2016 18:07:37 +0000 (11:07 -0700)
commit1c33f0c35e6b81d600798f255a896a85507d51ed
tree0448aec69fb37d301201b4946c737f9602b4a271
parent3262e36909da58c316af909f2deb7fd0f04818cf
netdev: Pass 'netdev_class' to ->run() and ->wait().

This will allow run() and wait() methods to be shared between different
classes and still perform class-specific work.

Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com>
Acked-by: Ben Pfaff <blp@ovn.org>
lib/netdev-bsd.c
lib/netdev-dummy.c
lib/netdev-linux.c
lib/netdev-provider.h
lib/netdev-vport.c
lib/netdev.c