Re: [ovs-dev] Quick question on Linux expo 2017

2017-02-15 Thread Ilan Rabinovitch
SCALE does not under any circumstances sell or share our attendee lists. I'm quite confident this is a scam. The only way for attendee data to reach 3rd parties is for attendees to individually allow exhibitors to scan the QR code on their badge. On Feb 15, 2017 11:02 PM, "Valentine Sinitsyn"

Re: [ovs-dev] Quick question on Linux expo 2017

2017-02-15 Thread Valentine Sinitsyn
On 16.02.2017 11:52, Russell Bryant wrote: On Thu, Feb 16, 2017 at 12:53 AM, Valentine Sinitsyn > wrote: Hi all, I feel strange about replying to seemingly spam emails, but is it the same Southern California Linux

Re: [ovs-dev] Quick question on Linux expo 2017

2017-02-15 Thread Russell Bryant
On Thu, Feb 16, 2017 at 12:53 AM, Valentine Sinitsyn < valentine.sinit...@gmail.com> wrote: > Hi all, > > I feel strange about replying to seemingly spam emails, but is it the same > Southern California Linux Expo as in [1]? > Yes, I believe this was spam. -- Russell Bryant

Re: [ovs-dev] Quick question on Linux expo 2017

2017-02-15 Thread Valentine Sinitsyn
Hi all, I feel strange about replying to seemingly spam emails, but is it the same Southern California Linux Expo as in [1]? If so, isn't it a brute violation of the Terms and Conditions [2], quoted below? Privacy Policy The Linux Expo of Southern California gathers personal information

[ovs-dev] [PATCH 8/8] datapath: handle NF_REPEAT from nf_conntrack_in()

2017-02-15 Thread Jarno Rajahalme
From: Pablo Neira Ayuso Upstream commit: commit 08733a0cb7decce40bbbd0331a0449465f13c444 Author: Pablo Neira Ayuso Date: Thu Nov 3 10:56:43 2016 +0100 netfilter: handle NF_REPEAT from nf_conntrack_in() NF_REPEAT is only needed

[ovs-dev] [PATCH 6/8] datapath: remove unnecessary EXPORT_SYMBOLs

2017-02-15 Thread Jarno Rajahalme
From: Jiri Benc Upstream commit: commit 76e4cc7731a1e0c07e202999b9834f9d9be66de4 Author: Jiri Benc Date: Wed Oct 19 11:26:37 2016 +0200 openvswitch: remove unnecessary EXPORT_SYMBOLs Some symbols exported to other modules are really

[ovs-dev] [PATCH 7/8] datapath: use core MTU range checking in core net infra

2017-02-15 Thread Jarno Rajahalme
From: Jarod Wilson Upstream commit: commit 61e84623ace35ce48975e8f90bbbac7557c43d61 Author: Jarod Wilson Date: Fri Oct 7 22:04:33 2016 -0400 net: centralize net_device min/max MTU checking While looking into an MTU issue with sfc, I

[ovs-dev] [PATCH 5/8] datapath: remove unused functions

2017-02-15 Thread Jarno Rajahalme
From: Jiri Benc Upstream commit: commit f33eb0cf9984f79e8643eaac888e4b6a06a8e221 Author: Jiri Benc Date: Wed Oct 19 11:26:36 2016 +0200 openvswitch: remove unused functions ovs_vport_deferred_free is not used anywhere. It's the only

[ovs-dev] [PATCH 4/8] datapath: avoid resetting flow key while installing new flow.

2017-02-15 Thread Jarno Rajahalme
From: pravin shelar Upstream commit: commit 2279994d07ab67ff7a1d09bfbd65588332dfb6d8 Author: pravin shelar Date: Mon Sep 19 13:51:00 2016 -0700 openvswitch: avoid resetting flow key while installing new flow. since commit commit

[ovs-dev] [PATCH 3/8] datapath: Fix Frame-size larger than 1024 bytes warning.

2017-02-15 Thread Jarno Rajahalme
From: pravin shelar Upstream commit: commit 190aa3e77880a05332ea1ccb382a51285d57adb5 Author: pravin shelar Date: Mon Sep 19 13:50:59 2016 -0700 openvswitch: Fix Frame-size larger than 1024 bytes warning. There is no need to declare

[ovs-dev] [PATCH 2/8] datapath: use percpu flow stats

2017-02-15 Thread Jarno Rajahalme
From: Thadeu Lima de Souza Cascardo Upstream commit: commit db74a3335e0f645e3139c80bcfc90feb01d8e304 Author: Thadeu Lima de Souza Cascardo Date: Thu Sep 15 19:11:53 2016 -0300 openvswitch: use percpu flow stats Instead of using

[ovs-dev] [PATCH 0/8] Upstream Linux kernel datapath backports.

2017-02-15 Thread Jarno Rajahalme
Many contributors are currently working on backporting upstream Linux kernel datapath changes to the OVS tree kernel datapath. This series addresses apparent gaps in this work as follows: In this series: 08733a0 netfilter: handle NF_REPEAT from nf_conntrack_in() Already applied: 56989f6

[ovs-dev] [PATCH 1/8] datapath: fix flow stats accounting when node 0 is not possible

2017-02-15 Thread Jarno Rajahalme
From: Thadeu Lima de Souza Cascardo Upstream commit: commit 40773966ccf1985a1b2bb570a03cbeaf1cbd4e00 Author: Thadeu Lima de Souza Cascardo Date: Thu Sep 15 19:11:52 2016 -0300 openvswitch: fix flow stats accounting when node 0 is not

[ovs-dev] [PATCH v2] ofproto/bond: Drop traffic in balance-tcp mode without lacp.

2017-02-15 Thread nickcooper-zhangtonghao
The balance-tcp mode requires the upstream switch to support 802.3ad with successful LACP negotiation. When bond ports are configured to balance-tcp mode without lacp or lacp is disabled, drop the traffic. Signed-off-by: nickcooper-zhangtonghao --- ofproto/bond.c | 4

Re: [ovs-dev] [PATCH branch-2.7 1/1] datapath: maintain correct checksum state in conntrack actions.

2017-02-15 Thread Joe Stringer
On 10 February 2017 at 15:11, Joe Stringer wrote: > On 9 February 2017 at 04:57, Lance Richardson wrote: >>> From: "Joe Stringer" >>> To: d...@openvswitch.org >>> Cc: "Lance Richardson" >>> Sent: Wednesday, February 8, 2017

Re: [ovs-dev] [PATCH] doc: Describe backporting process.

2017-02-15 Thread Joe Stringer
On 15 February 2017 at 15:17, Jarno Rajahalme wrote: > Thanks for writing this up - makes my life a little bit easier :-) > > Acked-by: Jarno Rajahalme That's the plan :-) Thanks, I'll let this sit on the mailinglist for a few days before pushing in case anyone

Re: [ovs-dev] [PATCH] doc: Describe backporting process.

2017-02-15 Thread Jarno Rajahalme
Thanks for writing this up - makes my life a little bit easier :-) Acked-by: Jarno Rajahalme > On Feb 15, 2017, at 3:05 PM, Joe Stringer wrote: > > This patch documents the backporting process, and provides a walkthrough > for developers who would like to backport

[ovs-dev] [PATCH] doc: Describe backporting process.

2017-02-15 Thread Joe Stringer
This patch documents the backporting process, and provides a walkthrough for developers who would like to backport upstream Linux patches into the Open vSwitch tree. Nothing in this documentation should be surprising or new; it merely puts the existing process into words. Signed-off-by: Joe

Re: [ovs-dev] [PATCH] vswitchd: Move config_ofproto_types call before bridge_add_port

2017-02-15 Thread Daniele Di Proietto
2017-02-15 10:02 GMT-08:00 Shashank Ram : > Currently, the call to config_ofproto_types() happens at the end > of bridge_reconfigure(), after missing ofprotos and ports are created. > However, it might be usefull to make this call before adding missing > ports through the dpif

Re: [ovs-dev] Memory pool issue on delete and re-add of DPDK ports with jumbo MTU >1894

2017-02-15 Thread Stokes, Ian
> Hi, > > WIth OVS + DPDK, after i add a port with MTU size greater than >1894, if i > do port delete and re-add the port with same MTU, it leads to following > memory pool error and MTU is set to 1500. > While re-adding the port it the MTU is configured less than 1894, issue is > not seen. To

[ovs-dev] Peeled Vannamei India

2017-02-15 Thread Bonesca - Jona
  [ View in browser ]( http://r.newsletter.bonescamail.nl/nru6r2hqoatrf.html )    [ ]( http://r.newsletter.bonescamail.nl/2n3cr09ylaoatrd.html )     ARRIVAL 20 - 02 - 2017   PEELED VANNAMEI SHRIMPS 10 X 1 KILO / 700 GRS NET WEIGHT   13/15 € 10.50 / Kg 16/20 € 8.95 / Kg 21/25 € 7.95 / Kg

Re: [ovs-dev] [PATCH 2/4] ofproto/bond: Drop traffic in balance-tcp mode without lacp.

2017-02-15 Thread Andy Zhou
On Tue, Feb 14, 2017 at 11:45 PM, nickcooper-zhangtonghao wrote: > > On Feb 15, 2017, at 11:51 AM, Andy Zhou wrote: > > On Mon, Feb 13, 2017 at 10:52 PM, nickcooper-zhangtonghao > wrote: > > The balance-tcp mode requires the upstream

Re: [ovs-dev] [PATCH 4/4] doc: Updates bonding.rst because of api changed.

2017-02-15 Thread Andy Zhou
On Mon, Feb 13, 2017 at 10:52 PM, nickcooper-zhangtonghao wrote: > Signed-off-by: nickcooper-zhangtonghao Thansk, pushed to master. ___ dev mailing list d...@openvswitch.org

Re: [ovs-dev] [PATCH 1/4] ofproto/bond: Validate active-slave mac.

2017-02-15 Thread Andy Zhou
On Tue, Feb 14, 2017 at 7:48 PM, Andy Zhou wrote: > On Mon, Feb 13, 2017 at 10:52 PM, nickcooper-zhangtonghao > wrote: >> That the mac of active-slave is invalid(e.g. 00:00:00:00:00:00) >> is incidental. The reason is described as below. >> >> In the

Re: [ovs-dev] [PATCH] ovn-northd ipam: handle the static MAC updates by the user

2017-02-15 Thread Russell Bryant
On Mon, Feb 13, 2017 at 2:13 AM, wrote: > From: Numan Siddique > > Changing the logical port's address from "MAC1 dynamic" > to "MAC2 dynamic" is not handled by ovn-northd. This patch > fixes this issue. > > Reported-at:

[ovs-dev] [PATCH] vswitchd: Move config_ofproto_types call before bridge_add_port

2017-02-15 Thread Shashank Ram
Currently, the call to config_ofproto_types() happens at the end of bridge_reconfigure(), after missing ofprotos and ports are created. However, it might be usefull to make this call before adding missing ports through the dpif interface. With the current use case (dpif-netdev), this will save us

Re: [ovs-dev] [DPDK:patch_v5 0/8] Userspace Datapath: Introduce NAT support.

2017-02-15 Thread Flavio Leitner
On Wed, Feb 08, 2017 at 12:17:53AM -0800, Darrell Ball wrote: > This patch series introduces NAT support for the userspace datapath. Thanks a lot for this work, nice. I did a quick look at the patches and provided feedback on the easier ones, but I plan to go over the long ones too. > The per

[ovs-dev] The vRAN (Virtualized Radio Access Network) Ecosystem: 2017 – 2030

2017-02-15 Thread James Bennett
The vRAN (Virtualized Radio Access Network) Ecosystem: 2017 – 2030 – Opportunities, Challenges, Strategies & Forecasts​ Report Information Release Year: 2017 Number of Pages: 220 Number of Figures: 86 Report Overview vRAN (Virtualized Radio Access Network) refers to a RAN (Radio Access

Re: [ovs-dev] [DPDK:patch_v5 8/8] Update NEWS for userspace datapath NAT

2017-02-15 Thread Flavio Leitner
On Wed, Feb 08, 2017 at 12:18:01AM -0800, Darrell Ball wrote: > Signed-off-by: Darrell Ball That's an important one, but I think you missed the table in Documentation/faq/releases.rst Feature Linux upstream Linux OVS tree Userspace Hyper-V

Re: [ovs-dev] [DPDK:patch_v5 7/8] Enable NAT tests for userspace datapath.

2017-02-15 Thread Flavio Leitner
On Wed, Feb 08, 2017 at 12:18:00AM -0800, Darrell Ball wrote: > Signed-off-by: Darrell Ball > --- Acked-by: Flavio Leitner ___ dev mailing list d...@openvswitch.org

Re: [ovs-dev] [DPDK:patch_v5 6/8] Add missing CHECK_CONNTRACK_ALG guards.

2017-02-15 Thread Flavio Leitner
On Wed, Feb 08, 2017 at 12:17:59AM -0800, Darrell Ball wrote: > Signed-off-by: Darrell Ball Same as for the other patch, these are bugfixes uncovered by the NAT support, so it could be applied regardless of NAT. No big deal, just trying to reduce the patchset. :) Looks good

Re: [ovs-dev] [DPDK:patch_v5 5/8] Enhance V6 NAT test.

2017-02-15 Thread Flavio Leitner
On Wed, Feb 08, 2017 at 12:17:58AM -0800, Darrell Ball wrote: > Signed-off-by: Darrell Ball > --- This is an interesting improvement but not much related to the patchset, so maybe if the reviews are okay it can be individually applied. Acked-by: Flavio Leitner

Re: [ovs-dev] [DPDK:patch_v5 3/8] Remove batch sorting in userspace conntrack.

2017-02-15 Thread Flavio Leitner
On Wed, Feb 08, 2017 at 12:17:56AM -0800, Darrell Ball wrote: > Signed-off-by: Darrell Ball I miss a comment to why this patch is needed. Thanks Flavio > --- > lib/conntrack.c | 49 ++--- > 1 file changed, 10 insertions(+), 39

Re: [ovs-dev] [DPDK:patch_v5 1/8] Export packet_set_ipv6_addr() for DPDK.

2017-02-15 Thread Flavio Leitner
On Wed, Feb 08, 2017 at 12:17:54AM -0800, Darrell Ball wrote: > Signed-off-by: Darrell Ball > --- IPv4 version is exported already (for another reason) and both are needed by nat_packet() in a later patch. Acked-by: Flavio Leitner

Re: [ovs-dev] [PATCH] netdev-dpdk: Add support for DPDK 17.02

2017-02-15 Thread Kevin Traynor
On 02/15/2017 11:11 AM, Ciara Loftus wrote: > This commit announces support for DPDK 17.02. Compatibility with DPDK > v16.11 is not broken yet thanks to no code changes being needed for the > upgrade. What is the benefit of moving from v16.11? and is there any performance improvement/regression?

[ovs-dev] (重要邮件)必看

2017-02-15 Thread Sericve
Hi :d...@openvswitch.org! 账户将被锁定,由于未能重新验证并确认所有权. 请现在点此来验证! 未能验证则暂时邮箱服务 NOTE: 这是在目的进行了一次用户认证,以提供更安全 的平台,并关闭在垃圾邮件的目的和其他欺诈活动创建的机器人或恶意用户. (C)2016。 版权所有. NMLSR ID 399801 ___ dev mailing list d...@openvswitch.org

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

2017-02-15 Thread Kevin Traynor
On 02/14/2017 11:46 AM, Ciara Loftus wrote: > Unconditional insertion of EMC entries results in EMC thrashing at high > numbers of parallel flows. When this occurs, the performance of the EMC > often falls below that of the dpcls classifier, rendering the EMC > practically useless. > > Instead of

[ovs-dev] Cómo Vender con Éxito + 11 temas

2017-02-15 Thread Secretos de las Ventas Telefónicas
Nos gustaría hacerle una grata invitación a adquirir nuestra Póliza de Capacitación Indispensable para los Responsables de Ventas. No deje pasar la oportunidad de poner esta exclusiva colección a trabajar en benecio de su empresa y sus equipos de trabajo… Consulte la programación y compruebe

[ovs-dev] Memory pool issue on delete and re-add of DPDK ports with jumbo MTU >1894

2017-02-15 Thread Kapil Adhikesavalu
Hi, WIth OVS + DPDK, after i add a port with MTU size greater than >1894, if i do port delete and re-add the port with same MTU, it leads to following memory pool error and MTU is set to 1500. While re-adding the port it the MTU is configured less than 1894, issue is not seen. To recover, i need

Re: [ovs-dev] [PATCH] netdev-dpdk: Add support for DPDK 17.02

2017-02-15 Thread Aaron Conole
Ciara Loftus writes: > This commit announces support for DPDK 17.02. Compatibility with DPDK > v16.11 is not broken yet thanks to no code changes being needed for the > upgrade. > > Signed-off-by: Ciara Loftus > --- Is it possible to make this

Re: [ovs-dev] [PATCH ovs V3 12/25] dpif-netlink: Use netdev flow put api to insert a flow

2017-02-15 Thread Roi Dayan
On 14/02/2017 01:55, Chandran, Sugesh wrote: Regards _Sugesh -Original Message- From: Roi Dayan [mailto:r...@mellanox.com] Sent: Wednesday, February 8, 2017 3:29 PM To: d...@openvswitch.org Cc: Paul Blakey ; Or Gerlitz ; Hadar Hen Zion

Re: [ovs-dev] [PATCH ovs V3 12/25] dpif-netlink: Use netdev flow put api to insert a flow

2017-02-15 Thread Roi Dayan
On 14/02/2017 17:54, Simon Horman wrote: On Wed, Feb 08, 2017 at 05:29:25PM +0200, Roi Dayan wrote: From: Paul Blakey Using the new netdev flow api operate will now try and offload flows to the relevant netdev of the input port. Other operate methods flows will come in

Re: [ovs-dev] [PATCH ovs V3 23/25] dpctl: Add an option to dump only certain kinds of flows

2017-02-15 Thread Roi Dayan
On 14/02/2017 17:55, Simon Horman wrote: On Wed, Feb 08, 2017 at 05:29:36PM +0200, Roi Dayan wrote: From: Paul Blakey Usage: # to dump all datapath flows (default): ovs-dpctl dump-flows # to dump only flows that in kernel datapath: ovs-dpctl dump-flows

Re: [ovs-dev] [PATCH ovs V3 14/25] netdev-tc-offloads: Implement netdev flow put using tc interface

2017-02-15 Thread Roi Dayan
On 14/02/2017 01:56, Chandran, Sugesh wrote: Regards _Sugesh -Original Message- From: Roi Dayan [mailto:r...@mellanox.com] Sent: Wednesday, February 8, 2017 3:29 PM To: d...@openvswitch.org Cc: Paul Blakey ; Or Gerlitz ; Hadar Hen Zion

Re: [ovs-dev] [PATCH ovs V3 05/25] other-config: Add tc-policy switch to control tc flower flag

2017-02-15 Thread Roi Dayan
On 15/02/2017 13:16, Chandran, Sugesh wrote: Regards _Sugesh -Original Message- From: Roi Dayan [mailto:r...@mellanox.com] Sent: Wednesday, February 15, 2017 7:42 AM To: Chandran, Sugesh ; d...@openvswitch.org Cc: r...@mellanox.com; Paul Blakey

Re: [ovs-dev] [PATCH ovs V3 13/25] netdev-tc-offloads: Add flower mask to priority map

2017-02-15 Thread Roi Dayan
On 14/02/2017 01:55, Chandran, Sugesh wrote: Regards _Sugesh -Original Message- From: Roi Dayan [mailto:r...@mellanox.com] Sent: Wednesday, February 8, 2017 3:29 PM To: d...@openvswitch.org Cc: Paul Blakey ; Or Gerlitz ; Hadar Hen Zion

Re: [ovs-dev] [PATCH ovs V3 10/25] netdev-tc-offloads: Add ufid to tc/netdev map

2017-02-15 Thread Chandran, Sugesh
Regards _Sugesh > -Original Message- > From: Roi Dayan [mailto:r...@mellanox.com] > Sent: Wednesday, February 15, 2017 9:25 AM > To: Chandran, Sugesh ; d...@openvswitch.org > Cc: r...@mellanox.com; Paul Blakey ; Or Gerlitz >

Re: [ovs-dev] [PATCH ovs V3 05/25] other-config: Add tc-policy switch to control tc flower flag

2017-02-15 Thread Chandran, Sugesh
Regards _Sugesh > -Original Message- > From: Roi Dayan [mailto:r...@mellanox.com] > Sent: Wednesday, February 15, 2017 7:42 AM > To: Chandran, Sugesh ; d...@openvswitch.org > Cc: r...@mellanox.com; Paul Blakey ; Or Gerlitz >

Re: [ovs-dev] [PATCH ovs V3 04/25] other-config: Add hw-offload switch to control netdev flow offloading

2017-02-15 Thread Chandran, Sugesh
Regards _Sugesh > -Original Message- > From: Roi Dayan [mailto:r...@mellanox.com] > Sent: Wednesday, February 15, 2017 7:30 AM > To: Chandran, Sugesh ; d...@openvswitch.org > Cc: r...@mellanox.com; Paul Blakey ; Or Gerlitz >

Re: [ovs-dev] [PATCH ovs V3 03/25] netdev: Adding a new netdev api to be used for offloading flows

2017-02-15 Thread Chandran, Sugesh
Regards _Sugesh > -Original Message- > From: Roi Dayan [mailto:r...@mellanox.com] > Sent: Wednesday, February 15, 2017 7:16 AM > To: Chandran, Sugesh ; d...@openvswitch.org > Cc: r...@mellanox.com; Paul Blakey ; Or Gerlitz >

[ovs-dev] Please open attachment and respond for your Winner

2017-02-15 Thread rose marshall
Please open attachment and respond for your Winner ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

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

2017-02-15 Thread 张东亚
I am almost forgeting this patch :( I do not think it's easy to check upstream commit because the change does not like add a field to a struct. And I think if we add the dellink support, we must detach the vport from the datapath because that's the reason which make the vport hash bucket list

Re: [ovs-dev] [PATCH ovs V3 10/25] netdev-tc-offloads: Add ufid to tc/netdev map

2017-02-15 Thread Roi Dayan
On 14/02/2017 01:54, Chandran, Sugesh wrote: Regards _Sugesh -Original Message- From: Roi Dayan [mailto:r...@mellanox.com] Sent: Wednesday, February 8, 2017 3:29 PM To: d...@openvswitch.org Cc: Paul Blakey ; Or Gerlitz ; Hadar Hen Zion

Re: [ovs-dev] [PATCH ovs V3 07/25] dpif-netlink: Flush added ports using netdev flow api

2017-02-15 Thread Roi Dayan
On 14/02/2017 17:53, Simon Horman wrote: On Wed, Feb 08, 2017 at 05:29:20PM +0200, Roi Dayan wrote: From: Paul Blakey If netdev flow offloading is enabled, flush all added ports using netdev flow api. Signed-off-by: Paul Blakey Reviewed-by: Roi

Re: [ovs-dev] [PATCH ovs V3 06/25] dpif: Save added ports in a port map for netdev flow api use

2017-02-15 Thread Roi Dayan
On 14/02/2017 17:52, Simon Horman wrote: On Wed, Feb 08, 2017 at 05:29:19PM +0200, Roi Dayan wrote: From: Paul Blakey To use netdev flow offloading api, dpifs needs to iterate over added ports. This addition inserts the added dpif ports in a hash map, The map will also

Re: [ovs-dev] [PATCH 3/4] ofproto/bond: balance-slb mode fallbacks to active-backup mode.

2017-02-15 Thread nickcooper-zhangtonghao
> On Feb 15, 2017, at 12:01 PM, Andy Zhou wrote: > > On Mon, Feb 13, 2017 at 10:52 PM, nickcooper-zhangtonghao > > wrote: >> lacp-fallback-ab determines the behavior of OvS bond in LACP mode. >> If the partner switch does not