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
- Mono installation on RedHat 5.11 (Tikanga)
- Premature end of script on VPS
- RPM spec files with rpmbuild can have errors
- No ruby-devel in RHEL7?
- 403 Forbidden and 13 Permission Denied
- gatling stress testing on AWS, threads staying in active
- QGIS 2.4 compilation error on Redhat 6.2
- Hadoop 2.6.0 Namenode stuck in safemode and won't leave it
- Maria DB (mysql) installation on Red Hat . How do I start service after installation
- nginx passenger - issues setting environment to staging
- Would it be a RedHat permission issue for a executable jar to get an SSLHandshakeException between servers?
- RedHat4/Docker on Centos 7. Can't reach internet from Docker Instance
- Exit perl script automatically every 2 hours
- How to install WebSphere MQ resource adapter (wmq.jmsra.rar) in JBoss 6.2 EAP?
- VI editor - saving filename in :wq
Related Questions in DPDK
- Why TX descriptor ring size should be 4 times that of RX descriptor ring size?
- IS it possible to use dpdk without kernel modules?
- net.ipv4 kernel variables affect on DPDK ports
- How to set thread name in dpdk 18.11
- Packet gen DPDK master lcore cannot be used for a port error
- !PANIC!: *** Did not find any ports to use ***
- DPDK(20.8) Segmentation fault: While executing rte_ip_frag_table_create for IP reassemble
- DPDK IP reassemble API returns NULL
- L2FWD dpdk application result
- DPDK ixgbe driver not rendering proper link status
- Can a DPDK instance be shared between 2 linux apps in different containers?
- Build non-cmake 3rd party library and use pkg-config to get the library info needed for building the main project
- Setting ethernet controller register in dpdk
- Statically linking DPDK creates mempool failure
- DPDK: What are the typical causes of q_errors in rte_eth_stats structure?
Related Questions in OPENVSWITCH
- Ping betwwen OF switch and Non-OF switch
- Get packet loss from Open Flow switch
- What does grep classifier in Open vSwitch mean?
- Why pushing more than 3 MPLS headers on a packet results in the packet not being forwarded?
- How to set up wireless network on OpenWrt + OVS router?
- To know port numbers in openvswitch
- Is there a way to delete one output port from flow entries?
- Openstack nova: cannot reach virtual machine
- Open vSwitch configuration by Python?
- ovsdb-server.service from no where
- How can I handle OFPT_ERROR: MeterModFailedCode.OFPMMFC_OUT_OF_BANDS error code?
- How to configue an Open vSwitch in GNS3 to use a command line when starting up?
- Can't capture packets from namespace interface
- connecting network namespaces using OVS switches and a pox controller
- Modify outer IP header of GENEVE encapsulated packets
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 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