Re: [ovs-dev] [userspace clone v3 3/4] dpif-netdev: Add clone action

2017-01-23 Thread Andy Zhou
On Mon, Jan 23, 2017 at 2:13 PM, Jarno Rajahalme wrote: > With minor notes below: > > Acked-by: Jarno Rajahalme > Thanks for the review. I have fixed the two style issues and pushed to all 4 patches. ___ dev mailing list

Re: [ovs-dev] Inquire For Investment in Your Country

2017-01-23 Thread Dr. Ali Abdussalam Tarhouni
Dear, Inquire For Investment in Your Country My name is Dr. Ali Abdussalam Tarhouni, Former Minister for Oil and Finance on the National Transitional Council, Tripoli-LIBYA , Due to the crisis that going on in my country i decided to move this fund $28.5 Million

[ovs-dev] Proyectos con fecha de entrega

2017-01-23 Thread Project Manager
CSU Dirección de Proyectos El Director de Proyectos es un perfil profesional muy demandado por las empresas. Esta figura se encarga de la

Re: [ovs-dev] [PATCH 1/1] dpif-netdev: Conditional EMC insert

2017-01-23 Thread Daniele Di Proietto
2017-01-22 11:45 GMT-08:00 Jan Scheurich : > >> It's not a big deal, since the most important use case we have for >> dpif-netdev is with dpdk, but I'd still like the code to behave >> similarly on different platforms. How about defining a function that >> uses random_uint32

Re: [ovs-dev] [PATCH v2 5/5] datapath-windows: Fragment NBL based on MRU size

2017-01-23 Thread Sairam Venugopal
Hi Anand, Thanks for the patch. Please find my comments inline. Thanks, Sairam On 1/12/17, 1:13 PM, "ovs-dev-boun...@openvswitch.org on behalf of Anand Kumar" wrote: >MRU value is updated only for the Ipv4 fragments. If

Re: [ovs-dev] [PATCH v2 2/5] datapath-windows: Added Ipv4 fragments support in Conntrack

2017-01-23 Thread Sairam Venugopal
Please find the comments inline. I have prefixed them with “sai:” Thanks, Sairam On 1/12/17, 1:13 PM, "ovs-dev-boun...@openvswitch.org on behalf of Anand Kumar" wrote: >This patch adds support for Ipv4 fragments in

Re: [ovs-dev] [userspace clone v3 1/4] dpif-netdev: Avoid sending probe packets

2017-01-23 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme > On Jan 20, 2017, at 6:05 PM, Andy Zhou wrote: > > When ofproto probe for datapath features, no packets should actually > be sent to the network. This pactch fixes the userspace by dropping > probe packets before action execution. > >

[ovs-dev] [patch_v2 2/3] Userspace Datapath: Introduce NAT support.

2017-01-23 Thread Darrell Ball
This patch introduces NAT support for the userspace datapath. The per packet scope of lookups for NAT and un_NAT is at the bucket level rather than global. One hash table is introduced to support create/delete handling. The create/delete events may be further optimized, if the need becomes clear.

[ovs-dev] [patch_v2 1/3] Export packet_set_ipv6_addr() for dpdkdatapath.

2017-01-23 Thread Darrell Ball
Signed-off-by: Darrell Ball --- lib/packets.c | 2 +- lib/packets.h | 4 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/packets.c b/lib/packets.c index fa70df6..94e7d87 100644 --- a/lib/packets.c +++ b/lib/packets.c @@ -986,7 +986,7 @@

[ovs-dev] [patch_v2 3/3] Enable NAT tests for userspace datapath.

2017-01-23 Thread Darrell Ball
Signed-off-by: Darrell Ball --- tests/system-userspace-macros.at | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tests/system-userspace-macros.at b/tests/system-userspace-macros.at index 631f71a..6e3d468 100644 --- a/tests/system-userspace-macros.at

[ovs-dev] [patch_v2 0/3] Userspace Datapath: introduce NAT support.

2017-01-23 Thread Darrell Ball
This patch series introduces NAT support for the userspace datapath. The per packet scope of lookups for NAT and un_NAT is at the bucket level rather than global. One hash table is introduced to support create/delete handling. The create/delete events may be further optimized, if the need

Re: [ovs-dev] [PATCH ovs V2 03/21] other-config: Add hw-offload switch to control netdev flow offloading

2017-01-23 Thread Joe Stringer
On 22 January 2017 at 08:13, Paul Blakey wrote: > > > On 05/01/2017 03:26, Joe Stringer wrote: >> >> On 25 December 2016 at 03:39, Paul Blakey wrote: >>> >>> Add a new configuration option - hw-offload that enables netdev >>> flow api. Enabling this option

Re: [ovs-dev] [PATCH v2 1/2] tunneling: Avoid recirculation on datapath by computing the recirculate actions at translate time.

2017-01-23 Thread Jarno Rajahalme
> On Jan 22, 2017, at 5:50 AM, Jan Scheurich wrote: > > How does the dpif-netdev CLONE action introduced here relate to the similar > action already introduced in the context of the OpenFLow CLONE action (see > for example >

[ovs-dev] Fwd: [PATCH] datapath: internal-dev: Disable rtnl_link_ops register under linux < 3.17

2017-01-23 Thread Jarno Rajahalme
Thomas & Pravin, Apparently the commit 5282e284ac57 (“datapath: introduce rtnl ops stub”) applied to OVS two years ago is not compatible with Linux 3.16 or earlier, as the corresponding upstream change was only applied in Linux 3.17. For Linux 3.16 and earlier, in your opinion, is the right

Re: [ovs-dev] [PATCH v2] ovn: Document upgrade procedure.

2017-01-23 Thread Russell Bryant
On Mon, Jan 23, 2017 at 11:36 AM, Ben Pfaff wrote: > On Mon, Jan 23, 2017 at 09:50:02AM -0500, Russell Bryant wrote: > > Signed-off-by: Russell Bryant > > Thanks Russell! > > s/its/it's/ here: > > +You should start by upgrading ovn-controller on each host its

Re: [ovs-dev] OVS - ODL Sync on OF Bundle in 1.3

2017-01-23 Thread Jarno Rajahalme
> On Jan 23, 2017, at 9:01 AM, Jan Scheurich wrote: > > Hi, > > Here are the main differences I have found between the ONF Bundle extension > (EXT-230) to OF 1.3 and the OF Bundle specified in OF 1.5.1: > > No OFPC_BUNDLES bit in ofp_capabilities to indicate

Re: [ovs-dev] [PATCH] doc: Remove tutorials/ovn-basics.

2017-01-23 Thread Russell Bryant
On Mon, Jan 23, 2017 at 11:25 AM, Ben Pfaff wrote: > On Mon, Jan 23, 2017 at 09:02:07AM -0500, Russell Bryant wrote: > > On Thu, Jan 19, 2017 at 6:01 PM, Ben Pfaff wrote: > > > > > On Thu, Jan 19, 2017 at 02:17:09PM -0500, Russell Bryant wrote: > > > > The only thing

Re: [ovs-dev] [PATCH 3/3] ovs-router: introduce pkt-mark.

2017-01-23 Thread Jarno Rajahalme
> On Dec 28, 2016, at 1:44 AM, Pravin B Shelar wrote: > > OVS router is basically partial copy of linux kernel FIB. > kernel routing table use skb-mark along with usual routing “use”->”uses” Could you elaborate a bit here, is the kernel doing a simple exact match of the

Re: [ovs-dev] [PATCH 2/3] routing-table: parse skb-mark from RTNETLINK msg

2017-01-23 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme > On Dec 28, 2016, at 1:44 AM, Pravin B Shelar wrote: > > Keep track of skb-mark of given RTNL routing notification. > This will be used by next commit. > > Signed-off-by: Pravin B Shelar > --- > lib/route-table.c | 6

Re: [ovs-dev] [PATCH 1/3] tunnel: Add support to configure ptk_mark

2017-01-23 Thread Jarno Rajahalme
Pravin, Sorry for the delay, I hope you find time to respond. > On Dec 28, 2016, at 1:44 AM, Pravin B Shelar wrote: > > Today packet mark action is broaken for Tunnel ports with > tunnel monitoring. “broaken”->”broken” Could you be more specific here. Setting packet mark

[ovs-dev] question about ovs's bandwidth limition

2017-01-23 Thread lg.yue
hi, i have two questiones to consult. software version: openvswitch-2.6.90.13454.gita9ba22b7 , 3.10.0-327.36.3.el7 1. why logical_switch_port's rate and burst is set on physical device, rather than port's tap device? does this policy work? .why ovn does not choose to setup ovs's db,

Re: [ovs-dev] [PATCH v2] ovn: Document upgrade procedure.

2017-01-23 Thread Ben Pfaff
On Mon, Jan 23, 2017 at 09:50:02AM -0500, Russell Bryant wrote: > Signed-off-by: Russell Bryant Thanks Russell! s/its/it's/ here: > +You should start by upgrading ovn-controller on each host its running on. Acked-by: Ben Pfaff

Re: [ovs-dev] [urgent] is there anyway to enable multi-vlan for on vm upon ovs ?

2017-01-23 Thread Ben Pfaff
On Sun, Jan 22, 2017 at 05:18:48PM +0800, xiucai wrote: > hi, > everyone :) > > > in my case, there is one vm for storage sharing, we name it SVM, and > several VMs as testing client. > for historic reasons, i can not modify the network which uses vlan upon > ovs. > > > the

Re: [ovs-dev] [PATCH] doc: Remove tutorials/ovn-basics.

2017-01-23 Thread Ben Pfaff
On Mon, Jan 23, 2017 at 09:02:07AM -0500, Russell Bryant wrote: > On Thu, Jan 19, 2017 at 6:01 PM, Ben Pfaff wrote: > > > On Thu, Jan 19, 2017 at 02:17:09PM -0500, Russell Bryant wrote: > > > The only thing worse than a lack of documentation is incorrect or > > > out-of-date

[ovs-dev] OVS - ODL Sync on OF Bundle in 1.3

2017-01-23 Thread Jan Scheurich
Rescheduled to Wednesday due to unavailability of key participants. @Jarno: As you are the OVS brain behind bundles. Do you have the chance to join for a short time to discuss some details regarding OF 1.3 bundle implementation? Hi Jarno, OpenDaylight folks are finally starting to implement

[ovs-dev] Disney - Éxito en los Negocios

2017-01-23 Thread Planifique la Capacitación de su Equipo
Estimado Cliente: Le hacemos llegar el programa de capacitación correspondiente al mes de Febrero del ao en curso. - Auditorías para la adquisición de empresas: Due Diligence - 2 de Febrero - Matemáticas Financieras y Evaluación de Proyectos de Inversión - 3 de Febrero - Habilidades de

Re: [ovs-dev] [BUG] ovs-ofctl version 2.5.0 will crash with OFPFMFC_BAD_COMMAND

2017-01-23 Thread Vidyasagara Guntaka via dev
Hi Ben, We could reproduce this with the latest version 2.6.1. When we compiled the code, we removed -O2 from CFLAGS. This seems to make it happen more frequently. With the following script running, the error starts happening within a few seconds and then continues to happen after every few

Re: [ovs-dev] OVS - ODL Sync on OF Bundle in 1.3

2017-01-23 Thread Jan Scheurich
Hi, A local dial-in number for Slovakia participants can be found under the link “Find a local number”: Slovak Republic ‪+421249499488‬‪ English (United States)‬ BR, Jan -Original Appointment- From: Jan Scheurich Sent: Wednesday, 18 January, 2017 16:23

Re: [ovs-dev] OVS - ODL Sync on OF Bundle in 1.3

2017-01-23 Thread Abhijit Kumbhare
Thanks. I just found that and was going to respond about that. _ From: Jan Scheurich Sent: Monday, January 23, 2017 7:31 AM To: Abhijit Kumbhare ; Zoltán Balogh ; László Sürü

Re: [ovs-dev] [PATCH] datapath: internal-dev: Disable rtnl_link_ops register under linux < 3.17

2017-01-23 Thread Markos Chandras
Hi, On 12/14/2016 03:44 AM, Zhang Dongya wrote: > From: "fortitude.zhang" > > Under linux < 3.17, b0ab2fabb5b91da99c189db02e91ae10bc8355c5 is not > introduced, > which allow internal-dev created by openvswitch datapath deleted by using rtnl > interface, this causes

Re: [ovs-dev] [PATCH 1/2] ovn: Document upgrade procedure.

2017-01-23 Thread Russell Bryant
Oops, I forgot to follow up on this ... On Thu, Dec 22, 2016 at 12:21 AM, Ben Pfaff wrote: > On Wed, Dec 21, 2016 at 10:56:35PM -0500, Russell Bryant wrote: > > On Wed, Dec 21, 2016 at 5:06 PM, Ben Pfaff wrote: > > > > > On Wed, Dec 07, 2016 at 02:28:13PM -0500,

[ovs-dev] [PATCH v2] ovn: Document upgrade procedure.

2017-01-23 Thread Russell Bryant
Signed-off-by: Russell Bryant --- Documentation/automake.mk| 1 + Documentation/intro/install/index.rst| 8 +++ Documentation/intro/install/ovn-upgrades.rst | 87 3 files changed, 96 insertions(+) create mode 100644

Re: [ovs-dev] [PATCH] doc: Remove tutorials/ovn-basics.

2017-01-23 Thread Russell Bryant
On Thu, Jan 19, 2017 at 6:01 PM, Ben Pfaff wrote: > On Thu, Jan 19, 2017 at 02:17:09PM -0500, Russell Bryant wrote: > > The only thing worse than a lack of documentation is incorrect or > > out-of-date documentation. Over time, this document has not kept up with > > the pace of

[ovs-dev] please view Attachment For You Payment

2017-01-23 Thread British CFP Office
___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev