Hi All, I have built OVS with DPDK(v1.7.1) as mentioned in the Install instructions.
Iam able to add the bridge using command: ovs-vsctl add-br br2 -- set bridge br2 datapath_type=netdev However, when I ry to add the bridge like it is done in plain OVS, I get the following error. [root@localhost ~]# ovs-vsctl add-br br5 ovs-vsctl: Error detected while setting up 'br5'. See ovs-vswitchd log for details. This is the log: Mar 17 05:29:08 localhost ovs-vsctl: ovs|00001|vsctl|INFO|Called as ovs-vsctl add-br br5 Mar 17 05:29:08 localhost ovs-vswitchd: ovs|00077|dpif|WARN|failed to enumerate system datapaths: No such file or directory Mar 17 05:29:08 localhost ovs-vswitchd: ovs|00078|dpif|WARN|failed to create datapath ovs-system: No such file or directory Mar 17 05:29:08 localhost ovs-vswitchd: ovs|00079|ofproto_dpif|ERR|failed to open datapath of type system: No such file or directory Is this not allowed or is this an issue? Thanks, Sharmila
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss