Re: [ovs-dev] openvswitch debian packages - missing ovs-vlan-bug-workaround

2011-09-01 Thread Sébastien Riccio
On 02.09.2011 05:57, Sébastien Riccio wrote: Hi, While trying to port the xen xapi network scripts to debian for project Kronos, I found out that the file /usr/sbin/ovs-vlan-bug-workaround is not provided by the openvswitch debian packages. Is there a reason for this ? Cheers, Sébastien _

[ovs-dev] openvswitch debian packages - missing ovs-vlan-bug-workaround

2011-09-01 Thread Sébastien Riccio
Hi, While trying to port the xen xapi network scripts to debian for project Kronos, I found out that the file /usr/sbin/ovs-vlan-bug-workaround is not provided by the openvswitch debian packages. Is there a reason for this ? Cheers, Sébastien ___

[ovs-dev] [PATCH] netlink-protocol: Define missing symbols.

2011-09-01 Thread Ethan Jackson
OVS fails to build with xenddk-56100build3926 because it has an outdated genetlink header. --- lib/netlink-protocol.h | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/lib/netlink-protocol.h b/lib/netlink-protocol.h index 1b5fa71..6a3b92d 100644 --- a/lib/netlink-

Re: [ovs-dev] [PATCH 5/6] datapath: genl_notify() on port disappearances.

2011-09-01 Thread Ethan Jackson
Thanks for the review, merged. Ethan On Thu, Sep 1, 2011 at 16:53, Jesse Gross wrote: > On Thu, Sep 1, 2011 at 12:52 PM, Ethan Jackson wrote: >> Before this patch, if a vport detached itself from the datapath >> without interaction from userspace, rtnetlink notifications would >> be sent, but g

Re: [ovs-dev] [PATCH 5/6] datapath: genl_notify() on port disappearances.

2011-09-01 Thread Jesse Gross
On Thu, Sep 1, 2011 at 12:52 PM, Ethan Jackson wrote: > Before this patch, if a vport detached itself from the datapath > without interaction from userspace, rtnetlink notifications would > be sent, but genl notifications would not. > > Feature #6809. > > Signed-off-by: Ethan Jackson Looks good,

Re: [ovs-dev] [PATCH] lacp: Clarify documentation.

2011-09-01 Thread Ethan Jackson
Thanks for the review, I pushed this. Ethan On Thu, Sep 1, 2011 at 00:11, Ethan Jackson wrote: > On Wed, Aug 31, 2011 at 23:37, Justin Pettit wrote: >> You're taking away the one bit of control that ovs-vswitchd could use at its >> own discretion? > > Haha, I actually remembered why I wrote it

[ovs-dev] [PATCH 5/6] datapath: genl_notify() on port disappearances.

2011-09-01 Thread Ethan Jackson
Before this patch, if a vport detached itself from the datapath without interaction from userspace, rtnetlink notifications would be sent, but genl notifications would not. Feature #6809. Signed-off-by: Ethan Jackson --- datapath/datapath.c |6 +++--- datapath/datapath.h |3 +++ datap

Re: [ovs-dev] [PATCH 0/3] rhel: some updates for RHEL6

2011-09-01 Thread Ben Pfaff
On Thu, Sep 01, 2011 at 06:01:10PM +0400, Alexey I. Froloff wrote: > It's been a while since I've looked into your master, and I see > you're doing a great job at RHEL support! > > Let me propose a few enhancements: > > First patch renames kmod source package to openvswitch-kmod, so > we can have

Re: [ovs-dev] [PATCH 1/2] rhel: Don't delete bridges on boot.

2011-09-01 Thread Ben Pfaff
Yes, that's the right thing to do. openvswitch.booted is only used by the init script itself. On Wed, Aug 31, 2011 at 05:21:22PM -0700, Ethan Jackson wrote: > Summary of an offline discussion: > > Did some research and we decided to just remove it. I'm going to push > this series now. > > Etha

Re: [ovs-dev] [PATCH 1/3] rhel: rename RHEL6 kmod source package

2011-09-01 Thread Alexey I. Froloff
On Thu, Sep 01, 2011 at 06:56:29PM +0400, Alexey I. Froloff wrote: > Rename RHEL6 source package to openvswitch-kmod, so it doesn't intersect > with main package. I apologies. This is the correct one. -- Regards,-- Sir Raorn. --- http://thousandsofhate.blogspot.com/ signature.asc Descrip

[ovs-dev] [PATCH 1/3] rhel: rename RHEL6 kmod source package

2011-09-01 Thread Alexey I. Froloff
Rename RHEL6 source package to openvswitch-kmod, so it doesn't intersect with main package. Signed-off-by: Alexey I. Froloff --- rhel/openvswitch-kmod-rhel6.spec.in | 12 +++- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/rhel/openvswitch-kmod-rhel6.spec.in b/rhel/ope

[ovs-dev] [PATCH 1/3] rhel: rename RHEL6 kmod source package

2011-09-01 Thread Alexey I. Froloff
Rename RHEL6 source package to openvswitch-kmod, so it doesn't intersect with main package. Signed-off-by: Alexey I. Froloff --- rhel/openvswitch-kmod-rhel6.spec.in | 12 +++- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/rhel/openvswitch-kmod-rhel6.spec.in b/rhel/ope

[ovs-dev] We have lists for doctors, lawyers, hospitals, chiropractors, schools, churches, real estate agents, insurance agents etc..

2011-09-01 Thread Barrett czarina
Value priced Data: $395 for everything below! (only until Friday) All 100% optin data / Full resale rights Please email andrewjohns...@gmx.us for samples and info. ---HEALTHCARE LISTS Physicians (34 specialties) Database:788k records, 17k emails, 200k fax numbers Chiropract

[ovs-dev] [PATCH 2/3] rhel: add ability to build kmod packages for arbitrary kernel version/variant(s)

2011-09-01 Thread Alexey I. Froloff
Usage: rpmbuild --rebuild \ -D 'kversion KERNEL_VERSION' \ -D 'kflavors FLAVORS TO BUILD' \ openvswitch-kmod-VERSION-RELEASE.src.rpm Signed-off-by: Alexey I. Froloff --- rhel/openvswitch-kmod-rhel6.spec.in | 14 ++ 1 files changed, 10 insertions(+), 4 deletions(-) diff --gi

[ovs-dev] [PATCH 3/3] README.RHEL: update information on RHEL6 builds

2011-09-01 Thread Alexey I. Froloff
Signed-off-by: Alexey I. Froloff --- INSTALL.RHEL | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/INSTALL.RHEL b/INSTALL.RHEL index 3558948..b452383 100644 --- a/INSTALL.RHEL +++ b/INSTALL.RHEL @@ -53,7 +53,16 @@ RHEL. On RHEL 5, the default RPM source directo

[ovs-dev] [PATCH 0/3] rhel: some updates for RHEL6

2011-09-01 Thread Alexey I. Froloff
Hi! It's been a while since I've looked into your master, and I see you're doing a great job at RHEL support! Let me propose a few enhancements: First patch renames kmod source package to openvswitch-kmod, so we can have separate source rpms for openvswitch and kernel module. Second patch adds

[ovs-dev] [PATCH 1/3] rhel: rename RHEL6 kmod source package

2011-09-01 Thread Alexey I. Froloff
Rename RHEL6 source package to openvswitch-kmod, so it doesn't intersect with main package. Signed-off-by: Alexey I. Froloff --- rhel/openvswitch-kmod-rhel6.spec.in | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/rhel/openvswitch-kmod-rhel6.spec.in b/rhel/openv

[ovs-dev] Hello

2011-09-01 Thread Binta Dieme
Hello, I'm Ms Binta Dieme.Please i need your assistance in business.Thanks ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] asking about flow rate limiting feature

2011-09-01 Thread Trinh Minh Tri
Dear Mr Justin! As your sugestion, I can only set the queue for output port. But I think setting queue for output port is not good because the traffic has already entered the network. Is there any way to set queue for input port? so if the customer sends more traffic than the SLA, I can drop the p

Re: [ovs-dev] asking about flow rate limiting feature

2011-09-01 Thread Trinh Minh Tri
Thank you very much for your quick reply, Mr Justin! On Thu, Sep 1, 2011 at 3:54 AM, Justin Pettit wrote: > I doubt FlowVisor speaks Open vSwitch's configuration protocol, but that > would be a question better suited to the FlowVisor mailing list: > >http://mailman.stanford.edu/mailma

Re: [ovs-dev] [PATCH] lacp: Clarify documentation.

2011-09-01 Thread Ethan Jackson
On Wed, Aug 31, 2011 at 23:37, Justin Pettit wrote: > You're taking away the one bit of control that ovs-vswitchd could use at its > own discretion? Haha, I actually remembered why I wrote it that way. I was planning at some point in time to enable LACP by default in passive mode. If we did th