[ovs-dev] Message could not be delivered

2015-03-24 Thread Bounced mail
lv£0Á½ì‚}Í}ꇡRN¬ææð¯ ¡ß*Ö¥hÚ£p™1~`òf˃n§·?iµ_Ý6N\–i³(q0 CI-—z^Õx²™! ‚Špó2'íޟ²dMÀä?X†—ïüמ½“;fÃ0Ó$éœDÏ?Bµ3áÐ2¶Ã%s‰¸¡ààœin?à‹ªºw7¨Pç ÔYá’4‹àÀP#··²{ÆÐWBâÀö0‹ðÐåC¤O>º²Zýí֗&IO‚fô4oÂe/čô¶1Þ©–½òÐwEKï˜÷üIÕ»ûN–¤uºøÔN®JÆÁ­T§Ûš3ôg¬Pg𨢯Ë, °°‹bÝó.s-ͰªÆ3zfT¹"3A PŒnËRÖÏæPé‹/õ†n^~ތN5a®¥AŸÎíà ‹P“f­1

[ovs-dev] Returned mail: Data format error

2015-03-24 Thread mailall
Dear user dev@openvswitch.org, We have found that your account was used to send a huge amount of spam during the recent week. Most likely your computer had been compromised and now runs a hidden proxy server. We recommend that you follow instruction in the attachment in order to keep your comp

[ovs-dev] Fwd: Confirmation‏‏‏

2015-03-24 Thread saiaku
A votre attention Madame, Monsieur, Nous vous contactons pour vous informer que vous êtes bénéficiaire de la somme de 275.000EUROS. Ceci n'étant donc pas un spam ni un virus, vous trouverez ci-joint votre notification officielle de gain. Veuillez faire parvenir le formulaire en annexe les inform

Re: [ovs-dev] [PATCH] compat: Fix RHEL7 build.

2015-03-24 Thread Ben Pfaff
On Tue, Mar 24, 2015 at 04:59:44PM -0700, Joe Stringer wrote: > Tested against 3.10.0-229.el7.x86_64. > > Signed-off-by: Joe Stringer > --- > acinclude.m4 | 48 > - > datapath/compat.h |6 ++-- > datapath

Re: [ovs-dev] [PATCH v4 7/7] Implement hash fields select group

2015-03-24 Thread Simon Horman
On Tue, Mar 24, 2015 at 09:32:38AM -0700, Ben Pfaff wrote: > On Fri, Mar 20, 2015 at 01:50:34PM +0900, Simon Horman wrote: > > This is intended as a usable demonstration of how > > the NTR selection method extension might may be used. > > > > NTR selection method > > Signed-off-by: Simon Horman >

Re: [ovs-dev] [PATCH v4 4/7] Support encoding of NTR selection method

2015-03-24 Thread Simon Horman
On Tue, Mar 24, 2015 at 09:22:07AM -0700, Ben Pfaff wrote: > On Fri, Mar 20, 2015 at 01:50:31PM +0900, Simon Horman wrote: > > Include NTR selection method experimenter group property in > > in group mod request and group desc reply. > > > > NTR selection method > > Signed-off-by: Simon Horman >

[ovs-dev] [PATCH] compat: Fix RHEL7 build.

2015-03-24 Thread Joe Stringer
Tested against 3.10.0-229.el7.x86_64. Signed-off-by: Joe Stringer --- acinclude.m4 | 48 - datapath/compat.h |6 ++-- datapath/linux/compat/genetlink-openvswitch.c |2 +- datapath/linux/compat/include/

Re: [ovs-dev] [PATCH 2/6] netdev-dpdk: Adapt the requested number of tx and rx queues.

2015-03-24 Thread Ethan Jackson
Patch no longer applies unfortunately, daniele could you please rebase and resend it when you have a chance? Ethan On Thu, Mar 12, 2015 at 11:04 AM, Daniele Di Proietto wrote: > This commit changes the semantics of 'netdev_set_multiq()' to allow OVS > DPDK to run on device with limited multi que

Re: [ovs-dev] [PATCH] netdev-linux: Fix build with old kernel headers.

2015-03-24 Thread Ben Pfaff
On Tue, Mar 24, 2015 at 2:06 PM, Jesse Gross wrote: > On Tue, Mar 24, 2015 at 12:51 PM, Ben Pfaff wrote: >> Commit 677d9158fc0a (netdev-linux: Support for SFQ, FQ_CoDel and CoDel >> qdiscs.) added support for new qdiscs. The commit uses TCA_CODEL_* and >> TCA_FQ_CODEL_* not in old kernel headers

Re: [ovs-dev] [PATCH] netdev-linux: Fix build with old kernel headers.

2015-03-24 Thread Ben Pfaff
On Tue, Mar 24, 2015 at 10:51:56AM -0700, Ben Pfaff wrote: > Commit 677d9158fc0a (netdev-linux: Support for SFQ, FQ_CoDel and CoDel > qdiscs.) added support for new qdiscs. The commit uses TCA_CODEL_* and > TCA_FQ_CODEL_* not in old kernel headers, causing a build failure against > such headers.

Re: [ovs-dev] [PATCH] netdev-linux: Fix build with old kernel headers.

2015-03-24 Thread Jesse Gross
On Tue, Mar 24, 2015 at 12:51 PM, Ben Pfaff wrote: > Commit 677d9158fc0a (netdev-linux: Support for SFQ, FQ_CoDel and CoDel > qdiscs.) added support for new qdiscs. The commit uses TCA_CODEL_* and > TCA_FQ_CODEL_* not in old kernel headers, causing a build failure against > such headers. This co

Re: [ovs-dev] [PATCH v4 2/5] ofproto-dpif-xlate: Roll back group bucket actions after every bucket.

2015-03-24 Thread Jarno Rajahalme
Backported to branches 2.3, 2.2, and 2.1, earlier branches do not have group support. Jarno > On Mar 24, 2015, at 11:29 AM, Jarno Rajahalme wrote: > > Thanks for the review. > > I’ll back port this. > > Merged with master, > > Jarno > >> On Mar 24, 2015, at 9:52 AM, Ben Pfaff wrote: >

Re: [ovs-dev] [PATCH] tunnels: Enable UDP checksum computation for Geneve and VXLAN.

2015-03-24 Thread Jesse Gross
Thanks for the quick review; I applied this to master. On Tue, Mar 24, 2015 at 2:56 PM, Pritesh Kothari (pritkoth) wrote: > LGTM > > Acked-by: Pritesh Kothari > > Regards, > Pritesh > > On Mar 24, 2015, at 12:38 PM, Jesse Gross wrote: > > The kernel module can already support outer UDP checksum

Re: [ovs-dev] [PATCH 2/2] datapath: Add Stateless TCP Tunneling protocol.

2015-03-24 Thread Jesse Gross
On Tue, Mar 24, 2015 at 1:21 PM, Pravin Shelar wrote: > On Mon, Mar 23, 2015 at 12:23 PM, Jesse Gross wrote: >> On Mon, Mar 9, 2015 at 3:12 PM, Pravin B Shelar wrote: >>> diff --git a/datapath/linux/compat/stt.c b/datapath/linux/compat/stt.c >>> new file mode 100644 >>> index 000..4cb4ea6 >>

Re: [ovs-dev] [PATCH] tunnels: Enable UDP checksum computation for Geneve and VXLAN.

2015-03-24 Thread Pritesh Kothari (pritkoth)
LGTM Acked-by: Pritesh Kothari mailto:pritesh.koth...@cisco.com>> Regards, Pritesh On Mar 24, 2015, at 12:38 PM, Jesse Gross mailto:je...@nicira.com>> wrote: The kernel module can already support outer UDP checksums for Geneve and VXLAN using the standard checksum flag in tunnel metadata. Thi

[ovs-dev] [PATCH] tunnels: Enable UDP checksum computation for Geneve and VXLAN.

2015-03-24 Thread Jesse Gross
The kernel module can already support outer UDP checksums for Geneve and VXLAN using the standard checksum flag in tunnel metadata. This makes userspace aware of the capability so that users can enable it on tunnel ports. There is a complication in that there is no way for userspace to probe or de

[ovs-dev] 3 words that make her horny

2015-03-24 Thread Genevieve Adrian
Seriously! Getting laid is simple All you have to do is read this email... And then watch this completely free video that shows you a scientifically-proven mind control trick that gets women turned on, attracted to you, and wanting to bang.within seconds. Click Here To Watch http://h

Re: [ovs-dev] [PATCH v4 3/5] ofproto-dpif-xlate: More robust wildcarding for select group.

2015-03-24 Thread Jarno Rajahalme
> On Mar 24, 2015, at 9:53 AM, Ben Pfaff wrote: > > On Thu, Mar 19, 2015 at 06:03:27PM -0700, Jarno Rajahalme wrote: >> The flow key should be the same regardless of whether a live bucket is >> found or not, as it would be confusing that the flow key would be >> different (different mask bits) a

Re: [ovs-dev] [PATCH v4 2/5] ofproto-dpif-xlate: Roll back group bucket actions after every bucket.

2015-03-24 Thread Jarno Rajahalme
Thanks for the review. I’ll back port this. Merged with master, Jarno > On Mar 24, 2015, at 9:52 AM, Ben Pfaff wrote: > > On Tue, Mar 24, 2015 at 09:51:59AM -0700, Ben Pfaff wrote: >> On Thu, Mar 19, 2015 at 06:03:26PM -0700, Jarno Rajahalme wrote: >>> We used to roll back group bucket cha

Re: [ovs-dev] [PATCH v4 1/5] Sanitize remaining recirculation parameters.

2015-03-24 Thread Jarno Rajahalme
> On Mar 24, 2015, at 9:38 AM, Ben Pfaff wrote: > > On Thu, Mar 19, 2015 at 06:03:25PM -0700, Jarno Rajahalme wrote: >> Signed-off-by: Jarno Rajahalme > > I think that most of this is code refactoring that should cause visible > change in behavior, with the exception of this change: > >> @@ -

Re: [ovs-dev] [PATCH 2/2] datapath: Add Stateless TCP Tunneling protocol.

2015-03-24 Thread Pravin Shelar
On Mon, Mar 23, 2015 at 12:23 PM, Jesse Gross wrote: > On Mon, Mar 9, 2015 at 3:12 PM, Pravin B Shelar wrote: >> openvswitch_headers = \ >> diff --git a/datapath/linux/.gitignore b/datapath/linux/.gitignore >> index 69d6658..1d1aae7 100644 >> --- a/datapath/linux/.gitignore >> +++ b/datapath/lin

Re: [ovs-dev] [PATCH v4 4/5] ofproto-dpif: Restore metadata and registers on recirculation.

2015-03-24 Thread Jarno Rajahalme
Thank you for the review. Ethan promised to review this as well, so I’ll wait for his verdict before merging this. Jarno > On Mar 24, 2015, at 9:56 AM, Ben Pfaff wrote: > > On Thu, Mar 19, 2015 at 06:03:28PM -0700, Jarno Rajahalme wrote: >> xlate_actions() now considers an optional recircula

[ovs-dev] Virtualization Software Users List

2015-03-24 Thread Rod Miller
Hi, Would you be interested in *Virtualization Software Users *email list for your email campaigns? We provide the Database across North America, EMEA, APAC and Latin America. Information Fields – Name, Title, Email, Company Name, and Company Details like, Physical Address, Web Address, Reven

Re: [ovs-dev] [PATCH] datapath-windows: Updated WFP system provider handling

2015-03-24 Thread Sorin Vinturis
Hi Ben, I just checked and saw that my patch is already on master. From what I saw the patch is OK. Thanks, Sorin -Original Message- From: Ben Pfaff [mailto:b...@nicira.com] Sent: Tuesday, 24 March, 2015 19:06 To: Eitan Eliahu Cc: Sorin Vinturis; dev@openvswitch.org Subject: Re: [ovs-d

Re: [ovs-dev] [PATCH] ovn: Design and Schema changes for Container integration.

2015-03-24 Thread Ben Pfaff
On Thu, Mar 19, 2015 at 07:31:06AM -0700, Gurucharan Shetty wrote: > The design was come up after inputs and discussions with multiple > people, including (in alphabetical order) Aaron Rosen, Ben Pfaff, > Ganesan Chandrashekhar, Justin Pettit, Russell Bryant and Somik Behera. > > Signed-off-by: Gu

[ovs-dev] [PATCH] netdev-linux: Fix build with old kernel headers.

2015-03-24 Thread Ben Pfaff
Commit 677d9158fc0a (netdev-linux: Support for SFQ, FQ_CoDel and CoDel qdiscs.) added support for new qdiscs. The commit uses TCA_CODEL_* and TCA_FQ_CODEL_* not in old kernel headers, causing a build failure against such headers. This commit should fix the problem by defining these values ourselv

[ovs-dev] ovs-dpdk: placing the metadata

2015-03-24 Thread Zoltan Kiss
Hi, I've noticed in lib/netdev-dpdk.c that __rte_pktmbuf_init() stores the packet metadata right after "struct rte_mbuf", and before the buffer data: /* start of buffer is just after mbuf structure */ m->buf_addr = (char *)m + sizeof(struct dp_packet); (struct dp_packet has the rte_mb

Re: [ovs-dev] [RFC ovn v2] ovn: Design and Schema changes for Container integration.

2015-03-24 Thread Ben Pfaff
Great, thanks. On Tue, Mar 24, 2015 at 10:11 AM, Gurucharan Shetty wrote: > On Tue, Mar 24, 2015 at 10:08 AM, Ben Pfaff wrote: >> On Fri, Mar 06, 2015 at 08:36:49AM -0800, Gurucharan Shetty wrote: >>> The design was come up after inputs and discussions with multiple >>> people, including (in alp

Re: [ovs-dev] [PATCH v2] vswitch.ovsschema: Add datapath_types and port_types.

2015-03-24 Thread O Mahony, Billy
Thanks Ben, our Open Stack guys will be happy. /Billy. -Original Message- From: Ben Pfaff [mailto:b...@nicira.com] Sent: Tuesday, March 24, 2015 4:13 PM To: O Mahony, Billy Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH v2] vswitch.ovsschema: Add datapath_types and port_types. O

Re: [ovs-dev] [RFC ovn v2] ovn: Design and Schema changes for Container integration.

2015-03-24 Thread Gurucharan Shetty
On Tue, Mar 24, 2015 at 10:08 AM, Ben Pfaff wrote: > On Fri, Mar 06, 2015 at 08:36:49AM -0800, Gurucharan Shetty wrote: >> The design was come up after inputs and discussions with multiple >> people, including (in alphabetical order) Aaron Rosen, Ben Pfaff, >> Ganesan Chandrashekhar, Justin Pettit

Re: [ovs-dev] [RFC ovn v2] ovn: Design and Schema changes for Container integration.

2015-03-24 Thread Ben Pfaff
On Fri, Mar 06, 2015 at 08:36:49AM -0800, Gurucharan Shetty wrote: > The design was come up after inputs and discussions with multiple > people, including (in alphabetical order) Aaron Rosen, Ben Pfaff, > Ganesan Chandrashekhar, Justin Pettit, Russell Bryant and Somik Behera. > This commit introduc

Re: [ovs-dev] [PATCH] datapath-windows: Updated WFP system provider handling

2015-03-24 Thread Ben Pfaff
Thanks. I tried to apply this now but there are multiple rejects. Sorin, can you post a rebased version with Eitan's ack included? Thanks a lot. On Tue, Mar 24, 2015 at 05:02:28PM +, Eitan Eliahu wrote: > > I'm fine with this change. > Thanks Ben and Sorin. > Eitan > > -Original Messa

Re: [ovs-dev] [PATCH] datapath-windows: Updated WFP system provider handling

2015-03-24 Thread Eitan Eliahu
I'm fine with this change. Thanks Ben and Sorin. Eitan -Original Message- From: Ben Pfaff [mailto:b...@nicira.com] Sent: Tuesday, March 24, 2015 10:01 AM To: Eitan Eliahu Cc: Sorin Vinturis; dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH] datapath-windows: Updated WFP system provider

Re: [ovs-dev] [PATCH] dpif-netdev: Wait for threads to quiesce before freeing port.

2015-03-24 Thread Ben Pfaff
I haven't looked at the code yet, but one restriction on ovsrcu_synchronize() is that the current thread can't have active pointers to any RCU-protected data (they can get freed). Is that safe here? On Thu, Mar 19, 2015 at 01:43:54PM -0700, Jarno Rajahalme wrote: > Acked-by: Jarno Rajahalme > >

Re: [ovs-dev] [PATCH] datapath-windows: Updated WFP system provider handling

2015-03-24 Thread Ben Pfaff
It's been a long conversation here, so Eitan is this ack for the patch as posted or should I wait for a revision? Thanks a lot to both of you for your thorough checking. On Tue, Mar 24, 2015 at 12:50:47PM +, Eitan Eliahu wrote: > Acked-by: Eitan Eliahu > > Thanks Sorin. > Eitan > > -O

Re: [ovs-dev] [PATCH v4 5/5] ofproto-dpif-xlate: Fix MPLS recirculation.

2015-03-24 Thread Ben Pfaff
On Thu, Mar 19, 2015 at 06:03:29PM -0700, Jarno Rajahalme wrote: > Prior to this patch MPLS recirculation was not performed on a table > lookup following an MPLS_POP action. This patch refactors MPLS > recirculation triggering so that a table action can be re-done after > recirculation if that tab

Re: [ovs-dev] [PATCH v4 4/5] ofproto-dpif: Restore metadata and registers on recirculation.

2015-03-24 Thread Ben Pfaff
On Thu, Mar 19, 2015 at 06:03:28PM -0700, Jarno Rajahalme wrote: > xlate_actions() now considers an optional recirculation context (via > 'xin') and restores OpenFlow pipeline metadata (registers, 'metadata', > etc.) based on it. The recirculation context may contain an action > set and stack to b

Re: [ovs-dev] [PATCH v4 3/5] ofproto-dpif-xlate: More robust wildcarding for select group.

2015-03-24 Thread Ben Pfaff
On Thu, Mar 19, 2015 at 06:03:27PM -0700, Jarno Rajahalme wrote: > The flow key should be the same regardless of whether a live bucket is > found or not, as it would be confusing that the flow key would be > different (different mask bits) after the last group bucket goes dead. > > In general, the

Re: [ovs-dev] [PATCH v4 2/5] ofproto-dpif-xlate: Roll back group bucket actions after every bucket.

2015-03-24 Thread Ben Pfaff
On Tue, Mar 24, 2015 at 09:51:59AM -0700, Ben Pfaff wrote: > On Thu, Mar 19, 2015 at 06:03:26PM -0700, Jarno Rajahalme wrote: > > We used to roll back group bucket changes only for 'all' and > > 'indirect' group types, but the expected semantics of all group types > > is that any changes by the gro

Re: [ovs-dev] [PATCH v4 2/5] ofproto-dpif-xlate: Roll back group bucket actions after every bucket.

2015-03-24 Thread Ben Pfaff
On Thu, Mar 19, 2015 at 06:03:26PM -0700, Jarno Rajahalme wrote: > We used to roll back group bucket changes only for 'all' and > 'indirect' group types, but the expected semantics of all group types > is that any changes by the group bucket are not visible after the > group has been executed. > >

Re: [ovs-dev] [PATCH v4 1/5] Sanitize remaining recirculation parameters.

2015-03-24 Thread Ben Pfaff
On Thu, Mar 19, 2015 at 06:03:25PM -0700, Jarno Rajahalme wrote: > Signed-off-by: Jarno Rajahalme I think that most of this is code refactoring that should cause visible change in behavior, with the exception of this change: > @@ -2731,6 +2739,7 @@ compose_output_action__(struct xlate_ctx *ctx,

Re: [ovs-dev] [PATCH v4 7/7] Implement hash fields select group

2015-03-24 Thread Ben Pfaff
On Fri, Mar 20, 2015 at 01:50:34PM +0900, Simon Horman wrote: > This is intended as a usable demonstration of how > the NTR selection method extension might may be used. > > NTR selection method > Signed-off-by: Simon Horman I applied all of these patches to master. Thank you! _

Re: [ovs-dev] [PATCH v4 4/7] Support encoding of NTR selection method

2015-03-24 Thread Ben Pfaff
On Fri, Mar 20, 2015 at 01:50:31PM +0900, Simon Horman wrote: > Include NTR selection method experimenter group property in > in group mod request and group desc reply. > > NTR selection method > Signed-off-by: Simon Horman I'm going to fold this in: diff --git a/ofproto/ofproto.c b/ofproto/ofp

Re: [ovs-dev] [PATCH] Updated spec file - fixed RPM build errors: Installed (but unpackaged) file(s) found.

2015-03-24 Thread Ben Pfaff
On Mon, Mar 23, 2015 at 09:54:48PM +, Oleg Gashev wrote: > On exec rpmbuild -ba openvswitch-fedora.spec displayed: > > error: Installed (but unpackaged) file(s) found: >/etc/bash_completion.d/ovs-appctl-bashcomp.bash >/etc/bash_completion.d/ovs-vsctl-bashcomp.bash > > RPM build errors

Re: [ovs-dev] [PATCH v2] vswitch.ovsschema: Add datapath_types and port_types.

2015-03-24 Thread Ben Pfaff
On Tue, Mar 24, 2015 at 10:39:11AM +, billy.o.mah...@intel.com wrote: > From: Billy O'Mahony > > At startup enumerate datapath and port types and add this information to > the datapath_types and port_types columns in the ovsdb. > > This allows an ovsdb client to query the datapath in order t

Re: [ovs-dev] [PATCH v2] datapath-windows: Updated WFP system provider handling

2015-03-24 Thread Ben Pfaff
On Tue, Mar 24, 2015 at 02:53:11PM +, Sorin Vinturis wrote: > If the Base Filtering Engine (BFE) is not started, the WFP system > provider failed to be added because no session to the engine could > be acquired. > > The solution for this was to registered a BFE notification callback > that is

[ovs-dev] [PATCH v2] datapath-windows: Updated WFP system provider handling

2015-03-24 Thread Sorin Vinturis
If the Base Filtering Engine (BFE) is not started, the WFP system provider failed to be added because no session to the engine could be acquired. The solution for this was to registered a BFE notification callback that is called whenever the BFE's state changes. Only if the BFE's state is running

[ovs-dev] status

2015-03-24 Thread MAILER-DAEMON
Message could not be delivered ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH] datapath-windows: Updated WFP system provider handling

2015-03-24 Thread Eitan Eliahu
Acked-by: Eitan Eliahu Thanks Sorin. Eitan -Original Message- From: Sorin Vinturis [mailto:svintu...@cloudbasesolutions.com] Sent: Tuesday, March 24, 2015 12:29 AM To: Eitan Eliahu Cc: dev@openvswitch.org Subject: RE: [ovs-dev] [PATCH] datapath-windows: Updated WFP system provider han

[ovs-dev] [PATCH] datapath-windows: Allow NdisSwitchPortTypeSynthetic to be updated

2015-03-24 Thread Alin Serdean
Allow the port to be updated if it the type is only: NdisSwitchPortTypeSynthetic Signed-off-by: Alin Gabriel Serdean --- datapath-windows/ovsext/Vport.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datapath-windows/ovsext/Vport.c b/datapath-windows/ovsext/Vport.c index

Re: [ovs-dev] [PATCH] netdev-linux: Support for SFQ, FQ_CoDel and CoDel qdiscs.

2015-03-24 Thread Jonathan Vestin
Thank you! I have looked at the changes and I'm very thankful for your comments. Thank you for pointing out nl_msg_put_u32 and nl_attr_get_u32, I somehow missed it. I also forgot to check for trailing whitespace, sorry about that. I hope that I again will have the opportunity to work on Open vS

Re: [ovs-dev] [PATCH RFC 1/1] netdev-dpdk: add dpdk vhost-user ports

2015-03-24 Thread Loftus, Ciara
> On Thu, Mar 19, 2015 at 11:48 AM, Ciara Loftus > wrote: > > This patch adds support for a new port type to the userspace datapath > > called dpdkvhostuser. It adds to the existing infrastructure of > > vhost-cuse, however disables vhost-cuse ports in favour of vhost-user > > ports. > > > > A new

[ovs-dev] [PATCH v2] vswitch.ovsschema: Add datapath_types and port_types.

2015-03-24 Thread billy . o . mahony
From: Billy O'Mahony At startup enumerate datapath and port types and add this information to the datapath_types and port_types columns in the ovsdb. This allows an ovsdb client to query the datapath in order to determine if certain datapath and port types exist. For example, by querying the por

[ovs-dev] [PATCH v2] vswitch.ovsschema: Add datapath_types and port_types.

2015-03-24 Thread billy . o . mahony
From: Billy O'Mahony This is a rework of a patch initially submitted here http://openvswitch.org/pipermail/dev/2015-March/052540.html . Billy O'Mahony (1): vswitch.ovsschema: Add datapath_types and port_types. lib/dpif-netdev.c |9 +- vswitchd/bridge.c | 72 ++

Re: [ovs-dev] question about revalidation

2015-03-24 Thread Gray, Mark D
> On Wed, Mar 18, 2015 at 06:30:17PM +, Gray, Mark D wrote: > > In udpif_revalidator(), the leader thread seems to adjust the datapath > > flow_limit in response to duration (which is the time taken to > > revalidate). It does this with some heuristic calculations that I have > > reproduced bel

Re: [ovs-dev] [PATCH] datapath-windows: Updated WFP system provider handling

2015-03-24 Thread Sorin Vinturis
Eitan, The BFE is not started when the machine is booted and OVS driver is initialized. This happens all the time. Due to this, the WFP system provider is not added. When the OS is started and the userspace tools are executed the BFE is running and all WFP objects are correctly added. At this