[ovs-dev] Bug#740983: openvswitch-datapath-dkms: fails to build dkms module

2014-03-22 Thread Ben Hutchings
Control: tag -1 upstream This version of openvswitch (1.9.3) is not compatible with Linux kernel versions after 3.8, and a lot of changes are needed to fix that. The current upstream version (2.1.0) supports 3.11 and the upstream master branch supports 3.12, so further patches will be needed to m

[ovs-dev] Processed: Re: openvswitch-datapath-dkms: fails to build dkms module

2014-03-22 Thread Debian Bug Tracking System
Processing control commands: > tag -1 upstream Bug #740983 [openvswitch-datapath-dkms] openvswitch-datapath-dkms: fails to build dkms module Added tag(s) upstream. -- 740983: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740983 Debian Bug Tracking System Contact ow...@bugs.debian.org with pr

Re: [ovs-dev] Debugging OVS source code

2014-03-22 Thread Andy Zhou
You may want to give VLOG_ERR() a try. It can be used pretty much like printf, except the output goes into ovs-vswitchd.log. Grep for "VLOG" in OVS code base if you want examples. On Sat, Mar 22, 2014 at 11:18 AM, Nagashree Sharma wrote: > Hi , > > I am trying to play around with Openvswitch so

[ovs-dev] Debugging OVS source code

2014-03-22 Thread Nagashree Sharma
Hi , I am trying to play around with Openvswitch source code. To understand the code flow , I tried adding printf's or printk in openvswitch/include/openvswitch/types.h file but there is a compilation error. Please can you help me to find a way to add printf's? Thanks, Nagashree.

Re: [ovs-dev] [PATCH V2 04/10] dpif-netdev: Add poll-mode-device thread.

2014-03-22 Thread Ben Pfaff
On Fri, Mar 21, 2014 at 11:03:18AM -0700, Pravin wrote: > This patch adds PMD type netdev for netdevice with poll-mode > drivers. Since there is no way to get signal on a packet recv > from these devices we need to poll them in busy loop. So minimize > system call overhead this patch uses dpif-th