This is the second posting of this series. The first version started at http://openvswitch.org/pipermail/dev/2013-March/026055.html
Changes v1->v2: - Initial two patches dropped because they have been applied. - Fixed merge conflicts against current master. Ben Pfaff (4): netdev: Factor restoring flags into new "struct netdev_saved_flags". netdev: Add new "struct netdev_rx" for capturing packets from a netdev. Rename superclass members to 'up'. netdev: Get rid of netdev_dev. lib/dpif-netdev.c | 19 +- lib/netdev-bsd.c | 530 ++++++++++++---------------- lib/netdev-dummy.c | 271 +++++++-------- lib/netdev-linux.c | 940 ++++++++++++++++++++++--------------------------- lib/netdev-provider.h | 180 ++++------ lib/netdev-vport.c | 145 +++----- lib/netdev.c | 542 +++++++++++++--------------- lib/netdev.h | 49 ++- ofproto/ofproto.c | 4 +- utilities/ovs-dpctl.c | 4 +- vswitchd/bridge.c | 4 +- 11 files changed, 1225 insertions(+), 1463 deletions(-) -- 1.7.2.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev