Displaying 3 results from an estimated 3 matches for "devarg".
Did you mean:
devang
2017 Jul 20
0
OVS+DPDK Problem
...s/dpdk-devbind.py --status
7. Adding OVS+DPDK bridge and ports
ovs-vsctl add-br ch1int_dpdk -- set bridge ch1int_dpdk datapath_type=netdev
ovs-vsctl add-br ch1ext_dpdk -- set bridge ch1ext_dpdk datapath_type=netdev
ovs-vsctl add-port ch1int_dpdk nic810 -- set Interface nic810 type=dpdk
options:dpdk-devargs=0000:81:00.0
ovs-vsctl add-port ch1ext_dpdk nic811 -- set Interface nic811 type=dpdk
options:dpdk-devargs=0000:81:00.1
8. Adding OVS (no DPDK) bridge and ports
ovs-vsctl add-br br0
ovs-vsctl add-port br0 myportnameone
9. Adding VM ports to OVS (or OVS+DPDK) bridge
#<interface type='bridge...
2018 Feb 22
3
"scripts are not supported on interfaces of type vhostuser" error
...a DPDK interface is already
plugged in.
$ ovs-vsctl show:
Bridge "switch1"
Port "switch1"
Interface "switch1"
type: internal
Port "1.switch1"
Interface "1.switch1"
type: dpdk
options: {dpdk-devargs="0000:0b:00.0"}
Port "0.switch1"
Interface "0.vm"
type: dpdkvhostuserclient
options: {vhost-server-path="/opt/oa/vhost/0.vm.sock"}
The relevant excerpt from the XML of my VM is:
<?xml version="1.0" ?>
&l...
2018 Feb 22
0
Re: "scripts are not supported on interfaces of type vhostuser" error
...$ ovs-vsctl show:
> Bridge "switch1"
> Port "switch1"
> Interface "switch1"
> type: internal
> Port "1.switch1"
> Interface "1.switch1"
> type: dpdk
> options: {dpdk-devargs="0000:0b:00.0"}
> Port "0.switch1"
> Interface "0.vm"
> type: dpdkvhostuserclient
> options: {vhost-server-path="/opt/oa/vhost/0.vm.sock"}
>
>
> The relevant excerpt from the XML of my VM is:
>
&...