Re: [ovs-dev] [PATCH 0/5] netdev_open conflicting types

2016-07-27 Thread Daniele Di Proietto
Looks good to me, applied to master, thanks! 2016-07-27 8:06 GMT-07:00 Thadeu Lima de Souza Cascardo : > Fix some uses of type on netdev_open. > > We established that there are two types: the database type and the netdev > type. > And that ofproto and dpif layers use the

Re: [ovs-dev] [PATCH 0/5] netdev_open conflicting types

2016-07-27 Thread Ben Pfaff
I'm planning to leave this series to Daniele, since he already seems to be handling the main discussion. Thanks, Ben. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH 0/5] netdev_open conflicting types

2016-07-27 Thread Thadeu Lima de Souza Cascardo
Fix some uses of type on netdev_open. We established that there are two types: the database type and the netdev type. And that ofproto and dpif layers use the netdev type and return it when queried. Some calls to netdev_open should use NULL instead of system. If there is no netdev opened, system