Re: [ovs-dev] [PATCH] vswitchd: Move config_ofproto_types call before bridge_add_port

2017-02-15 Thread Daniele Di Proietto
2017-02-15 10:02 GMT-08:00 Shashank Ram : > Currently, the call to config_ofproto_types() happens at the end > of bridge_reconfigure(), after missing ofprotos and ports are created. > However, it might be usefull to make this call before adding missing > ports through the dpif

[ovs-dev] [PATCH] vswitchd: Move config_ofproto_types call before bridge_add_port

2017-02-15 Thread Shashank Ram
Currently, the call to config_ofproto_types() happens at the end of bridge_reconfigure(), after missing ofprotos and ports are created. However, it might be usefull to make this call before adding missing ports through the dpif interface. With the current use case (dpif-netdev), this will save us