Re: [ovs-discuss] Can anyone tell me the relationship between INGRESS_POLICING_RATE & INGRESS_POLICING_BURST

2012-12-05 Thread Ramana Reddy
Please read the ovs-vswitchd.conf.db(5) manual. On Thu, Dec 6, 2012 at 10:03 AM, thachjackson wrote: > I've been configuring these for a day but i don't how > the INGRESS_POLICING_BURST affect INGRESS_POLICING_RATE. can anyone tell > me ?? > for ex: INGRESS_POLICING_RATE=10, INGRESS_POLIC

Re: [ovs-discuss] OpenVSwitch 1.7.1 does not compile on later Ubuntu 12.10 & latest Linux kernels

2012-12-05 Thread Jesse Gross
On Wed, Dec 5, 2012 at 2:23 PM, Polehn, MikeX A wrote: > Hi! > > > > openvswitch 1.7.1 does not compile on later Ubuntu 12.10 > > > > Later kernels don’t seem to have: > > > > /arch/x86/include/asm/system.h > > > > Which is required for openvswitch 1.7.1 > > > > At first I thought it was a Ubuntu

Re: [ovs-discuss] OpenVSwitch 1.7.1 does not compile on later Ubuntu 12.10 & latest Linux kernels

2012-12-05 Thread Ben Pfaff
On Wed, Dec 05, 2012 at 10:23:59PM +, Polehn, MikeX A wrote: > Welcome to Ubuntu 12.10 (GNU/Linux 3.5.0-17-generic x86_64) The FAQ says that 1.7.x does not support Linux 3.5: Q: What Linux kernel versions does each Open vSwitch release work with? A: The following table lists the Linux kernel

[ovs-discuss] High CPU usage due to L3/4 flows

2012-12-05 Thread Bernhard Schmidt
Hi, I think this is a FAQ, but I seem to be blind enough to miss any clue about this issue. I have recently (test-)migrated our KVM-based virtualisation infrastructure from one-standard-bridge-per-VLAN to a fully VLAN-aware openvswitch (Debian testing, which means kernel 3.2.32 with openvswitch-d

[ovs-discuss] OpenVSwitch 1.7.1 does not compile on later Ubuntu 12.10 & latest Linux kernels

2012-12-05 Thread Polehn, MikeX A
Hi! openvswitch 1.7.1 does not compile on later Ubuntu 12.10 Later kernels don't seem to have: /arch/x86/include/asm/system.h Which is required for openvswitch 1.7.1 At first I thought it was a Ubuntu kernel patch, but the latest Linux kernel does not have /arch/x86/include/asm/system.h eithe

Re: [ovs-discuss] Problem with VLOG module init

2012-12-05 Thread Ben Pfaff
Yes, sorry, that's what I meant. On Thu, Dec 06, 2012 at 01:24:43AM +0500, Ahmed Talha Khan wrote: > What exactly do you mean by that? Do you want me to past config.log? > > > On Thu, Dec 6, 2012 at 12:50 AM, Ben Pfaff wrote: > > > What's in config.status? > > > > On Wed, Dec 05, 2012 at 11:46

Re: [ovs-discuss] Problem with VLOG module init

2012-12-05 Thread Ahmed Talha Khan
What exactly do you mean by that? Do you want me to past config.log? On Thu, Dec 6, 2012 at 12:50 AM, Ben Pfaff wrote: > What's in config.status? > > On Wed, Dec 05, 2012 at 11:46:17PM +0500, Ahmed Talha Khan wrote: > > Its Linux with kernel 2.6.35 on Fedora 14 x86_64 machine. And yes thats > >

Re: [ovs-discuss] Problem with VLOG module init

2012-12-05 Thread Ben Pfaff
What's in config.status? On Wed, Dec 05, 2012 at 11:46:17PM +0500, Ahmed Talha Khan wrote: > Its Linux with kernel 2.6.35 on Fedora 14 x86_64 machine. And yes thats > what I though too that only VLOG_DEFINE_THIS_MODULE should do the job as it > creates and the actual module as well as the referenc

Re: [ovs-discuss] Problem with VLOG module init

2012-12-05 Thread Ahmed Talha Khan
Its Linux with kernel 2.6.35 on Fedora 14 x86_64 machine. And yes thats what I though too that only VLOG_DEFINE_THIS_MODULE should do the job as it creates and the actual module as well as the reference. I see that it is defined like this #define VLOG_DEFINE_THIS_MODULE(MODULE)

Re: [ovs-discuss] Compatibility with Linux Kernels

2012-12-05 Thread Ben Pfaff
On Tue, Dec 04, 2012 at 01:13:58AM -0800, Umair Hoodbhoy wrote: > When building OVS 1.7.1 on Ubuntu 12.10 (Kernel 3.5.0-19), I got the > following error during 'make': > > openvswitch-1.7.1/datapath/linux/datapath.c:42:24: fatal error: asm/system.h: > No such file or directory > > This got me thi

Re: [ovs-discuss] Problem with VLOG module init

2012-12-05 Thread Ben Pfaff
On Wed, Dec 05, 2012 at 12:29:51PM +0500, Ahmed Talha Khan wrote: > I am trying to register one of my own modules for logging purpose but it > does not seem to work. > > In my source file xyz.c included > > VLOG_DEFINE_THIS_MODULE(xyz); > > and then later in the file i use > > VLOG_INFO("some m

Re: [ovs-discuss] bug in openvswitch installation

2012-12-05 Thread Ben Pfaff
OVS 1.1.0 was released in April 2011. Linux 3.0 was released in July 2011. Therefore, OVS 1.1.0 doesn't support Linux 3.0. On Wed, Dec 05, 2012 at 07:28:00AM -, Varun Moruse wrote: > openvswitch-1.1.0pre2   version > > > > > From: Ben Pfaff > Sent: Wed, 05 Dec 2012 12:15

Re: [ovs-discuss] OpenNebula in Open vSwitch

2012-12-05 Thread Jaime Melis
Hello Ben, thanks for your response. and I could see an INSTALL.OpenNebula fitting in nicely. I completely agree with adding INSTALL.OpenNebula to the sources. I have just sent a patch to the dev mailing list: "[PATCH] docs: Add INSTALL.OpenNebula." If you think it's of enough general interest

Re: [ovs-discuss] Packaging OVS into .deb installers

2012-12-05 Thread Sudhakar Gariganti
Hi Ben, Glad that you added the INSTALL.Debian with the instructions :) . I will try following the steps there on a fresh install and let you know in case I face anything unexpected. Thank you! Regards, Sudhakar. On Wed, Dec 5, 2012 at 12:37 AM, Ben Pfaff wrote: > On Tue, Dec 04, 2012 at 10

Re: [ovs-discuss] Problem with VLOG module init

2012-12-05 Thread Ahmed Talha Khan
I am using OVS version 1.7.1. Do I have to declare my module somewhere else aswell? On Wed, Dec 5, 2012 at 12:29 PM, Ahmed Talha Khan wrote: > > Hey, > > I am trying to register one of my own modules for logging purpose but it > does not seem to work. > > In my source file xyz.c included > > VL