-
Type:
Story
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.10.0
-
Fix Version/s: 1.10.0
-
Component/s: Platform
-
Story Points:1
Datapath type setting function is required for supporting OVS DPDK addBridge.
The ovs-vsctl command for adding bridge for OVS DPDK is as follows.
ovs-vsctl add-br br0 -- set bridge br0 datapath_type=netdev
Current ONOS BridgeConfig & BridgeDescription does not support datapath type. So..
1. Adding datapath type in BridgeDescription and make it possible to deliver datapath type parameter to OVS
2. Adding datapath type setting function in DefaultOvsdbClient class - addBridge(BridgeDescription bridgeDescription) method.