Displaying 2 results from an estimated 2 matches for "open_vswitch".
2017 Jul 20
0
OVS+DPDK Problem
.../openvswitch/conf.db
mkdir -p /usr/local/etc/openvswitch
mkdir -p /usr/local/var/run/openvswitch
ovsdb-tool create /usr/local/etc/openvswitch/conf.db
/usr/local/share/openvswitch/vswitch.ovsschema
5. Starting OVS + DPDK
ovsdb-server --remote=punix:/usr/local/var/run/openvswitch/db.sock
--remote=db:Open_vSwitch,Open_vSwitch,manager_options --pidfile --detach
ovs-vsctl --no-wait set Open_vSwitch . other_config:dpdk-init=true
ovs-vsctl --no-wait set Open_vSwitch . other_config:dpdk-socket-mem="
1024,1024"
ovs-ctl --no-ovsdb-server --db-sock="$DB_SOCK" start
6. Cheking driver mapping for...
2013 Apr 23
1
Xen with openvswitch integration
...have Xen 4.2.1 installed from sources and working with XM
toolstack. I will use this xen in order to run Remus high availability with
DRBD.
Does any one know about openvswitch integration with xm toolstack, since
Xen wiki only confirm XCP have natively support openvswitch
http://wiki.xen.org/wiki/Open_vSwitch.
I read some work here, Xen xm or xl will support it but we have to modify
its networking script. This pages testing it
http://lists.xen.org/archives/html/xen-users/2012-07/msg00332.html and
provide the script. another modification is from this page Another Xen
openvswitch networking script hacki...