Re: [ovs-dev] [PATCH] xlate: Use OVS_CT_ATTR_EVENTMASK.

2017-04-24 Thread Ben Pfaff
OK, I understand now. Thank you! On Mon, Apr 24, 2017 at 07:00:38PM -0700, Jarno Rajahalme wrote: > Ben, > > The visible effect is that listeners of conntrack update events do not get L4 > state transition events but still get the mark and label change > notifications. A simple way of seeing

Re: [ovs-dev] ovn: SFC Patch V3

2017-04-24 Thread Mickey Spiegel
On Mon, Apr 24, 2017 at 12:56 PM, wrote: > From: John McDowall > > > Fixed changes from Mickey's last review. > > Changes > > 1) Fixed re-circulation rules > Still a few modifications required. See comments inline. I just typed

[ovs-dev] 高效挖掘外国客户买家信息采购信息

2017-04-24 Thread sales2
您是否觉得阿里巴巴过去被动,展会价格高效果却不明显。 百分之90的优质客户可以通过搜索引擎接触到,主动联系国外终端买家, 绕开活跃在中国的中间商,是目前最好的客户开发方法。 您可以没有使用,但是不能没有了解。 抢先一步,快人一路,客户开发不再被动等待,主动出击 咨询QQ:2955317800 联系电话:13316847219 ___ dev mailing list d...@openvswitch.org

Re: [ovs-dev] [PATCH] xlate: Use OVS_CT_ATTR_EVENTMASK.

2017-04-24 Thread Ben Pfaff
What's the visible effect of this change? I am not sure, based on the patch description. One or two more sentences of context would help. Thanks, Ben. On Mon, Apr 24, 2017 at 02:58:49PM -0700, Jarno Rajahalme wrote: > Specify the event mask with CT commit including bits for CT features >

[ovs-dev] [PATCH] xlate: Use OVS_CT_ATTR_EVENTMASK.

2017-04-24 Thread Jarno Rajahalme
Specify the event mask with CT commit including bits for CT features exposed at the OVS interface (mark and label changes in addition to basic creation and destruction of conntrack entries). VMware-BZ: #1837218 Signed-off-by: Jarno Rajahalme --- This patch depends on the following

Re: [ovs-dev] [PATCH 2/2] datapath: Add eventmask support to CT action.

2017-04-24 Thread Joe Stringer
On 24 April 2017 at 14:03, Greg Rose wrote: > On Mon, 2017-04-24 at 13:50 -0700, Jarno Rajahalme wrote: >> Upstream commit: >> >> commit 120645513f55a4ac5543120d9e79925d30a0156f >> Author: Jarno Rajahalme >> Date: Fri Apr 21 16:48:06 2017 -0700

Re: [ovs-dev] [PATCH 2/2] datapath: Add eventmask support to CT action.

2017-04-24 Thread Greg Rose
On Mon, 2017-04-24 at 13:50 -0700, Jarno Rajahalme wrote: > Upstream commit: > > commit 120645513f55a4ac5543120d9e79925d30a0156f > Author: Jarno Rajahalme > Date: Fri Apr 21 16:48:06 2017 -0700 > > openvswitch: Add eventmask support to CT action. > > Add a

Re: [ovs-dev] [RFC 2/4] doc: Convert ovs-vlan-test to rST

2017-04-24 Thread Ben Pfaff
On Mon, Apr 24, 2017 at 04:37:51PM -0400, Leif Madsen wrote: > On Mon, Apr 24, 2017 at 3:57 PM, Ben Pfaff wrote: > > > On Mon, Apr 24, 2017 at 03:52:53PM -0400, Leif Madsen wrote: > > > I think this change might have broken packaging :) > > > > > > I just tested, and with the

[ovs-dev] [PATCH 2/2] datapath: Add eventmask support to CT action.

2017-04-24 Thread Jarno Rajahalme
Upstream commit: commit 120645513f55a4ac5543120d9e79925d30a0156f Author: Jarno Rajahalme Date: Fri Apr 21 16:48:06 2017 -0700 openvswitch: Add eventmask support to CT action. Add a new optional conntrack action attribute OVS_CT_ATTR_EVENTMASK, which can

[ovs-dev] [PATCH 1/2] datapath: Typo fix.

2017-04-24 Thread Jarno Rajahalme
Upstream commit: commit abd0a4f2b41812e9ba334945e256909e3d28da57 Author: Jarno Rajahalme Date: Fri Apr 21 16:48:05 2017 -0700 openvswitch: Typo fix. Fix typo in a comment. Signed-off-by: Jarno Rajahalme Acked-by: Greg Rose

Re: [ovs-dev] [RFC 2/4] doc: Convert ovs-vlan-test to rST

2017-04-24 Thread Leif Madsen
On Mon, Apr 24, 2017 at 3:57 PM, Ben Pfaff wrote: > On Mon, Apr 24, 2017 at 03:52:53PM -0400, Leif Madsen wrote: > > I think this change might have broken packaging :) > > > > I just tested, and with the removal / renaming of the man8 pages for > > ovs-test and ovs-vlan-test, the

Re: [ovs-dev] [PATCH] [packaging] Remove unneeded manpage globs

2017-04-24 Thread Ben Pfaff
On Mon, Apr 24, 2017 at 04:00:30PM -0400, Leif Madsen wrote: > Remove unneeded manpage globs from the RPM spec file since they > are no longer being generated. > --- > rhel/openvswitch-fedora.spec.in | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/rhel/openvswitch-fedora.spec.in

[ovs-dev] [PATCH] [packaging] Remove unneeded manpage globs

2017-04-24 Thread Leif Madsen
Remove unneeded manpage globs from the RPM spec file since they are no longer being generated. --- rhel/openvswitch-fedora.spec.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in index dbcab00..1095cd0 100644 ---

Re: [ovs-dev] [PATCH] ovs-ofctl: Document group selection algorithm.

2017-04-24 Thread Ben Pfaff
Thanks! I applied this to master. On Mon, Apr 24, 2017 at 12:52:33PM -0700, Jarno Rajahalme wrote: > Acked-by: Jarno Rajahalme > > > On Apr 24, 2017, at 9:06 AM, Ben Pfaff wrote: > > > > Signed-off-by: Ben Pfaff > > --- > > utilities/ovs-ofctl.8.in

Re: [ovs-dev] [RFC 2/4] doc: Convert ovs-vlan-test to rST

2017-04-24 Thread Ben Pfaff
On Mon, Apr 24, 2017 at 03:52:53PM -0400, Leif Madsen wrote: > I think this change might have broken packaging :) > > I just tested, and with the removal / renaming of the man8 pages for > ovs-test and ovs-vlan-test, the RPM fails to build because of missing files > that no longer match the glob.

[ovs-dev] ovn: SFC Patch V3

2017-04-24 Thread jmcdowall
From: John McDowall Fixed changes from Mickey's last review. Changes 1) Fixed re-circulation rules 2) Fixed match statement - match is only applied to beginnning of chain in each direction. 3) Fixed array length of chain of VNFs. I have tested thi sup to

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

2017-04-24 Thread Ben Pfaff
On Mon, Apr 24, 2017 at 12:25:30PM -0700, Joe Stringer wrote: > On 24 April 2017 at 11:54, Ben Pfaff wrote: > > Joe, it looks like you've reviewed at least some patches in previous > > versions of this series. Are you planning to resume review? > > Yes, I shall dig into that..

Re: [ovs-dev] [RFC 2/4] doc: Convert ovs-vlan-test to rST

2017-04-24 Thread Leif Madsen
I think this change might have broken packaging :) I just tested, and with the removal / renaming of the man8 pages for ovs-test and ovs-vlan-test, the RPM fails to build because of missing files that no longer match the glob. These two lines need to be removed from the build: 471

Re: [ovs-dev] [PATCH] ovs-ofctl: Document group selection algorithm.

2017-04-24 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme > On Apr 24, 2017, at 9:06 AM, Ben Pfaff wrote: > > Signed-off-by: Ben Pfaff > --- > utilities/ovs-ofctl.8.in | 10 ++ > 1 file changed, 6 insertions(+), 4 deletions(-) > > diff --git a/utilities/ovs-ofctl.8.in

Re: [ovs-dev] [PATCH] debian, xenserver: Update logrotate config to match RHEL.

2017-04-24 Thread Ben Pfaff
On Mon, Apr 24, 2017 at 12:25:51PM -0700, Guru Shetty wrote: > On 13 April 2017 at 10:47, Ben Pfaff wrote: > > > Commit 618a5b45ae8b ("rhel: Avoid logrotate error if /var/run/openvswitch > > does not exist") updated the RHEL logrotate configuration. This commit > > makes similar

Re: [ovs-dev] [PATCH] debian, xenserver: Update logrotate config to match RHEL.

2017-04-24 Thread Guru Shetty
On 13 April 2017 at 10:47, Ben Pfaff wrote: > Commit 618a5b45ae8b ("rhel: Avoid logrotate error if /var/run/openvswitch > does not exist") updated the RHEL logrotate configuration. This commit > makes similar changes for Debian, by synchronizing with the RHEL version. > > In

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

2017-04-24 Thread Joe Stringer
On 24 April 2017 at 11:54, Ben Pfaff wrote: > Joe, it looks like you've reviewed at least some patches in previous > versions of this series. Are you planning to resume review? Yes, I shall dig into that.. ___ dev mailing list

Re: [ovs-dev] [PATCH 0/7] Add OVS DPDK keep-alive functionality

2017-04-24 Thread Bodireddy, Bhanuprakash
>> > Agree that Latency is indeed important. I would collect the latency >> > stats and will share the results in this thread. >> >> Awesome. Even better would be to put those informations in the cover >> letter of v2. Just a short summary of the tests and what the results >> were for latency /

Re: [ovs-dev] [PATCH] ofproto-dpif-xlate: Fix the memory leak in netflow.

2017-04-24 Thread Ben Pfaff
On Fri, Mar 24, 2017 at 07:37:18AM +, zhangsha (A) wrote: > From c4066ad97d4f9e39cd80f6d43f0592092423e0b6 Mon Sep 17 00:00:00 2001 > From: Sha Zhang > Date: Sat, 25 Mar 2017 04:43:56 +0800 > Subject: [PATCH] ofproto-dpif-xlate: Fix the memory leak in netflow. > >

Re: [ovs-dev] [PATCH 0/7] Add OVS DPDK keep-alive functionality

2017-04-24 Thread Ben Pfaff
On Mon, Apr 03, 2017 at 11:16:47AM -0400, Aaron Conole wrote: > "Bodireddy, Bhanuprakash" writes: > > > Thanks Aaron for reviewing this patch series. My comments inline. > > > >> > >>Hi Bhanu, > >> > >>Bhanuprakash Bodireddy

[ovs-dev] [PATCH v2 3/3] ovn-controller: document command-line options in man page

2017-04-24 Thread Lance Richardson
Signed-off-by: Lance Richardson --- ovn/controller/ovn-controller.8.xml | 64 + 1 file changed, 23 insertions(+), 41 deletions(-) diff --git a/ovn/controller/ovn-controller.8.xml b/ovn/controller/ovn-controller.8.xml index

[ovs-dev] [PATCH v2 2/3] northd: document command-line options in man page

2017-04-24 Thread Lance Richardson
Signed-off-by: Lance Richardson --- ovn/northd/ovn-northd.8.xml | 101 1 file changed, 36 insertions(+), 65 deletions(-) diff --git a/ovn/northd/ovn-northd.8.xml b/ovn/northd/ovn-northd.8.xml index ab8fd88..8021e2a 100644 ---

[ovs-dev] [PATCH v2 1/3] ovsdb: add xml equivalents of remote man page fragments

2017-04-24 Thread Lance Richardson
Add XML equivalents for remote-active.man and remote-passive.man for inclusion by man pages using XML format. Signed-off-by: Lance Richardson --- ovsdb/automake.mk| 4 ovsdb/remote-active.xml | 30 ++ ovsdb/remote-passive.xml | 36

[ovs-dev] [PATCH v2 0/3] document command-line options in ovn man pages

2017-04-24 Thread Lance Richardson
Add command-line option documentation to ovn-northd and ovn-controller man pages. v2: - Account for added files in dist-check (build error) - Fix trailing whitespace complaints from "git am" Lance Richardson (3): ovsdb: add xml equivalents of remote man page fragments northd: document

Re: [ovs-dev] [PATCH 6/8] pinctrl: Fix memory leak in consider_nat_address()

2017-04-24 Thread Ben Pfaff
Thanks! I applied this to master. I don't think it needs a backport but let me know if I'm wrong. On Mon, Apr 24, 2017 at 10:54:30AM -0700, Yi-Hung Wei wrote: > LGTM, thanks! > > -Yi-Hung > > On Mon, Apr 24, 2017 at 9:44 AM, Ben Pfaff wrote: > > On Fri, Apr 07, 2017 at

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

2017-04-24 Thread Ben Pfaff
Joe, it looks like you've reviewed at least some patches in previous versions of this series. Are you planning to resume review? On Thu, Apr 13, 2017 at 04:47:25PM -0400, Eric Garver wrote: > This series adds support for the creation of tunnels using the rtnetlink > interface. This will open the

Re: [ovs-dev] [PATCH] docs: Add some detail about dpdk-socket-mem.

2017-04-24 Thread Ben Pfaff
On Mon, Apr 24, 2017 at 06:48:34PM +0100, Kevin Traynor wrote: > Using dpdk-socket-mem to allocate memory for some NUMA nodes > but leaving blank for subsequent ones is equivalent of assigning > 0 MB memory to those subsequent nodes. Document this behavior. > > Signed-off-by: Kevin Traynor

[ovs-dev] [PATCH] OpenFlow: Enable OpenFlow 1.4 by default.

2017-04-24 Thread Ben Pfaff
Open vSwitch now supports all OpenFlow 1.4 required features, so enable it by default. Signed-off-by: Ben Pfaff --- Documentation/faq/openflow.rst | 28 +--- NEWS | 3 +++ include/openvswitch/ofp-util.h | 3 ++-

Re: [ovs-dev] [PATCH] debian, xenserver: Update logrotate config to match RHEL.

2017-04-24 Thread Ben Pfaff
On Thu, Apr 13, 2017 at 10:47:55AM -0700, Ben Pfaff wrote: > Commit 618a5b45ae8b ("rhel: Avoid logrotate error if /var/run/openvswitch > does not exist") updated the RHEL logrotate configuration. This commit > makes similar changes for Debian, by synchronizing with the RHEL version. > > In

Re: [ovs-dev] [PATCH] ovn: Bump ovn-nb schema version.

2017-04-24 Thread Ben Pfaff
On Wed, Apr 19, 2017 at 12:41:37PM -0400, Russell Bryant wrote: > Commit b89d25e5694b made the "router" DHCPv4 option optional instead of > mandatory. This did not actually change the schema, but there's no good > way for a client of the northbound database to know if this change is > present

Re: [ovs-dev] [RFC v3 4/6] ovsdb: add support for role-based access controls

2017-04-24 Thread Ben Pfaff
On Wed, Apr 19, 2017 at 05:38:50PM -0400, Lance Richardson wrote: > - Original Message - > > From: "Lance Richardson" > > > > +struct ovsdb_error *ovsdb_perm_error(const char *details, ...) > > +{ > > +struct ovsdb_error *error; > > +va_list args; > > + > >

Re: [ovs-dev] [PATCH 6/8] pinctrl: Fix memory leak in consider_nat_address()

2017-04-24 Thread Yi-Hung Wei
LGTM, thanks! -Yi-Hung On Mon, Apr 24, 2017 at 9:44 AM, Ben Pfaff wrote: > On Fri, Apr 07, 2017 at 02:43:44PM -0700, Yi-Hung Wei wrote: >> In testcase "ovn -- send gratuitous arp for NAT rules on distributed router", >> valgrind reports memory leaks as following. >> xrealloc

[ovs-dev] URGENT :

2017-04-24 Thread Cassani, Alejandro
Dear Friend, I have an urgent mail for you please write back through this email:: mrsannch...@gmail.com Visite https://www.cablevisionfibertel.com.ar__ Este mensaje es confidencial. Puede contener informacion amparada por

[ovs-dev] [PATCH] docs: Add some detail about dpdk-socket-mem.

2017-04-24 Thread Kevin Traynor
Using dpdk-socket-mem to allocate memory for some NUMA nodes but leaving blank for subsequent ones is equivalent of assigning 0 MB memory to those subsequent nodes. Document this behavior. Signed-off-by: Kevin Traynor --- Documentation/intro/install/dpdk.rst | 7 ++-

[ovs-dev] Wrong ovsdb update after "switch s1 stop/start" and role request message.

2017-04-24 Thread Tulio Ribeiro
Hi : ) I'm facing an weird behavior regarding on role change. When I send a role message to change the role of one specific switch, all switches change to this role. I think the problem is when open vSwitch mount the transaction message to send to ovsdb. A simple test is, start a mininet

[ovs-dev] Avaya

2017-04-24 Thread Paul Kelly
Hi, Are you looking to target companies using Avaya? We provide contacts based in any target vertical and across globe. I have mentioned the information fields that you will receive in the list for each contact within the company. You can also select the industry you would like to target.

Re: [ovs-dev] [PATCH 1/2] connmgr: Fix internal packet-in reason code mask

2017-04-24 Thread Ben Pfaff
On Mon, Apr 17, 2017 at 02:11:29PM -0700, Yi-Hung Wei wrote: > Starting from OpenFlow 1.4+, OFPR_ACTION is split into four more descriptive > reasons, OFPR_APPLY_ACTION, OFPR_ACTION_SET, OFPR_GROUP, and OFPR_PACKET_OUT. > OVS maintains the new reason code internally, and it currently supports the

Re: [ovs-dev] [PATCH v5 2/3] ovn-controller: Add 'dns_lookup' action

2017-04-24 Thread Numan Siddique
On Mon, Apr 24, 2017 at 10:04 PM, Guru Shetty wrote: > > > On 17 April 2017 at 08:13, wrote: > >> From: Numan Siddique >> >> This patch adds a new OVN action 'dns_lookup' to support native DNS. >> ovn-controller parses this action and

Re: [ovs-dev] [PATCH v5 2/3] ovn-controller: Add 'dns_lookup' action

2017-04-24 Thread Guru Shetty
On 17 April 2017 at 08:13, wrote: > From: Numan Siddique > > This patch adds a new OVN action 'dns_lookup' to support native DNS. > ovn-controller parses this action and adds a NXT_PACKET_IN2 > OF flow with 'pause' flag set. > > A new table 'DNS' is

Re: [ovs-dev] [PATCH 5/8] tests-ovsdb: Fix memory leak

2017-04-24 Thread Ben Pfaff
On Fri, Apr 07, 2017 at 02:43:43PM -0700, Yi-Hung Wei wrote: > Fix memory leaks reported by valgrind. > > Signed-off-by: Yi-Hung Wei Thanks, applied to master. ___ dev mailing list d...@openvswitch.org

Re: [ovs-dev] [PATCH v2] dpif-netdev: Assign ports to pmds on non-local numa node.

2017-04-24 Thread Stokes, Ian
> Previously if there is no available (non-isolated) pmd on the numa node > for a port then the port is not polled at all. This can result in a non- > operational system until such time as nics are physically repositioned. It > is preferable to operate with a pmd on the 'wrong' numa node albeit

Re: [ovs-dev] [PATCH] ovn-detrace: Add ovn-detrace to fedora rpm package.

2017-04-24 Thread Ben Pfaff
On Mon, Apr 24, 2017 at 12:33:51PM +0800, Guoshuai Li wrote: > Otherwise, through the "make rpm-fedora" build fedora package will be error: > error: Installed (but unpackaged) file(s) found: >/usr/bin/ovn-detrace >/usr/share/man/man1/ovn-detrace.1.gz > > Signed-off-by: Guoshuai Li

Re: [ovs-dev] [PATCH 4/8] ovsdb-idl: Fix memory leak

2017-04-24 Thread Ben Pfaff
On Fri, Apr 07, 2017 at 02:43:42PM -0700, Yi-Hung Wei wrote: > In testcase "simple idl, conditional, multiple clauses in condition - C", > valgrind reports a memory leak with the following call stack. > xmalloc (util.c:112) > resize (hmap.c:100) > ovsdb_idl_condition_clone

Re: [ovs-dev] [PATCH 3/8] bridge: Fix memory leak in port_configure()

2017-04-24 Thread Ben Pfaff
On Fri, Apr 07, 2017 at 02:43:41PM -0700, Yi-Hung Wei wrote: > In testcase "ofproto-dpif - VLAN handling", valgrind reports a memory > leak with the following call stack. > xcalloc (util.c:95) > bitmap_allocate (bitmap.h:51) > vlan_bitmap_from_array (vlan-bitmap.c:32) >

Re: [ovs-dev] [PATCH 3/7] netdev-dpdk: Add support for keepalive functionality.

2017-04-24 Thread Bodireddy, Bhanuprakash
>>> The relay function is called by 'ovs_keepalive' thread. I didn't >>> completely understand your concerns here. I would be happy to verify >>> if you have any scenarios in mind that you think pose problems. >> >>My concern stems from this: >> "is relayed to monitoring framework by unlocking

Re: [ovs-dev] [PATCH 2/8] learn: Fix memory leak in learn_parse_sepc()

2017-04-24 Thread Ben Pfaff
On Sun, Apr 23, 2017 at 11:22:03AM -0700, Yi-Hung Wei wrote: > On Sun, Apr 23, 2017 at 9:56 AM, Ben Pfaff wrote: > > On Fri, Apr 07, 2017 at 02:43:40PM -0700, Yi-Hung Wei wrote: > >> In testcase "ofproto-dpif - fragment handling - actions", valgrind reports > >> memeory leaks with

[ovs-dev] [PATCH] ovs-ofctl: Document group selection algorithm.

2017-04-24 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- utilities/ovs-ofctl.8.in | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in index 96232a5003e4..2e6679ebe98c 100644 --- a/utilities/ovs-ofctl.8.in +++

[ovs-dev] B2b Email Marketing List

2017-04-24 Thread becky . smith
Hi There, Hope this email finds you well. Would you like to acquire the below mentioned technologies users with *Verified Email List?* We are a Global Technology User’s List Provider’s with *250 Million Plus *data and counting. *Technology Users* *CRM Users* *Business Intelligence* *Cloud

Re: [ovs-dev] [PATCH] ovn-detrace: add generated files to .gitignore.

2017-04-24 Thread Ben Pfaff
On Mon, Apr 24, 2017 at 11:23:34AM +0200, Timothy Redaelli wrote: > Signed-off-by: Timothy Redaelli Thanks! I applied this to master. ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [PATCH] gitignore: Ignore /docs-check instead of /htmldocs-check

2017-04-24 Thread Ben Pfaff
On Mon, Apr 24, 2017 at 10:21:21AM +0100, Stephen Finucane wrote: > On Mon, 2017-04-24 at 11:17 +0200, Timothy Redaelli wrote: > > Fixes: fd0837a76f4c ("doc: Convert ovs-vlan-test to rST") > > CC: Stephen Finucane > > Signed-off-by: Timothy Redaelli > >

Re: [ovs-dev] [PATCH v3 2/8] userspace: Support for push_eth and pop_eth actions

2017-04-24 Thread Ben Pfaff
On Mon, Apr 24, 2017 at 09:43:27AM +, Zoltán Balogh wrote: > > > I am very disappointed that, apparently, 7 people from 6 different > > companies have contributed to this code without ever using a simple > > build tool, recommended by the OVS documentation, that finds real bugs. > > Please

[ovs-dev] Be Surprised Now!

2017-04-24 Thread Tatar Nicole
 

[ovs-dev] Be Surprised Now!

2017-04-24 Thread Tatar Nicole
 

[ovs-dev] Be Surprised Now!

2017-04-24 Thread Tatar Nicole
 

[ovs-dev] Be Surprised Now!

2017-04-24 Thread Temesi Nicole
 

Re: [ovs-dev] [PATCH ovs V7 02/24] netdev: Adding a new netdev api to be used for offloading flows

2017-04-24 Thread Simon Horman
On Tue, Apr 18, 2017 at 03:18:55PM +0300, Roi Dayan wrote: > > > On 14/04/2017 04:11, Joe Stringer wrote: > >On 7 April 2017 at 06:12, Roi Dayan wrote: > >>From: Paul Blakey > >> > >>Signed-off-by: Paul Blakey > >>Reviewed-by: Roi

Re: [ovs-dev] [PATCH v3 2/8] userspace: Support for push_eth and pop_eth actions

2017-04-24 Thread Zoltán Balogh
> I am very disappointed that, apparently, 7 people from 6 different > companies have contributed to this code without ever using a simple > build tool, recommended by the OVS documentation, that finds real bugs. > Please install sparse and use it. Then, after you fix the bugs that > sparse

[ovs-dev] [PATCH] ovn-detrace: add generated files to .gitignore.

2017-04-24 Thread Timothy Redaelli
Signed-off-by: Timothy Redaelli --- ovn/utilities/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ovn/utilities/.gitignore b/ovn/utilities/.gitignore index 2c06825..dbc3719 100644 --- a/ovn/utilities/.gitignore +++ b/ovn/utilities/.gitignore @@ -5,3 +5,5 @@

[ovs-dev] [PATCH] gitignore: Ignore /docs-check instead of /htmldocs-check

2017-04-24 Thread Timothy Redaelli
Fixes: fd0837a76f4c ("doc: Convert ovs-vlan-test to rST") CC: Stephen Finucane Signed-off-by: Timothy Redaelli --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index df75b40..cc864ec 100644 ---

Re: [ovs-dev] Tweede kwartaal Employee Screening

2017-04-24 Thread Anne-Karin Frisk
Fra: Anne-Karin Frisk Sendt: 24. april 2017 10:24 Til: Anne-Karin Frisk Emne: Tweede kwartaal Employee Screening Beste collega. Uw Q2-screening is begonnen. Klik

Re: [ovs-dev] [PATCH] ovn: Document limitation in the L3HA plan

2017-04-24 Thread Miguel Angel Ajo Pelayo
Anil Venkata and I were talking about this last week and we realised we had this limitation. It's not uncommon to other mechanisms like VRRP or CARP, but we thought that it was good to make sure everyone was on the same page, and that having gateways across multiple L2 domains with routing in the

[ovs-dev] [PATCH] ovn: Document limitation in the L3HA plan

2017-04-24 Thread majopela
From: Miguel Angel Ajo The intergateway monitoring covers host failure well, but it doesn't cover path failure which is a more complicated problem. By this change I don't mean we should implement something to cover path failure right away, but that we should keep the

Re: [ovs-dev] OVS installation issue with NSH patch

2017-04-24 Thread Yang, Yi Y
Hi, Kiruthiga As I told you, please check your kernel version. https://github.com/yyang13/ovs_nsh_patches also included patches for ovs 2.6.1, if you have kernel version higher than v4.3, please use patches for 2.6.1. ovs 2.5 only can be built on kernel 3.10 to 4.3. -Original Message-

Re: [ovs-dev] [PATCH] ovn.at: Fix "ovn -- 1 LR with distributed router gateway port" test

2017-04-24 Thread Takashi YAMAMOTO
On Mon, Apr 24, 2017 at 9:48 AM, Mickey Spiegel wrote: > > On Thu, Apr 20, 2017 at 6:32 PM, YAMAMOTO Takashi > wrote: > >> NetBSD implementation of wc command outputs extra whitespaces >> like the following. Tweak the test to success on such