[ovs-dev] We offer new vacancy

2016-06-21 Thread dev
Hello! We are looking for employees working remotely. My name is Earle, 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 regards!

Re: [ovs-dev] The way SDN controllers deal with MTU

2016-06-21 Thread Ihar Hrachyshka
> On 21 Jun 2016, at 23:46, Jesse Gross wrote: > > On Mon, Jun 20, 2016 at 5:16 AM, Ihar Hrachyshka wrote: >> So back to MTU. When I boot a VM using a VXLAN backed network, the tap >> device of MTU=1450 is plugged into the br-int bridge, which lowers the >> bridge MTU to 1450. Then when I plu

Re: [ovs-dev] [PATCHv9 2/2] ofp-actions: Add truncate action.

2016-06-21 Thread William Tu
Hi Pravin, Thanks for the feedback. >> @@ -4084,10 +4089,13 @@ dp_execute_cb(void *aux_, struct dp_packet_batch >> *packets_, >> int i; >> >> if (!may_steal) { >> - dp_packet_batch_clone(&tnl_pkt, packets_); >> - packets_ = &t

Re: [ovs-dev] [RFC PATCH 07/14] Add APIs to set NSH keys for match fields

2016-06-21 Thread Li, Johnson
> > On Tue, Jun 21, 2016 at 6:50 PM, Li, Johnson wrote: > >> On Mon, Jun 20, 2016 at 9:02 PM, Li, Johnson > wrote: > > [JL] Yes, Mengke had renamed the command line and mapping table from > > xx-geneve-yy To xx-tlv-yy. However, the flow fields are still named > > TUN_ and bind to geneve Tunn

[ovs-dev] [PATCH v2] ovs-lib: Keep internal interface ip during upgrade.

2016-06-21 Thread Daniele Di Proietto
Commit 9b5422a98f81("ovs-lib: Try to call exit before killing.") introduced a problem where internal interfaces are destroyed and recreated, losing their IP address. Commit 9aad5a5a96ba("ovs-vswitchd: Preserve datapath ports across graceful shutdown.") fixed the problem by changing ovs-vswitchd to

Re: [ovs-dev] [PATCH] ovs-lib: Keep internal interface ip during upgrade.

2016-06-21 Thread Daniele Di Proietto
Guru made some suggestions offline, so I've sent a v2 here: http://openvswitch.org/pipermail/dev/2016-June/073313.html On 21/06/2016 11:49, "Daniele Di Proietto" wrote: >Commit 9b5422a98f81("ovs-lib: Try to call exit before killing.") >introduced a problem where internal interfaces are destr

Re: [ovs-dev] [RFC PATCH 07/14] Add APIs to set NSH keys for match fields

2016-06-21 Thread Jesse Gross
On Tue, Jun 21, 2016 at 6:50 PM, Li, Johnson wrote: >> On Mon, Jun 20, 2016 at 9:02 PM, Li, Johnson wrote: >> > 2) Add framework codes (or full implementation) for MD type 2 support of >> > the NSH header. According to the discussion at >> > http://comments.gmane.org/gmane.network.o

Re: [ovs-dev] [PATCH v2] VxLAN-gpe implementation

2016-06-21 Thread Jesse Gross
On Tue, Jun 21, 2016 at 5:53 PM, Yang, Yi wrote: > On Tue, Jun 21, 2016 at 09:26:58AM -0700, Jesse Gross wrote: >> On Mon, Jun 20, 2016 at 7:30 PM, Yang, Yi wrote: >> > On Mon, Jun 20, 2016 at 07:00:56PM -0700, Jesse Gross wrote: >> >> >> >> >> >> Hi, Yi Yang. >> >> >> >> >> >> Before adding the

Re: [ovs-dev] [RFC PATCH 07/14] Add APIs to set NSH keys for match fields

2016-06-21 Thread Li, Johnson
> On Mon, Jun 20, 2016 at 9:02 PM, Li, Johnson wrote: > > 2) Add framework codes (or full implementation) for MD type 2 support of > > the NSH header. According to the discussion at > > http://comments.gmane.org/gmane.network.openvswitch.devel/53788 > > I will reuse the definit

[ovs-dev] [PATCH] ovn: Allow IP packets destined to router ip for SNAT

2016-06-21 Thread Chandra S Vejendla
By default all the ip traffic destined to router ip is dropped in lr_in_ip_input stage. When the router ip is used as snat ip, allow reverse snat traffic destined to the router ip. Signed-off-by: Chandra Sekhar Vejendla --- ovn/northd/ovn-northd.c | 33 - 1 file c

Re: [ovs-dev] [PATCH v2] VxLAN-gpe implementation

2016-06-21 Thread Yang, Yi
On Tue, Jun 21, 2016 at 09:26:58AM -0700, Jesse Gross wrote: > On Mon, Jun 20, 2016 at 7:30 PM, Yang, Yi wrote: > > On Mon, Jun 20, 2016 at 07:00:56PM -0700, Jesse Gross wrote: > >> >> > >> >> Hi, Yi Yang. > >> >> > >> >> Before adding the OVS_VXLAN_EXT_GPE extension to the out-of-tree > >> >> mo

[ovs-dev] [PATCH V3] datapath-windows: Handle possible NULL pointer dereference in STT

2016-06-21 Thread Paul Boca
Check if OvsAllocatememoryWithTag succeeded or not. In case of failure propagate cleanup and return. --- V2: Checked also NdisGetDataBuffer and MmGetSystemAddressForMdlSafe if they return NULL and handle the error V3: Don't deallocate and remove failed packets on STT reassembly. They wi

Re: [ovs-dev] tests: fix issue in use of OVS_APP_EXIT_AND_WAIT

2016-06-21 Thread Alin Serdean
ERROR: 1433 tests were run, 1 passed unexpectedly, 34 failed (5 expected failures). 646 tests were skipped. ## -- ## ## testsuite.log was created. ## ## -- ## Please send `tests/testsuite.log' and all information you think might help: To: Sub

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

2016-06-21 Thread Jarno Rajahalme
Thanks for doing this! Some suggestions below. This no longer applies cleanly, and I also needed to add this incremental to make the testsuite pass: diff --git a/tests/pmd.at b/tests/pmd.at index 3d219ff..9b6427e 100644 --- a/tests/pmd.at +++ b/tests/pmd.at @@ -144,10 +144,11 @@ dummy@ovs-dummy:

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

2016-06-21 Thread Joe Stringer
On 21 June 2016 at 14:59, Jarno Rajahalme wrote: > Only set conntrack mark or labels when the commit flag is specified. > This makes sure we can not set them before the connection has been > persisted, as in that case the mark and labels would be lost in an > event of an userspace upcall. > > OVS

[ovs-dev] [PATCH] pvector: Expose non-concurrent priority vector.

2016-06-21 Thread Jarno Rajahalme
PMD threads use pvectors but do not need the overhead of the concurrent version. Expose the internal non-concurrent version for that use. Signed-off-by: Jarno Rajahalme --- lib/pvector.c | 71 +++ lib/pvector.h | 13 +++ 2 files ch

Re: [ovs-dev] [RFC PATCH 07/14] Add APIs to set NSH keys for match fields

2016-06-21 Thread Yang, Yi
On Tue, Jun 21, 2016 at 02:08:34PM -0700, Jesse Gross wrote: > On Mon, Jun 20, 2016 at 9:02 PM, Li, Johnson wrote: > > 2) Add framework codes (or full implementation) for MD type 2 support of > > the NSH header. According to the discussion at > > http://comments.gmane.org/gmane.netwo

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

2016-06-21 Thread Joe Stringer
On 21 June 2016 at 14:59, Jarno Rajahalme wrote: > Set conntrack mark and labels right before committing so that > the initial conntrack NEW event has the mark and labels. > > Signed-off-by: Jarno Rajahalme Acked-by: Joe Stringer ___ dev mailing list

[ovs-dev] [PATCH] datapath-windows: Handle memory allocation failure for event creation

2016-06-21 Thread Sairam Venugopal
Release the lock and return if an event entry fails to get allocated. Signed-off-by: Sairam Venugopal --- datapath-windows/ovsext/Event.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/datapath-windows/ovsext/Event.c b/datapath-windows/ovsext/Event.c index abf8f0d..f9bea7f 100644 ---

Re: [ovs-dev] tests: fix issue in use of OVS_APP_EXIT_AND_WAIT

2016-06-21 Thread Alin Serdean
Hi Lance, I applied your patch and testing it out right now. I'll let you know the result as soon as possible. > Initially I tried using 2015, but ran into multiple compilation issues (the > first > due to a type collision in pthread.h, easily fixed, I don't recall what I ran > into > next), t

[ovs-dev] [PATCH] datapath-windows: Remove unused headers in Event.c

2016-06-21 Thread Sairam Venugopal
Cleanup unused headers. Found by inspection. Signed-off-by: Sairam Venugopal --- datapath-windows/ovsext/Event.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/datapath-windows/ovsext/Event.c b/datapath-windows/ovsext/Event.c index c210da3..abf8f0d 100644 --- a/datapath-windows/ovsext/Even

Re: [ovs-dev] [PATCH net-next] openvswitch: Only set mark and labels when commiting a connection.

2016-06-21 Thread Jarno Rajahalme
Thanks for the review! > On Jun 21, 2016, at 1:57 PM, Joe Stringer wrote: > > On 20 June 2016 at 17:19, Jarno Rajahalme wrote: >> Only allow setting conntrack mark or labels when the commit flag is >> specified. This makes sure we can not set them before the connection >> has been persisted, a

[ovs-dev] [RFC PATCH net v2 2/2] openvswitch: Only set mark and labels with a commit flag.

2016-06-21 Thread Jarno Rajahalme
Only set conntrack mark or labels when the commit flag is specified. This makes sure we can not set them before the connection has been persisted, as in that case the mark and labels would be lost in an event of an userspace upcall. OVS userspace already requires the commit flag to accept setting

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

2016-06-21 Thread Jarno Rajahalme
Set conntrack mark and labels right before committing so that the initial conntrack NEW event has the mark and labels. Signed-off-by: Jarno Rajahalme --- v2: Separate Kernel API change to an RFC patch (2/2). net/openvswitch/conntrack.c | 33 ++--- 1 file changed, 14

Re: [ovs-dev] The way SDN controllers deal with MTU

2016-06-21 Thread Jesse Gross
On Mon, Jun 20, 2016 at 5:16 AM, Ihar Hrachyshka wrote: > So back to MTU. When I boot a VM using a VXLAN backed network, the tap device > of MTU=1450 is plugged into the br-int bridge, which lowers the bridge MTU to > 1450. Then when I plug a device that belongs to a GRE network (MTU = 1458) >

Re: [ovs-dev] TCP MSS clamping for VXLAN over Internet ( draft patch attached )

2016-06-21 Thread Jesse Gross
On Mon, Jun 20, 2016 at 8:40 AM, Jeroen van Bemmel wrote: > Hello, > > When using VXLAN over Internet connections, Openvswitch TCP > performance is currently limited due to IP fragmentation: The Internet > MTU is (at most) 1500 bytes, and the typical TCP MSS value of 1460 > bytes used by clients b

Re: [ovs-dev] tests: fix issue in use of OVS_APP_EXIT_AND_WAIT

2016-06-21 Thread Lance Richardson
- Original Message - > From: "Paul Boca" > To: "Lance Richardson" > Cc: "Alin Serdean" , dev@openvswitch.org, > "Ben Pfaff" > Sent: Tuesday, June 21, 2016 3:43:44 PM > Subject: RE: tests: fix issue in use of OVS_APP_EXIT_AND_WAIT > > Hi Lance! > > Seems like I made a mistake here... >

Re: [ovs-dev] [RFC PATCH 07/14] Add APIs to set NSH keys for match fields

2016-06-21 Thread Jesse Gross
On Mon, Jun 20, 2016 at 9:02 PM, Li, Johnson wrote: > 2) Add framework codes (or full implementation) for MD type 2 support of > the NSH header. According to the discussion at > http://comments.gmane.org/gmane.network.openvswitch.devel/53788 > I will reuse the definitions for M

Re: [ovs-dev] [PATCH] datapath-windows: Remove unused headers from Datapath.c

2016-06-21 Thread Guru Shetty
On 21 June 2016 at 11:09, Sairam Venugopal wrote: > Clean up unused headers in Datapath.c. Found by inspection. > > Signed-off-by: Sairam Venugopal > Applied, thank you! > --- > datapath-windows/ovsext/Datapath.c | 7 --- > 1 file changed, 7 deletions(-) > > diff --git a/datapath-windows/o

Re: [ovs-dev] [PATCH net-next] openvswitch: Only set mark and labels when commiting a connection.

2016-06-21 Thread Joe Stringer
On 20 June 2016 at 17:19, Jarno Rajahalme wrote: > Only allow setting conntrack mark or labels when the commit flag is > specified. This makes sure we can not set them before the connection > has been persisted, as in that case the mark and labels would be lost > in an event of an userspace upcal

Re: [ovs-dev] tests: fix issue in use of OVS_APP_EXIT_AND_WAIT

2016-06-21 Thread Paul Boca
Hi Lance! Seems like I made a mistake here... When trying to run tests on Windows all tests that use OVSDB_CHECK_MONITOR (ovsdb-monitor.at) raise an error at line 42 where OVS_APP_EXIT_AND_WAIT_BY_TARGET is called. The problem is that ovs-appctl is dumping the target log on stderr and AT_CHECK f

Re: [ovs-dev] [PATCH] datapath-windows: Remove unused headers from Datapath.c

2016-06-21 Thread Yin Lin
Acked-by: Yin Lin On Tue, Jun 21, 2016 at 11:09 AM, Sairam Venugopal wrote: > Clean up unused headers in Datapath.c. Found by inspection. > > Signed-off-by: Sairam Venugopal > --- > datapath-windows/ovsext/Datapath.c | 7 --- > 1 file changed, 7 deletions(-) > > diff --git a/datapath-windo

Re: [ovs-dev] [PATCH v4] ovn: DNAT and SNAT on a gateway router.

2016-06-21 Thread Guru Shetty
On 21 June 2016 at 10:29, Flaviof wrote: > On Tue, Jun 21, 2016 at 10:46 AM, Guru Shetty wrote: > > > > > > > On 20 June 2016 at 19:36, Flaviof wrote: > > > >> On Mon, Jun 13, 2016 at 6:45 AM, Gurucharan Shetty > wrote: > >> > >> > For traffic from physical space to virtual space we need DNAT.

[ovs-dev] [PATCH v1] Add new column compute_types to OVN_Southbound

2016-06-21 Thread Amitabha Biswas
This patch allows a OVN hypervisor administator to specify the type(s) of non-distributed logical port, the hypervisor would prefer to support. In some cloud deployments such as OpenStack, the operator may want to dedicate certain hypervisors to host VMs and other hypervisors to host the gateway p

Re: [ovs-dev] [PATCH V10] Function tracer to trace all function calls

2016-06-21 Thread Ryan Moats
"dev" wrote on 06/17/2016 06:10:32 PM: > From: Nirapada Ghosh/San Jose/IBM@IBMUS > To: dev@openvswitch.org > Date: 06/17/2016 06:10 PM > Subject: [ovs-dev] [PATCH V10] Function tracer to trace all function calls > Sent by: "dev" > > From: Nirapada Ghosh > > In some circumstances, we might need

[ovs-dev] [PATCH] ovs-lib: Keep internal interface ip during upgrade.

2016-06-21 Thread Daniele Di Proietto
Commit 9b5422a98f81("ovs-lib: Try to call exit before killing.") introduced a problem where internal interfaces are destroyed and recreated, losing their IP address. Commit 9aad5a5a96ba("ovs-vswitchd: Preserve datapath ports across graceful shutdown.") fixed the problem by changing ovs-vswitchd to

Re: [ovs-dev] (no subject)

2016-06-21 Thread Pansy Peters
Dear dev: Please find attached our invoice for services rendered and additional disbursements in the above- mentioned matter. Hoping the above to your satisfaction, we remain. Sincerely, Pansy Peters Mexico Key Account Director ___ dev mailing list de

Re: [ovs-dev] [PATCH] debian: Fix upgrade from OVS-2.5 to newer OVS.

2016-06-21 Thread Daniele Di Proietto
This looks good to me according to the debian policy manual: https://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces Acked-by: Daniele Di Proietto I noticed is that if I try to upgrade from 2.5.0 to 2.5.90(with this change) using dpkg from command line the results may vary: `

Re: [ovs-dev] (no subject)

2016-06-21 Thread Antone Stein
Dear dev: Please find attached our invoice for services rendered and additional disbursements in the above- mentioned matter. Hoping the above to your satisfaction, we remain. Sincerely, Antone Stein Group Managing Director ___ dev mailing list dev@op

Re: [ovs-dev] (no subject)

2016-06-21 Thread Bianca Puckett
Dear dev: Please find attached our invoice for services rendered and additional disbursements in the above- mentioned matter. Hoping the above to your satisfaction, we remain. Sincerely, Bianca Puckett Group Director of Strategy ___ dev mailing list d

Re: [ovs-dev] [PATCH V2] datapath-windows: Handle possible NULL pointer dereference in STT

2016-06-21 Thread Sairam Venugopal
Hi Paul, Please find the comments inlined. Thanks, Sairam On 6/21/16, 9:51 AM, "Paul Boca" wrote: >Check if OvsAllocatememoryWithTag succeeded or not. >In case of failure propagate cleanup and return. >--- >V2: Checked also NdisGetDataBuffer and MmGetSystemAddressForMdlSafe >if they return

Re: [ovs-dev] (no subject)

2016-06-21 Thread Bernadine Wilcox
Dear dev: Please find attached our invoice for services rendered and additional disbursements in the above- mentioned matter. Hoping the above to your satisfaction, we remain. Sincerely, Bernadine Wilcox Vice President of Sales Marketing ___ dev maili

[ovs-dev] [PATCH] datapath-windows: Remove unused headers from Datapath.c

2016-06-21 Thread Sairam Venugopal
Clean up unused headers in Datapath.c. Found by inspection. Signed-off-by: Sairam Venugopal --- datapath-windows/ovsext/Datapath.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/datapath-windows/ovsext/Datapath.c b/datapath-windows/ovsext/Datapath.c index 5cc0614..39a4c42 100644 ---

[ovs-dev] [v1 1/1] Add new column compute_types to OVN_Southbound

2016-06-21 Thread Amitabha Biswas
This patch allows a OVN hypervisor administator to specify the type(s) of non-distributed logical port, the hypervisor would prefer to support. In some cloud deployments such as OpenStack, the operator may want to dedicate certain hypervisors to host VMs and other hypervisors to host the gateway p

Re: [ovs-dev] tests: fix issue in use of OVS_APP_EXIT_AND_WAIT

2016-06-21 Thread Lance Richardson
- Original Message - > From: "Alin Serdean" > To: "Lance Richardson" , dev@openvswitch.org > Sent: Tuesday, June 14, 2016 1:22:36 PM > Subject: RE: tests: fix issue in use of OVS_APP_EXIT_AND_WAIT > > I'll take a look over it tomorrow :). > > I saw that you had troubles compiling/linking

[ovs-dev] [PATCH V2] datapath-windows: Handle possible NULL pointer dereference in STT

2016-06-21 Thread Paul Boca
Check if OvsAllocatememoryWithTag succeeded or not. In case of failure propagate cleanup and return. --- V2: Checked also NdisGetDataBuffer and MmGetSystemAddressForMdlSafe if they return NULL and handle the error --- datapath-windows/ovsext/Stt.c | 55 ++---

Re: [ovs-dev] [PATCH] tests: make ovn logical router test case more reliable

2016-06-21 Thread Russell Bryant
On Tue, Jun 21, 2016 at 1:50 PM, Lance Richardson wrote: > Any feedback? I see that there are still numerous occurrences of the > failure > addressed by this patch. > This seems like a harmless workaround that improves test failure rate. I applied it to master. -- Russell Bryant -- Russell

Re: [ovs-dev] (no subject)

2016-06-21 Thread Sadie Frye
Dear dev: Please find attached our invoice for services rendered and additional disbursements in the above- mentioned matter. Hoping the above to your satisfaction, we remain. Sincerely, Sadie Frye Financial Director - Multinational Group ___ dev mail

Re: [ovs-dev] [PATCH] tests: make ovn logical router test case more reliable

2016-06-21 Thread Lance Richardson
Any feedback? I see that there are still numerous occurrences of the failure addressed by this patch. Thanks, Lance - Original Message - > From: "Lance Richardson" > To: dev@openvswitch.org, "Ben Pfaff" , na...@cn.ibm.com > Sent: Thursday, June 9, 2016 11:40:49 AM > Subject: Re: [ovs

Re: [ovs-dev] tests: fix issue in use of OVS_APP_EXIT_AND_WAIT

2016-06-21 Thread Lance Richardson
- Original Message - > From: "Paul Boca" > To: "Lance Richardson" , "Alin Serdean" > > Cc: dev@openvswitch.org > Sent: Tuesday, June 21, 2016 5:37:59 AM > Subject: RE: tests: fix issue in use of OVS_APP_EXIT_AND_WAIT > > Hi Lance! > > One small change that should be added to your patch

Re: [ovs-dev] [PATCH v4] ovn: DNAT and SNAT on a gateway router.

2016-06-21 Thread Flaviof
On Tue, Jun 21, 2016 at 10:46 AM, Guru Shetty wrote: > > > On 20 June 2016 at 19:36, Flaviof wrote: > >> On Mon, Jun 13, 2016 at 6:45 AM, Gurucharan Shetty wrote: >> >> > For traffic from physical space to virtual space we need DNAT. >> > The DNAT happens in the gateway router and reaches the l

Re: [ovs-dev] [PATCH] tun-metadata: Use correct offset when accessing fragmented metadata.

2016-06-21 Thread Jesse Gross
Thanks for the review, I applied to this master and branch-2.5. On Tue, Jun 21, 2016 at 10:08 AM, Jarno Rajahalme wrote: > [Google filtered by ack as spam, so I'm trying again.] > > Acked-by: Jarno Rajahalme > >> On Jun 9, 2016, at 11:50 AM, Jesse Gross wrote: >> >> Since tunnel metadata is sto

Re: [ovs-dev] [PATCH] tun-metadata: Use correct offset when accessing fragmented metadata.

2016-06-21 Thread Jarno Rajahalme
[Google filtered by ack as spam, so I'm trying again.] Acked-by: Jarno Rajahalme > On Jun 9, 2016, at 11:50 AM, Jesse Gross wrote: > > Since tunnel metadata is stored in a fixed area in the flow match field, we > must allocate space for options as they are registered with the switch. In > ord

[ovs-dev] [PATCH 2/2] ovs-ofctl: Clarify CT action documentation.

2016-06-21 Thread Jarno Rajahalme
Since the 'commit' flag is required to set the mark and/or labels, the set values are always available for following lookups. Signed-off-by: Jarno Rajahalme --- utilities/ovs-ofctl.8.in | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/utilities/ovs-ofctl.8.in

[ovs-dev] [PATCH 1/2] tests: Ignore proxy configuration in kernel testsuite.

2016-06-21 Thread Jarno Rajahalme
Add '--noproxy' parameter to 'wget' so that the test cases do not try to use a proxy that may be configured in the test environment. Signed-off-by: Jarno Rajahalme --- tests/system-traffic.at | 102 1 file changed, 51 insertions(+), 51 deletions(-

Re: [ovs-dev] [PATCH 2/2] ofproto: Set to revalidate when a new version is available.

2016-06-21 Thread Jarno Rajahalme
Thanks for the review, pushed to master with the suggested changes. Jarno > On May 6, 2016, at 2:27 PM, Ben Pfaff wrote: > > On Wed, May 04, 2016 at 01:08:13PM -0700, Jarno Rajahalme wrote: >> There is no need to set the revalidate flag after each flow mod >> separately, as we can do it once

Re: [ovs-dev] [PATCH net-next v10 2/5] openvswitch: set skb protocol and mac_len when receiving on internal device

2016-06-21 Thread pravin shelar
On Mon, Jun 20, 2016 at 7:25 PM, Simon Horman wrote: > [Cc Jiri Benc] > > On Sat, Jun 18, 2016 at 06:38:54PM -0700, pravin shelar wrote: >> On Thu, Jun 16, 2016 at 10:53 PM, Simon Horman >> wrote: >> > On Tue, Jun 07, 2016 at 03:45:27PM -0700, pravin shelar wrote: >> >> On Mon, Jun 6, 2016 at 8:0

Re: [ovs-dev] [PATCHv9 2/2] ofp-actions: Add truncate action.

2016-06-21 Thread pravin shelar
On Sat, Jun 18, 2016 at 3:36 PM, William Tu wrote: > The patch adds a new action to support packet truncation. The new action > is formatted as 'output(port=n,max_len=m)', as output to port n, with > packet size being MIN(original_size, m). > > One use case is to enable port mirroring to send sma

Re: [ovs-dev] [PATCHv9 1/2] datapath:backport: openvswitch: Add packet truncation support.

2016-06-21 Thread pravin shelar
On Sat, Jun 18, 2016 at 3:36 PM, William Tu wrote: > Upstream commit: > commit f2a4d086ed4c588d32fe9b7aa67fead7280e7bf1 > Author: William Tu > Date: Fri Jun 10 11:49:33 2016 -0700 > > openvswitch: Add packet truncation support. > > The patch adds a new OVS action, OVS_ACTION

Re: [ovs-dev] [PATCH v2] VxLAN-gpe implementation

2016-06-21 Thread Jesse Gross
On Mon, Jun 20, 2016 at 7:30 PM, Yang, Yi wrote: > On Mon, Jun 20, 2016 at 07:00:56PM -0700, Jesse Gross wrote: >> >> >> >> Hi, Yi Yang. >> >> >> >> Before adding the OVS_VXLAN_EXT_GPE extension to the out-of-tree module, >> >> you >> >> should send it to the mainline kernel. Besides, you need a

[ovs-dev] missing Hyper-V meeting today

2016-06-21 Thread Ben Pfaff
I am unfortunately going to miss the Hyper-V meeting today because I am traveling. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH v4] ovn: DNAT and SNAT on a gateway router.

2016-06-21 Thread Guru Shetty
On 20 June 2016 at 19:36, Flaviof wrote: > On Mon, Jun 13, 2016 at 6:45 AM, Gurucharan Shetty wrote: > > > For traffic from physical space to virtual space we need DNAT. > > The DNAT happens in the gateway router and reaches the logical > > port. The return traffic should be unDNATed. > > > > Tr

[ovs-dev] beneficial offer

2016-06-21 Thread dev
Hello! We are looking for employees working remotely. My name is Alonzo, 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 regards! __

[ovs-dev] Wanted regional manageres

2016-06-21 Thread dev
Hello! We are looking for employees working remotely. My name is Damian, 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 regards! __

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

2016-06-21 Thread Fischetti, Antonio
> -Original Message- > From: Jan Scheurich [mailto:jan.scheur...@ericsson.com] > Sent: Tuesday, June 21, 2016 10:27 AM > To: Fischetti, Antonio ; > dev@openvswitch.org > Subject: RE: [RFC Patch] dpif-netdev: Sorted subtable vectors per > in_port in dpcls > > > [Antonio F] > > What if the

[ovs-dev] Status

2016-06-21 Thread caharshilshah91
Ÿ’NQDؙê ߪç!…ÁÂK]£…LÊZTÞ|ïE^‰Ù—½‡Aа Ä :.ì‹Û˜Yj:Ö¤Òp—Â-¬±PqŸŸÝÉ^‡ÎxtÆZc®’hª-s¡çñˆíˆÝA‰8z]ÈîQâö5ª˜ÈgªÛw<ê?¤jà˜–â D‡`´Š?í`Àš01J2uÆÁcº!6Õ¡Ù›7MíŗVAýDEo„jPJv¡`•›ƒˆìÎÇLwí]Mü^˜O;dVÄusЁ¢‹> §©È·÷ߪ«É4ºê¬J'LSž6—ûäê"˜­[²… 2zSn(û§eÝÂ3^ñ]¦ôðJOí²ž!¢·|ݦÚ'âõoÊÝÇÆ8÷«døLõԘN`ºðþ²kϳɈŠºeMÛÊPwzÜIŽ\ Uú9ò¹p

[ovs-dev] [PATCH V2 09/16] python tests: Don't check if the PID file gets deleted

2016-06-21 Thread Paul Boca
On Windows the PID file doesn't gets deleted on process exit. Signed-off-by: Paul-Daniel Boca --- V2: Skip pid file check in ovsdb-monitor.at also --- tests/daemon-py.at | 8 ++-- tests/ovsdb-monitor.at | 4 +++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/tests/daemon

Re: [ovs-dev] [PATCH V2 4/16] python tests: Ported UNIX sockets to Windows

2016-06-21 Thread Paul Boca
Disregard this patch. The Subject is wrong, it should be "V2 14/16" not "V2 4/16" > -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Paul Boca > Sent: Tuesday, June 21, 2016 12:43 PM > To: dev@openvswitch.org > Subject: [ovs-dev] [PATCH V2 4/16] python test

[ovs-dev] [PATCH V2 14/16] python tests: Ported UNIX sockets to Windows

2016-06-21 Thread Paul Boca
AF_UNIX sockets are not supported on Windows. Instead of an AF_UNIX socket use localhost tcp connections to communicate between components. This makes the python sockets compatible with the ones used in Windows applications. In case the socket returns WSAEWOULDBLOCK, it is replaced by EAGAIN error

[ovs-dev] [PATCH V2 4/16] python tests: Ported UNIX sockets to Windows

2016-06-21 Thread Paul Boca
AF_UNIX sockets are not supported on Windows. Instead of an AF_UNIX socket use localhost tcp connections to communicate between components. This makes the python sockets compatible with the ones used in Windows applications. In case the socket returns WSAEWOULDBLOCK, it is replaced by EAGAIN error

Re: [ovs-dev] tests: fix issue in use of OVS_APP_EXIT_AND_WAIT

2016-06-21 Thread Paul Boca
Hi Lance! One small change that should be added to your patch. diff --git a/tests/ovs-vsctl.at b/tests/ovs-vsctl.at index ac8749a..5171786 100644 --- a/tests/ovs-vsctl.at +++ b/tests/ovs-vsctl.at @@ -9,7 +9,7 @@ m4_define([OVS_VSCTL_SETUP], dnl OVS_VSCTL_CLEANUP dnl dnl Kills off the database

[ovs-dev] The part-time employment

2016-06-21 Thread dev
Hello! We are looking for employees working remotely. My name is Carter, 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 regards! __

[ovs-dev] We offer new vacancy

2016-06-21 Thread dev
Hello! We are looking for employees working remotely. My name is Rich, 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 regards!

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

2016-06-21 Thread Jan Scheurich
> [Antonio F] > What if the range of the hash values is partitioned per port type? > I mean if the 1st range - say the first 10 values - are reserved for dpdk > ports > > if // range is [0..9] > uint32_t port_idx = 0 + hash_port_no(port_no) % 10; > else// range is [10..NUM_SUBTABLE_VECT

[ovs-dev] [PATCH] [PATCH, v6] ovn: Add 'na' action and lflow for ND

2016-06-21 Thread Zong Kai LI
This patch tries to support ND versus ARP for OVN. It adds a new OVN action 'na' in ovn-controller side, and modify lflows for 'na' action and relevant packets in ovn-northd. First, for ovn-northd, it will generate lflows per each lport with its IPv6 addresses and mac addresss, with 'na' action,