Re: [ovs-dev] [PATCH] netdev-dpdk: Add vHost User PMD

2016-12-08 Thread Daniele Di Proietto
2016-12-06 7:10 GMT-08:00 Loftus, Ciara : >> >> Thanks for the patch. >> >> I experience a crash with this patch applied by starting ovs and >> immediately adding a vhostuserclient port. It's not reproducible 100% >> of the times. >> >> Program received signal SIGSEGV, Segmentation fault. >> rte_e

Re: [ovs-dev] [PATCH] netdev-dpdk: Add vHost User PMD

2016-12-06 Thread Loftus, Ciara
> > Thanks for the patch. > > I experience a crash with this patch applied by starting ovs and > immediately adding a vhostuserclient port. It's not reproducible 100% > of the times. > > Program received signal SIGSEGV, Segmentation fault. > rte_eth_xstats_get (port_id=3 '\003', xstats=xstats@e

Re: [ovs-dev] [PATCH] netdev-dpdk: Add vHost User PMD

2016-11-30 Thread Daniele Di Proietto
Thanks for the patch. I experience a crash with this patch applied by starting ovs and immediately adding a vhostuserclient port. It's not reproducible 100% of the times. Program received signal SIGSEGV, Segmentation fault. rte_eth_xstats_get (port_id=3 '\003', xstats=xstats@entry=0x2e6eaa0, n=n

[ovs-dev] [PATCH] netdev-dpdk: Add vHost User PMD

2016-11-29 Thread Ciara Loftus
The vHost PMD allows vHost User ports to be controlled by the librte_ether API, like physical 'dpdk' ports and IVSHM 'dpdkr' ports. This commit integrates this PMD into OVS and removes direct calls to the librte_vhost DPDK library. This commit requires DPDK v16.11 functionality that isn't availabl