Re: [ovs-discuss] ipfix leads to kernel crash

2015-11-06 Thread Jesse Gross
On Monday, November 2, 2015, ZHANG Zhiming wrote: > Hi, > > Could someone help me check this kernel crash? > I set ipfix to send report to a collector, and the kernel crashed after > several hours. > Thanks! > > ovs-vsctl (Open vSwitch) 2.3.1 > Compiled Aug 11 2015 05:18:30 > DB Schema 7.6.2 > T

Re: [ovs-discuss] Open vSwitch with DPDK on FreeBSD

2015-11-06 Thread Daniele Di Proietto
Hi, Using OVS with DPDK on BSD is not supported at the moment. The current OVS code assumes that the DPDK is compiled with vhost support, which is not supported on BSD. Also, some of the APIs that we use in netdev-dpdk.c are linux specific (e.g. pthread_setaffinity_np). I suppose it won't be to

[ovs-discuss] Open vSwitch with DPDK on FreeBSD

2015-11-06 Thread Jeremias Blendin
Hi, I am having trouble compiling OVS with DPDK on FreeBSD. Is this configuration supposed to work? OVS looks for virtio, which DPDK seems not to provide, although it is enabled in the configuration. Any ideas on pointers on the issue? Thanks! Here is the output: DPDK_BUILD=/usr/home/user/inst