amorenoz / ovs-dbg

Scripts to help debug OVS and OVN
Apache License 2.0
22 stars 8 forks source link

ovs-offline: fix DPDK netdevs not appearing in ofproto bridge #102

Closed amorenoz closed 2 years ago

amorenoz commented 2 years ago

DPDK netdevs are not registered if DPDK is not initialized so creating them fails even if we are latter going to override them with the dummy implementation.

To make them work, just replace them manually on the DB before startup.

Fixes: #101 Signed-off-by: Adrian Moreno amorenoz@redhat.com