OVS DPDK representor port always use system datapath_type
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
os-vif |
New
|
Undecided
|
Unassigned |
Bug Description
Hi,
I follow the link https:/
Bridge br-int
Controller "tcp:127.
fail_mode: secure
Port int-br-ex
Port "ens2f1_2"
Port br-int
as you can see the datapath_type use netdev now, it should use the below command,
ovs-vsctl add-port br0 dpdk-rep3 -- set Interface dpdk-rep3 type=dpdk \
options:
see http://
solution
I will patch the code to fill datapath_type field in _get_ovs_
Changed in neutron: | |
assignee: | nobody → junbo (junbo) |
Hey Junbo,
do you think that is Neutron bug even you pointed that Nova should be patched to include datapath_type?