Re: [ovs-dev] [patch net-next v2 5/9] net: introduce dummy switch

2014-09-20 Thread Jiri Pirko
Sat, Sep 20, 2014 at 07:21:00AM CEST, f.faine...@gmail.com wrote: >On 09/19/14 06:49, Jiri Pirko wrote: >>Dummy switch implementation using switchdev interface > >This really looks like a DSA driver that has 0 ports, and is not attached to >an useful network interface, and which is registering its

Re: [ovs-dev] [patch net-next v2 5/9] net: introduce dummy switch

2014-09-19 Thread Florian Fainelli
On 09/19/14 06:49, Jiri Pirko wrote: Dummy switch implementation using switchdev interface This really looks like a DSA driver that has 0 ports, and is not attached to an useful network interface, and which is registering its own set of rtnl operations for a purpose that is unclear to me. I

[ovs-dev] [patch net-next v2 5/9] net: introduce dummy switch

2014-09-19 Thread Jiri Pirko
Dummy switch implementation using switchdev interface Signed-off-by: Jiri Pirko --- drivers/net/Kconfig | 7 +++ drivers/net/Makefile | 1 + drivers/net/dummyswitch.c| 130 +++ include/uapi/linux/if_link.h | 9 +++ 4 files change