error: Parsing database schema failed : Type mismatch for member 'name' while running ovs-tcpdump on dpdk port

303 Views Asked by At

I am running OVS-switch(2.14) with dpdk and running with the utility ovs-tcpdump.but when I am running ovs-tcpdump(ovs-tcpdump -i ) on dpdk port throwing schema parsing error. error: Parsing database schema failed : Type mismatch for member 'name'

error

1

There are 1 best solutions below

0
Vipin Varghese On

as per the update in comments, the issue was related to python version in use. The required python version for OVS 2.14 is 3.4 or above. requirements for OVS 2.14