Hi All, I am trying to have a configuration with dpdk-ovs in both host/guest. But when I try to add the guest interface as dpdk port to ovs in the guest, vswitchd process crashes both in the host/guest with the traceback as below.
Please let me know if dpdk-ovs in both host/guest is a tested configuration and is expected to work. If somebody is able to have this running, plz help me. #0 0x000000000056773a in virtio_recv_mergeable_pkts () #1 0x00000000006d5b35 in rte_eth_rx_burst (port_id=0 '\000', queue_id=0, rx_pkts=0x7f84467fb930, nb_pkts=32) at /home/stack/work/dpdk/x86_64-native-linuxapp-gcc/include/rte_ethdev.h:2363 #2 0x00000000006dbd3a in netdev_dpdk_rxq_recv (rxq_=0x7f84933cf240, packets=0x7f84467fb930, c=0x7f84467fb920) at lib/netdev-dpdk.c:1029 #3 0x000000000061fff3 in netdev_rxq_recv (rx=0x7f84933cf240, buffers=0x7f84467fb930, cnt=0x7f84467fb920) at lib/netdev.c:654 #4 0x00000000005f18e3 in dp_netdev_process_rxq_port (pmd=0x303e810, port=0x287bdb0, rxq=0x7f84933cf240) at lib/dpif-netdev.c:2513 #5 0x00000000005f1fe9 in pmd_thread_main (f_=0x303e810) at lib/dpif-netdev.c:2674 #6 0x000000000067b4e3 in ovsthread_wrapper (aux_=0x2c7e3d0) at lib/ovs-thread.c:340 #7 0x00007f8494a30182 in start_thread (arg=0x7f84467fc700) at pthread_create.c:312 #8 0x00007f849424f30d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 (Note: I have being able to successfully bringup dpdk-ovs in the guest running on normal host without dpdk ovs. I have multi-queue enabled). Regards, Gayathri _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev