Re: [ovs-dev] [PATCH 01/10] netdev: New field 'is_pmd' in netdev_class.

2016-03-19 Thread Daniele Di Proietto
Thanks for the patch, I had almost the exact same change in one of my local branches! Applied to master On 14/03/2016 08:18, "Ilya Maximets" wrote: >Made to simplify creation of derived classes. > >Signed-off-by: Ilya Maximets >--- >

[ovs-dev] [PATCH 01/10] netdev: New field 'is_pmd' in netdev_class.

2016-03-14 Thread Ilya Maximets
Made to simplify creation of derived classes. Signed-off-by: Ilya Maximets --- lib/netdev-bsd.c | 1 + lib/netdev-dpdk.c | 1 + lib/netdev-dummy.c| 1 + lib/netdev-linux.c| 1 + lib/netdev-provider.h | 3 +++ lib/netdev-vport.c| 20