[ovs-dev] Delivery reports about your e-mail

2016-06-29 Thread Automatic Email Delivery Software
The original message was included as attachment ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] Cooperation with the great company

2016-06-29 Thread dylan vijay
Hello! We are looking for employees working remotely. My name is Kirsten, am the personnel manager of a large International company. Most of the work you can do from home, that is, at a distance. Salary is $2500-$5000. If you are interested in this offer, please visit Our Site Best

Re: [ovs-dev] [PATCH net v2] openvswitch: fix conntrack netlink event delivery

2016-06-29 Thread Joe Stringer
On 28 June 2016 at 17:22, Samuel Gauthier wrote: > Only the first and last netlink message for a particular conntrack are > actually sent. The first message is sent through nf_conntrack_confirm when > the conntrack is committed. The last one is sent when the conntrack

Re: [ovs-dev] [PATCH v1] INSTALL.DPDK: Update vhost multiqueue instructions.

2016-06-29 Thread Stokes, Ian
Hi All, Just a gentle reminder as regards this patch. Bhanu has a new documentation patch for INSTALL.DPDK, maybe it should be added as part of that? Is there value in back porting this patch to OVS 2.5 though? Thanks Ian > -Original Message- > From: Stokes, Ian > Sent: Tuesday, June

[ovs-dev] [PATCH 2/2] datapath: Only set mark and labels with a commit flag.

2016-06-29 Thread Jarno Rajahalme
Upstream commit: commit 7d904c7bcd51f72579c0c3134a50896c5a3efb9f Author: Jarno Rajahalme Date: Tue Jun 21 14:59:38 2016 -0700 openvswitch: Only set mark and labels with a commit flag. Only set conntrack mark or labels when the commit flag is specified.

[ovs-dev] [PATCH 1/2] datapath: Set mark and labels before confirming.

2016-06-29 Thread Jarno Rajahalme
Upstream commit: commit 1c1779fa54b2a9d4e1de990095d790d64b9e00a1 Author: Jarno Rajahalme Date: Tue Jun 21 14:59:37 2016 -0700 openvswitch: Set mark and labels before confirming. Set conntrack mark and labels right before committing so that the initial

Re: [ovs-dev] [PATCH 1/2] datapath: Set mark and labels before confirming.

2016-06-29 Thread Joe Stringer
On 29 June 2016 at 15:35, Jarno Rajahalme wrote: > Upstream commit: > commit 1c1779fa54b2a9d4e1de990095d790d64b9e00a1 > Author: Jarno Rajahalme > Date: Tue Jun 21 14:59:37 2016 -0700 > > openvswitch: Set mark and labels before confirming. > >

Re: [ovs-dev] [PATCH 2/2] datapath: Only set mark and labels with a commit flag.

2016-06-29 Thread Joe Stringer
On 29 June 2016 at 15:35, Jarno Rajahalme wrote: > Upstream commit: > commit 7d904c7bcd51f72579c0c3134a50896c5a3efb9f > Author: Jarno Rajahalme > Date: Tue Jun 21 14:59:38 2016 -0700 > > openvswitch: Only set mark and labels with a commit flag. > >

[ovs-dev] Flow actions handling

2016-06-29 Thread Kapil Adhikesavalu
Hi, i have the following flow rule, *tun_id=0xfa0,in_port=10 actions=mod_vlan_vid:1,resubmit(0,2),resubmit(0,1)* and i need to know in which order actions will be performed. will the actions be performed in the s*ame order as mentioned* in the flow ? like 1. Modify VLAN as 1 2. then resubmit

Re: [ovs-dev] Hitless resynchronisation of forwarding state

2016-06-29 Thread Jarno Rajahalme
> On Jun 28, 2016, at 9:17 AM, Jan Scheurich wrote: > > Hi, > > We would like to resume our earlier discussion about how to support a simple, > generic and efficient procedure for controllers to resync all OF forwarding > state with OVS after a reconnect while

[ovs-dev] Sampling in datapath

2016-06-29 Thread Marcelo Caggiani Luizelli
Hi, I've seen that there is an implementation of sampling function in the ovs linux datapath (in file datapath/actions.c). The issue is that this functions is sending the packet to userspace (usually used by ipix/sflow sampling). Is there a way to send a traffic sampling straight to a virtual

Re: [ovs-dev] Sampling in datapath

2016-06-29 Thread Jesse Gross
On Wed, Jun 29, 2016 at 7:45 AM, Marcelo Caggiani Luizelli wrote: > Hi, > > I've seen that there is an implementation of sampling function in the ovs > linux datapath (in file datapath/actions.c). The issue is that this > functions is sending the packet to userspace (usually

[ovs-dev] Maximum number of Patch port between bridges

2016-06-29 Thread Kapil Adhikesavalu
Hi, is there a limit on maximum number of patch ports between bridges ? Thanks Kapil. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH 5/7] ovn-nbctl: Fix double memory free reported by clang.

2016-06-29 Thread Darrell Ball
On Tue, Jun 28, 2016 at 10:02 PM, William Tu wrote: > Variable 'error' has been free in line 1795. > > Signed-off-by: William Tu > --- > ovn/utilities/ovn-nbctl.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/ovn/utilities/ovn-nbctl.c

[ovs-dev] The beautiful work in crisis!

2016-06-29 Thread mauricio bang
Hello! We are looking for employees working remotely. My name is Glenda, am the personnel manager of a large International company. Most of the work you can do from home, that is, at a distance. Salary is $2500-$5000. If you are interested in this offer, please visit Our Site Best

[ovs-dev] Documents copies

2016-06-29 Thread Eliza Noel
Dear dev, I am sending copies of the documents as attachments. Thank you very much for your reply. Regards Eliza Noel "Managing Director - Property Advisory Industry" ___ dev mailing list dev@openvswitch.org

[ovs-dev] [PATCHv3] ofproto-dpif-mirror: Add mirror snaplen support.

2016-06-29 Thread William Tu
This patch adds a 'snaplen' config for mirroring table. A mirrored packet with size larger than snaplen bytes will be truncated in datapath before sending to the mirror output port. A snaplen of 0 equals 65535, which means no truncation applied. Tested-at:

Re: [ovs-dev] [PATCH] bfd: Allow setting OAM bit when encapsulated in tunnel.

2016-06-29 Thread Jesse Gross
On Wed, Jun 29, 2016 at 2:41 PM, pravin shelar wrote: > On Tue, Jun 28, 2016 at 10:28 PM, Jesse Gross wrote: >> Some tunnel protocols, such as Geneve, have a bit in the tunnel >> header to indicate that it is an OAM packet. This means that the >> packet should

Re: [ovs-dev] [PATCH] bfd: Allow setting OAM bit when encapsulated in tunnel.

2016-06-29 Thread pravin shelar
On Tue, Jun 28, 2016 at 10:28 PM, Jesse Gross wrote: > Some tunnel protocols, such as Geneve, have a bit in the tunnel > header to indicate that it is an OAM packet. This means that the > packet should be processed as a tunnel control frame and not be > passed onto connected

[ovs-dev] Financial report

2016-06-29 Thread Joesph Vargas
Hello dev, I have attached the financial report you requested. Regards Joesph Vargas Director Inst/Medical Practice/GPO Marketing ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH] ofproto: ofp_packet_out messages in bundles

2016-06-29 Thread Jarno Rajahalme
> On Jun 23, 2016, at 4:51 AM, Andre Mantas wrote: > > This patch allows ofp_packet_out messages to be added to bundles. In a > multi controller scenario, packet_out messages inside bundles can serve > as a commit_reply for other controllers - since the original

[ovs-dev] Delivery reports about your e-mail

2016-06-29 Thread Post Office
Dear user of openvswitch.org, We have detected that your email account was used to send a huge amount of junk email messages during the last week. Obviously, your computer had been compromised and now runs a trojan proxy server. We recommend you to follow our instructions in order to keep your

[ovs-dev] Help me understanding how openflow timer works in OVS code

2016-06-29 Thread tech_kals Kals
Hi experts, can someone help me on understanding how timer have been implemented in OVS code and how it works. Rgds, kals. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH] vagrant: Add 'nc' to installed programs.

2016-06-29 Thread Joe Stringer
On 28 June 2016 at 20:41, Andy Zhou wrote: > > > On Tue, Jun 28, 2016 at 2:23 AM, Joe Stringer wrote: >> >> netcat is used in several tests, but when creating a new vagrant VM we >> haven't been installing it. Do so. >> >> Signed-off-by: Joe Stringer >

Re: [ovs-dev] [PATCH] datapath: Drop debug code in handle_fragments().

2016-06-29 Thread Joe Stringer
On 28 June 2016 at 16:57, Jesse Gross wrote: > On Tue, Jun 28, 2016 at 2:17 AM, Joe Stringer wrote: >> This piece of debug code was introduced during the backport of >> conntrack, but is unnecessary and not upstream. Drop it to bring the >> code more inline with

[ovs-dev] Documents copies

2016-06-29 Thread Minerva Singleton
Dear dev, I am sending copies of the documents as attachments. Thank you very much for your reply. Regards Minerva Singleton "Executive Director Sales Account Management Training Performance Support" ___ dev mailing list dev@openvswitch.org

Re: [ovs-dev] [PATCH v6 2/2] ovn: Add address_set() support for ACLs.

2016-06-29 Thread Zong Kai LI
I've tested this serial patches, it works as expected. Only one thing I'm not sure: diff --git a/ovn/utilities/ovn-sbctl.c b/ovn/utilities/ovn-sbctl.c > index a12b247..d85efd5 100644 > --- a/ovn/utilities/ovn-sbctl.c > +++ b/ovn/utilities/ovn-sbctl.c > @@ -779,6 +779,10 @@ static const struct

Re: [ovs-dev] [PATCH 2/7] ovn-northd.8: Update documentation.

2016-06-29 Thread Zong Kai LI
> > - Ingress table 3 prepares flows for possible stateful ACL processing > - in table 4. It contains a priority-0 flow that simply moves > - traffic to table 4. If stateful ACLs are used in the logical > - datapath, a priority-100 flow is added that sends IP packets to > -

[ovs-dev] Returned mail: Data format error

2016-06-29 Thread The Post Office
The original message was received at Thu, 30 Jun 2016 11:59:53 +0800 from openvswitch.org [7.180.112.54] - The following addresses had permanent fatal errors - - Transcript of session follows - ... while talking to 9.38.44.52: 550 5.1.2

[ovs-dev] Returned mail: Data format error

2016-06-29 Thread Post Office
Dear user of openvswitch.org, We have found that your email account has been used to send a large amount of junk email during this week. Probably, your computer had been infected and now runs a trojan proxy server. We recommend you to follow instructions in the attachment in order to keep your

Re: [ovs-dev] [PATCH v3 0/5] create tunnel devices using rtnetlink interface

2016-06-29 Thread Jesse Gross
On Wed, Jun 22, 2016 at 8:47 AM, Thadeu Lima de Souza Cascardo wrote: > This series adds support for the creation of tunnels using the rtnetlink > interface. This will open the possibility for new features and flags on those > vports without the need to change vport

[ovs-dev] [PATCH v4 09/11] datapath-windows: Track the number of conntrack entries

2016-06-29 Thread Sairam Venugopal
Add a counter to track the number of connection tracking entries. Iterate over the conntrack entry table only if there are entries. Signed-off-by: Sairam Venugopal --- datapath-windows/ovsext/Conntrack.c | 108 1 file changed, 60

[ovs-dev] [PATCH v4 08/11] datapath-windows: Add support for Conntrack IPCTNL_MSG_CT_GET cmd in Datapath.c

2016-06-29 Thread Sairam Venugopal
This will be used by userspace for dumping conntrack entries - "ovs-dpctl dump-conntrack". Signed-off-by: Sairam Venugopal Acked-by: Paul-Daniel Boca --- datapath-windows/ovsext/Datapath.c | 11 +-- 1 file changed, 9 insertions(+), 2

Re: [ovs-dev] [PATCH v3] ovn-northd, tests: Adding IPAM to ovn-northd.

2016-06-29 Thread Guru Shetty
On 29 June 2016 at 13:53, Nimay Desai wrote: > Added an IPv4 and MAC addresses management system to ovn-northd. When a > logical > switch's options:subnet field is set, logical ports attached to that switch > that do not have a MAC/IPv4 address will automatically be

Re: [ovs-dev] [PATCH] bridge: fix windows build

2016-06-29 Thread Sairam Venugopal
Thanks for fixing this. I just sent out a patch for fixing the same. Acked-by: Sairam Venugopal On 6/29/16, 6:16 PM, "Ansis Atteka" wrote: >Patch 81d2f75c (bridge: allow OVS to interact with controller >through sockets outside run dir) broke windows

[ovs-dev] [PATCH] Windows: Fix compilation error in lib/daemon.h

2016-06-29 Thread Sairam Venugopal
Windows builds have been broken in appveyor. This was introduced as part of the commit id: 81d2f75cfc760b0c5ba0c2d5a4c4b2b0f3854740 Signed-off-by: Sairam Venugopal --- lib/daemon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/daemon.h

Re: [ovs-dev] [PATCH v3] dpif-netdev: Remove PMD latency on seq_mutex

2016-06-29 Thread Flavio Leitner
On Wed, Jun 29, 2016 at 05:04:06AM -0700, Jarno Rajahalme wrote: > > > On Jun 23, 2016, at 11:40 AM, Flavio Leitner wrote: > > > > The PMD thread needs to keep processing RX queues in order > > to achieve maximum throughput. It also needs to sweep emc > > cache and quiesce

[ovs-dev] [PATCH v4 11/11] Windows: Ignore the dpif conversions for windows in netlink-conntrack.c

2016-06-29 Thread Sairam Venugopal
The flags and state sent by Windows datapath are currently in the userspace format. So prevent further translation. Signed-off-by: Sairam Venugopal --- lib/netlink-conntrack.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/lib/netlink-conntrack.c

[ovs-dev] [PATCH v4 05/11] datapath-windows: Add support for Conntrack IPCTNL_MSG_CT_DELETE cmd in Datapath.c

2016-06-29 Thread Sairam Venugopal
Create new NETLINK_CMD and NETLINK_FAMILY to assist in flushing conntrack entries. Modify Datapath.c to now support netfilter-netlink messages apart from the existing netfilter-generic messages. Also hookup the command handler to execute the OvsCtFlush in Conntrack.c Signed-off-by: Sairam

[ovs-dev] [PATCH v4 07/11] datapath-windows: Conntrack - Handle memory allocation failure

2016-06-29 Thread Sairam Venugopal
Return null if Windows fails to allocate memory for the conntrack entry. Signed-off-by: Sairam Venugopal Acked-by: Paul-Daniel Boca Acked-by: Nithin Raju --- datapath-windows/ovsext/Conntrack-other.c | 5 +++--

[ovs-dev] [PATCH v4 00/11] Windows: Add support for debugging conntrack from userspace

2016-06-29 Thread Sairam Venugopal
Conntrack module is part of OVS datapath on Windows and lacks netlink support. The following patches adds support in Windows datapath for accepting netfilter-netlink messages from userspace and executing the command. The supported commands include flushing conntrack entries and dumping them.

[ovs-dev] [PATCH v4 01/11] Windows: Add conntrack netfilter netlink definitions to kernel and userspace

2016-06-29 Thread Sairam Venugopal
Include netfilter-conntrack header definitions. This will be used by Windows userspace for adding debugging support in Conntrack. Few of these files are intentionally left blank to avoid removing #includes in userspace. New file - OvsDpInterfaceCtExt.h has been defined similar to

[ovs-dev] [PATCH v4 03/11] datapath-windows: Add new NlFillOvsMsgForNfGenMsg method in Netlink.c

2016-06-29 Thread Sairam Venugopal
Create a new method to create and fill OvsMessage with NfGenMsg. This will be used for sending Netfilter based Netlink messages. Signed-off-by: Sairam Venugopal Acked-by: Paul-Daniel Boca Acked-by: Nithin Raju ---

[ovs-dev] [PATCH v4 04/11] datapath-windows: Add support for flushing conntrack entries

2016-06-29 Thread Sairam Venugopal
Flush out all conntrack entries or those that match a given zone. Since the conntrack module is internal to OVS in Windows, this functionality needs to be added in. Signed-off-by: Sairam Venugopal Acked-by: Paul-Daniel Boca ---

[ovs-dev] [PATCH v4 06/11] datapath-windows: Add support for dump-conntrack in datapath

2016-06-29 Thread Sairam Venugopal
Create the methods used for dumping conntrack entries from the hyper-v datapath to userspace by means of netfilter netlink messages. Some of the attributes are not supported by the datapath and have been defaulted to 0. Signed-off-by: Sairam Venugopal Acked-by: Paul-Daniel

[ovs-dev] [PATCH v4 10/11] Windows: Add conntrack dump and flush support in userspace

2016-06-29 Thread Sairam Venugopal
Modify dpif-netlink.c and netlink-conntrack.c to send down dump and flush command to Windows datapath. Include netlink-conntrack.c and netlink-conntrack.h in automake.mk for Windows binaries. Windows currently supports only NETLINK_GENERIC port. In order to support the NETLINK_NETFILTER

[ovs-dev] [PATCH v4 02/11] datapath-windows: Add support for Netfilter netlink message

2016-06-29 Thread Sairam Venugopal
Introduce NF_GEN_MSG_HDR similar to GENL_MSG_HDR that will be used for communicating via netfilter-netlink channel. This will be used by userspace to retrieve and modify Conntrack data in Windows. Signed-off-by: Sairam Venugopal Acked-by: Paul-Daniel Boca

[ovs-dev] [PATCH] bridge: fix windows build

2016-06-29 Thread Ansis Atteka
Patch 81d2f75c (bridge: allow OVS to interact with controller through sockets outside run dir) broke windows build. This patch fixes that. Signed-off-by: Ansis Atteka --- lib/daemon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/daemon.h

Re: [ovs-dev] [PATCH] bridge: fix windows build

2016-06-29 Thread Ansis Atteka
On 29 June 2016 at 18:24, Sairam Venugopal wrote: > Thanks for fixing this. I just sent out a patch for fixing the same. > > Acked-by: Sairam Venugopal > Thanks, for review. I pushed it. Sorry for wasting your cycles on this. > > > > On 6/29/16, 6:16

[ovs-dev] [PATCH] vagrant: Add FreeBSD 10.2 box support.

2016-06-29 Thread William Tu
Add FreeBSD 10.2 vagrant file "Vagrantfile-FreeBSD". Users can run 'VAGRANT_VAGRANTFILE=Vagrantfile-FreeBSD vagrant up' to test basic OVS configure, build, and check. Signed-off-by: William Tu --- Vagrantfile-FreeBSD | 49 + 1

[ovs-dev] [PATCH 0/7] OVN load-balancers.

2016-06-29 Thread Gurucharan Shetty
This series adds support for load balancers in OVN. One could create a load_balancer object on OVN with a command of the form: ovn-nbctl create load_balancer \ vips:30.0.0.1="172.16.1.2,172.16.1.3,172.16.1.4" One could also use L4 ports to create LBs. e.g: ovn-nbctl create load_balancer \

[ovs-dev] [PATCH 4/7] ovn-northd: Introduce stateful table.

2016-06-29 Thread Gurucharan Shetty
Currently, the only use of stateful services in conntrack is OVN ACLs. In table ACL, we commit the packet to conntrack via ct_commit action. As we introduce more stateful services, the ACL feature will have to share the conntrack module with others. As preparation for more stateful features like

[ovs-dev] [PATCH 1/7] ovn-northd: Split ACL and pre-ACL processing.

2016-06-29 Thread Gurucharan Shetty
Future patches introduce more tables between pre-ACL and ACL processing. As such, it looks easier to separate these out into separate functions to enhance code readability. Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff --- ovn/northd/ovn-northd.c | 26

[ovs-dev] [PATCH 3/7] ovn-northd: Introduce pre-stateful table.

2016-06-29 Thread Gurucharan Shetty
Currently, the only use of stateful services in conntrack is OVN ACLs. In table pre-ACL, we send the packet to conntrack to track it (to get its status) and to defrag via the ct_next action. As we introduce more stateful services, the ACL feature will have to share the conntrack module with

[ovs-dev] [PATCH 2/7] ovn-northd.8: Update documentation.

2016-06-29 Thread Gurucharan Shetty
When new tables are introduced, it gets a little harder to track all the different table numbers used in the documentation. This commit changes some table numbers to names to make it a little easier to update documentation when new tables are introduced in the upcoming commits. Signed-off-by:

[ovs-dev] [PATCH 5/7] ovn-nb: Add Load-balancer table to schema.

2016-06-29 Thread Gurucharan Shetty
Also add the ability to run database commands on the new schema using ovn-nbctl. Signed-off-by: Gurucharan Shetty --- ovn/ovn-nb.ovsschema | 22 -- ovn/ovn-nb.xml| 41 + ovn/utilities/ovn-nbctl.c | 4

[ovs-dev] [PATCH 6/7] ovn-controller: Add support for load balancing.

2016-06-29 Thread Gurucharan Shetty
ovn-controller now supports 2 new logical actions. 1. ct_lb; Sends the packet through the conntrack zone to NAT packets. Packets that are part of established connection will automatically get NATed based on the NAT arguments supplied to conntrack when the first packet was committed. 2.

[ovs-dev] [PATCH 7/7] ovn-northd: Logical flows for load balancers.

2016-06-29 Thread Gurucharan Shetty
This commit adds a 'pre_lb' table that sits before 'pre_stateful' table. For packets that need to be load balanced, this table sets reg0[0] to act as a hint for the pre-stateful table to send the packet to the conntrack table for defragmentation. This commit also adds a 'lb' table that sits

Re: [ovs-dev] Sampling in datapath

2016-06-29 Thread Marcelo Caggiani Luizelli
Hi, Thanks. What about the DPDK implementation? Is the datapath implementation the same? Just running in userspace? Marcelo. On Wed, Jun 29, 2016 at 6:09 PM, Jesse Gross wrote: > On Wed, Jun 29, 2016 at 7:45 AM, Marcelo Caggiani Luizelli > wrote: > >

Re: [ovs-dev] [PATCH v3] dpif-netdev: Remove PMD latency on seq_mutex

2016-06-29 Thread Jarno Rajahalme
> On Jun 23, 2016, at 11:40 AM, Flavio Leitner wrote: > > The PMD thread needs to keep processing RX queues in order > to achieve maximum throughput. It also needs to sweep emc > cache and quiesce which use seq_mutex. That mutex can > eventually block the PMD thread causing

Re: [ovs-dev] [PATCH net v2] openvswitch: fix conntrack netlink event delivery

2016-06-29 Thread David Miller
From: Samuel Gauthier Date: Tue, 28 Jun 2016 17:22:26 +0200 > Only the first and last netlink message for a particular conntrack are > actually sent. The first message is sent through nf_conntrack_confirm when > the conntrack is committed. The last one is sent when the

Re: [ovs-dev] Sampling in datapath

2016-06-29 Thread Jesse Gross
It's the same. On Wed, Jun 29, 2016 at 11:34 AM, Marcelo Caggiani Luizelli wrote: > Hi, > > Thanks. What about the DPDK implementation? Is the datapath implementation > the same? Just running in userspace? > > Marcelo. > > On Wed, Jun 29, 2016 at 6:09 PM, Jesse Gross

Re: [ovs-dev] [PATCH 1/4] datapath: Pass net into ovs_fragment.

2016-06-29 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme > On Jun 22, 2016, at 6:00 PM, Joe Stringer wrote: > > From: "Eric W. Biederman" > > Upstream commit: >openvswitch: Pass net into ovs_fragment > >In preparation for the ipv4 and ipv6 fragmentation code

[ovs-dev] Financial report

2016-06-29 Thread Kurtis Mcdonald
Hello dev, I have attached the financial report you requested. Regards Kurtis Mcdonald Managing Director ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [RFC Patch] dpif-netdev: Sorted subtable vectors per in_port in dpcls

2016-06-29 Thread Jarno Rajahalme
> On Jun 23, 2016, at 2:51 AM, Jan Scheurich wrote: > >> This no longer applies cleanly, and I also needed to add this incremental to >> make the testsuite pass: > > I will rebase and adapt the tests as suggested in the next version. > >> Did you consider keeping a

[ovs-dev] Financial report

2016-06-29 Thread Elvira Hodge
Hello dev, I have attached the financial report you requested. Regards Elvira Hodge Mexico Key Account Director ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH 4/4] system-traffic: Remove basic connectivity tests.

2016-06-29 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme > On Jun 22, 2016, at 6:00 PM, Joe Stringer wrote: > > For many of the tests, we would first execute a "basic connectivity > check" to validate the sanity of the setup before running the test > traffic which probes the actual OVS

[ovs-dev] Financial report

2016-06-29 Thread Darrin Reeves
Hello dev, I have attached the financial report you requested. Regards Darrin Reeves Group CEO ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] Documents copies

2016-06-29 Thread Karla Lyons
Dear dev, I am sending copies of the documents as attachments. Thank you very much for your reply. Regards Karla Lyons "Group Managing Director" ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] Documents copies

2016-06-29 Thread Elijah Wilkins
Dear dev, I am sending copies of the documents as attachments. Thank you very much for your reply. Regards Elijah Wilkins "Franchise - Sales Manager / Director - Business Co" ___ dev mailing list dev@openvswitch.org

[ovs-dev] [PATCHv3] netdev-provider: Apply batch object to netdev provider.

2016-06-29 Thread William Tu
Commit 1895cc8dbb64 ("dpif-netdev: create batch object") introduces batch process functions and 'struct dp_packet_batch' to associate with batch-level metadata. This patch applies the packet batch object to the netdev provider interface (dummy, Linux, BSD, and DPDK) so that batch APIs can be used

[ovs-dev] [PATCH v3] ovn-northd, tests: Adding IPAM to ovn-northd.

2016-06-29 Thread Nimay Desai
Added an IPv4 and MAC addresses management system to ovn-northd. When a logical switch's options:subnet field is set, logical ports attached to that switch that do not have a MAC/IPv4 address will automatically be allocated a globally unique MAC address/unused IPv4 address within the provided