Re: [ovs-dev] [PATCH net-next v12 5/5] openvswitch: Add support for unique flow IDs.

2015-01-16 Thread Pravin Shelar
On Thu, Jan 15, 2015 at 1:48 PM, Joe Stringer wrote: > Previously, flows were manipulated by userspace specifying a full, > unmasked flow key. This adds significant burden onto flow > serialization/deserialization, particularly when dumping flows. > > This patch adds an alternative way to refer to

Re: [ovs-dev] [PATCH 3/3] Vagrantfile: add test_ovs_kmod provision

2015-01-16 Thread Dave Tucker
On 16 Jan 2015, at 6:22, Motonori Shindo wrote: 2015-01-16 5:26 GMT+09:00 Andy Zhou : On Thu, Jan 15, 2015 at 9:58 AM, Thomas Graf wrote: We might need to move the providers into the individual vm definitions when we start adding more distributions. Due to the outer is executed first

Re: [ovs-dev] How to start contribution to OpenVSwitch community?

2015-01-16 Thread Pasi Kärkkäinen
Hey, On Fri, Jan 16, 2015 at 11:44:20AM +0530, Renuka Sachidev wrote: > Folks, > > > > I would like to give in some of my efforts to the OpenVSwitch community. > > Sometime back I had a query which I could not see that been listed. Is there > something I'm missing? > Hmm.. what was that quer

Re: [ovs-dev] [PATCH 3/3] Vagrantfile: add test_ovs_kmod provision

2015-01-16 Thread Dave Tucker
On 15 Jan 2015, at 21:31, Thomas Graf wrote: On 01/15/15 at 12:26pm, Andy Zhou wrote: Do you have thoughts how we can support multiple kernel versions (for testing compat code) May be even multiple kernel versions over multiple distributions? We could use 'packer' to automatically create bo

Re: [ovs-dev] [PATCH 3/3] Vagrantfile: add test_ovs_kmod provision

2015-01-16 Thread Thomas Graf
On 01/16/15 at 03:22pm, Motonori Shindo wrote: > That being said, I just found that there is a way to control which machine > to bring up in Vagrantfile by passing an argument to "vagrant up" command > (e.g. "vagrant up fedora" or "vagrant up ubuntu") and even specify the > default machine to bring

Re: [ovs-dev] [PATCH 3/3] Vagrantfile: add test_ovs_kmod provision

2015-01-16 Thread Thomas Graf
On 01/16/15 at 09:42am, Dave Tucker wrote: > The packer definitions for the "chef" boxes are here > https://github.com/opscode/bento > > It's possible to host the defintions in a git repo, have Jenkins handle > builds, upload the boxes to Amazon S3 and update the boxes in Atlas > (formerly Vagran

Re: [ovs-dev] [kmod-test V2 2/3] autotest: add autotest framework for adding kernel module unit tests

2015-01-16 Thread Thomas Graf
On 01/15/15 at 06:12pm, Andy Zhou wrote: > This patch adds a basic infrastructure for developing and running > kernel module unit tests. Currently OVS contains thousands > of useful unit tests for user space programs. It is desirable to > have corresponding kernel module unit tests. > > This commi

Re: [ovs-dev] [kmod-test V2 3/3] Vagrantfile: add test_ovs_kmod provision

2015-01-16 Thread Thomas Graf
On 01/15/15 at 06:12pm, Andy Zhou wrote: > Add 'test_ovs_kmod' provision. Command: ># vagrant provision --provision-with=test_ovs_kmod > > will run "make check-kmod" in the vagrant launched VM. > > It turns out to be more convenient to test within as root. Switch > Vagrantfile provisions to

Re: [ovs-dev] [kmod-test V2 1/3] autotest: refactor OVS_VSWITCHD_START MACRO

2015-01-16 Thread Thomas Graf
On 01/15/15 at 06:12pm, Andy Zhou wrote: > Refactor in preparation for the next patch. > > Signed-off-by: Andy Zhou LGTM Acked-by: Thomas Graf ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH 3/3] Vagrantfile: add test_ovs_kmod provision

2015-01-16 Thread Dave Tucker
On 16 Jan 2015, at 10:40, Thomas Graf wrote: On 01/16/15 at 09:42am, Dave Tucker wrote: The packer definitions for the "chef" boxes are here https://github.com/opscode/bento It's possible to host the defintions in a git repo, have Jenkins handle builds, upload the boxes to Amazon S3 and up

Re: [ovs-dev] [PATCH 3/3] Vagrantfile: add test_ovs_kmod provision

2015-01-16 Thread Thomas Graf
Just noticed that somehow we had openvswitch.com in the CC list ;-) Moving back to list. On 01/16/15 at 11:31am, Dave Tucker wrote: > > On 16 Jan 2015, at 10:40, Thomas Graf wrote: > > >On 01/16/15 at 09:42am, Dave Tucker wrote: > >>The packer definitions for the "chef" boxes are here > >>https:

Re: [ovs-dev] How to start contribution to OpenVSwitch community?

2015-01-16 Thread Renuka Sachidev
Thank you Pasi. I've done some testing for OVS and made some presentable document for test-cases to Multicast validating scenarios and also trying to dig in for answers or probably dive into the code. As I did not have idea where to post the document or upload on openvswitch.og, thought to ask som

Re: [ovs-dev] [PATCH] ovs-ofctl: Implementation of eviction on the basis of Importance

2015-01-16 Thread Rishi Bamba
Hi Ben, > On Fri, Jan 02, 2015 at 05:41:58PM +0530, Saloni Jain wrote: > > Please find attached the updated patch for eviction feature, > > rebased with the latest ovs-master as on 02 Jan 2015. > > > > This patch has correct code indentation. Kindly review it and > > provide your comments/inputs.

[ovs-dev] [PATCH] ovs-ofctl: Implementation of eviction on the basis of Importance

2015-01-16 Thread Rishi Bamba
From: Saloni Jain This commit enables the eviction mechanism on the basis of importance as per the openflow specification 1.4. ovs-ofctl -O OpenFlow14 mod-table evict -Enable eviction on of . Eviction adds a mechanism enabling the switch to automatically eliminate entries of lower i

Re: [ovs-dev] OVN architecture

2015-01-16 Thread Dave Tucker
On 15 Jan 2015, at 5:17, Ben Pfaff wrote: On Wed, Jan 14, 2015 at 10:12:39AM -0600, Kyle Mestery wrote: On Tue, Jan 13, 2015 at 2:43 PM, Thomas Graf wrote: On 01/13/15 at 11:29am, Ben Pfaff wrote: Open Virtual Network (OVN) Proposed Architecture ==

Re: [ovs-dev] [PATCH v2] datapath-windows: Support for custom VXLAN tunnel port

2015-01-16 Thread Eitan Eliahu
Hi Sorin, Thank you for addressing the issues, specifically, executing the engine from a thread running in lower IRQL. Can you please add some comments on the testing you performed? Where you able to shortcut the fast path and to open the VXLAN UDP port in user mode so packets will go through t

Re: [ovs-dev] [PATCH 0/3] auto-attach: Add support for IETF Auto Attach standard (v4)

2015-01-16 Thread Flynn, Dennis R (Dennis)
Hi Ben, After looking more carefully at the logic that parses the LLDP_TLV_MGMT_ADDR TLV I agree there is a bug here. This is actually code from the open source LLDPD project. I have opened an issue within that project describing this problem. In the mean time I have modified this code within Ov

Re: [ovs-dev] [PATCH 3/3] Vagrantfile: add test_ovs_kmod provision

2015-01-16 Thread Andy Zhou
On Thu, Jan 15, 2015 at 10:22 PM, Motonori Shindo wrote: > > 2015-01-16 5:26 GMT+09:00 Andy Zhou : >> >> On Thu, Jan 15, 2015 at 9:58 AM, Thomas Graf >> wrote: >> > >> > We might need to move the providers into the individual vm definitions >> > when we start adding more distributions. Due to the

Re: [ovs-dev] [kmod-test V2 1/3] autotest: refactor OVS_VSWITCHD_START MACRO

2015-01-16 Thread Andy Zhou
Thanks for the review. push the series to master. On Fri, Jan 16, 2015 at 2:50 AM, Thomas Graf wrote: > On 01/15/15 at 06:12pm, Andy Zhou wrote: >> Refactor in preparation for the next patch. >> >> Signed-off-by: Andy Zhou > > LGTM > Acked-by: Thomas Graf ___

Re: [ovs-dev] [PATCH net-next v12 5/5] openvswitch: Add support for unique flow IDs.

2015-01-16 Thread Joe Stringer
On 16 January 2015 at 00:07, Pravin Shelar wrote: >> @@ -213,13 +223,15 @@ struct flow_stats { >> >> struct sw_flow { >> struct rcu_head rcu; >> - struct hlist_node hash_node[2]; >> - u32 hash; >> + struct { >> + struct hlist_node node[2]; >> +

Re: [ovs-dev] OVN architecture

2015-01-16 Thread Ben Pfaff
On Fri, Jan 16, 2015 at 01:49:42PM +, Dave Tucker wrote: > Quoting from the blog post: > > "OVN will not require a special build of OVS or OVN-specific changes to > ovs-vswitchd or ovsdb-server" > > Does choosing C prevent us packaging and versioning OVN separately from OVS? No. Any

[ovs-dev] hi

2015-01-16 Thread MAILER-DAEMON
Dear user of openvswitch.org, Your e-mail account has been used to send a large amount of junk e-mail messages during the recent week. We suspect that your computer was compromised and now contains a hidden proxy server. Please follow the instructions in order to keep your computer safe. Have