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: Parsing database schema failed : Type mismatch for member 'name' while running ovs-tcpdump on dpdk port
303 Views Asked by rohit At
1
There are 1 best solutions below
Related Questions in REDHAT
- Choosing OpenShift Over DIY Kubernetes on Bare Metal: Benefits and Storage Management
- Is it possible to mount a logical volume without wiping the data?
- How to setup security on elasticsearch based on redhat image in openshift
- How to use the host IP as the connection to an external server in a docker container?
- looking for help on package for REHL UBI 8/9: saxon
- libxml2 and libxslt development packages issue in Redhat Linux
- Get Apache to create files as the web site owner
- Differences in behavior of kill(pid, SIGINT) between Debian and Red Hat based distros
- cannot contain "Catalina sh not working in java devel"
- Puppet Unknown variable: 'osfamily' on Rocky 9
- Cannot extend jboss-eap-7 container
- How to auto confirm question with parted tool using Ansible in Linux
- dockerfile - add a package to ubi minimal base image from private repository
- I want to access a password stored in a elytron credential store using system properties in jboss eap 7.4 version
- connection issues when MLFLow is hosted on remote server
Related Questions in DPDK
- Cannot test cryptographic performance using crypto_aesni_mb
- EAL: Error disabling MSI-X interrupts for fd 29
- dpdk-dumpcap not capturing incoming packets on the port
- How to run squid in bridge mode
- How to configure vpp+dpdk NIC in Hyper-V?
- DPDK packet timestamp when using AF_PACKET / AF_XDP
- Unbind an dpdk interface in kubernetes pod not reflect/back in the pod interfaces
- DPDK setup issue : eth_virtio_pci_init(): Failed to init PCI device
- rss hash dpdk compute as NIC
- Why is it so difficult to link SPDK libraries?
- dpdk How to use hyper-v tulip to drive the network card or hv_netvsc to drive the network card
- How do I enable Rx jumbo frame offload for DPDK on Mellanox ConnectX-4?
- How to disable VPCLMULQDQ instruction set in build server (DPDK 21.11)
- can not run a dpdk test program on an installed machine
- QDMA DPDK driver results "Packet Length Mismatch" Error during data transfer
Related Questions in OPENVSWITCH
- How can I create Open vSwitch QoS settings with Ansible?
- Open vSwitch seems to not working (no redirection ping)
- connecting network namespaces using OVS switches and a pox controller
- Modify outer IP header of GENEVE encapsulated packets
- Can't capture packets from namespace interface
- How to configue an Open vSwitch in GNS3 to use a command line when starting up?
- How can I handle OFPT_ERROR: MeterModFailedCode.OFPMMFC_OUT_OF_BANDS error code?
- ovsdb-server.service from no where
- If I have use ovs 2.16.1, which version of ovn should I install?
- Implement QoS with Ryu controller
- How can I collect flow IP protocol from SDN Switch, am using Ryu controller
- Connecting two mininet in two different VM with the same Ryu Controller
- Openstack traffic flow is not showing on patch-tun or patch-int
- "/var/run/openvswitch/ovs-vswitchd.pid" no such file or directory
- System() function is hang in linux
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?

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