[ovs-dev] [PATCH] dpif-netdev: enumerate dpif belonging to the right class

Daniele Di Proietto ddiproietto at vmware.com
Fri Jun 13 15:46:45 UTC 2014


On Jun 12, 2014, at 4:54 PM, Ben Pfaff <blp at nicira.com> wrote:

> On Thu, Jun 12, 2014 at 04:37:33PM -0700, Daniele Di Proietto wrote:
>> Since dpif_netdev_enumerate() is used for "netdev" and "dummy" class, it
>> incorrectly lists dpif-netdevs as "dummy" and vice versa.
>> This patches address the issue by changing the dpif-provider interface: a
>> dpif_class parameter is passed to the 'enumerate' call to match the right class.
>> 
>> Signed-off-by: Daniele Di Proietto <ddiproietto at vmware.com>
> 
> Thanks!  I folded in the following coding style updates and will push
> after running the unit tests.


Thanks!

Daniele


More information about the dev mailing list