Displaying 1 result from an estimated 1 matches for "dpdkvhostus".
Did you mean:
dpdkvhostuser
2017 Jul 20
0
OVS+DPDK Problem
...s-vsctl add-port br0 myportnameone
9. Adding VM ports to OVS (or OVS+DPDK) bridge
#<interface type='bridge'>
# <mac address='52:54:00:cb:57:af'/>
# <source bridge='br0'/>
# <virtualport type='openvswitch'/>
# ...
#</interface>
10. Adding dpdkvhostuser to the ovs switch - these are used for the socket
created between the VM and the OVS bridge
ovs-vsctl add-port ch1int_dpdk ch1int_dvhu -- set Interface ch1int_dvhu
type=dpdkvhostuser
ovs-vsctl add-port ch1ext_dpdk ch1ext_dvhu -- set Interface ch1ext_dvhu
type=dpdkvhostuser
11. DPI deployment
virt...