[ovs-dev] [PATCH v3] docs: directly convert dot diagrams into eps for generating PDF

2015-02-03 Thread Shu Shen
The previous workflow is to convert dot diagrams into .pic format and embed into manpages; double borders and arrows were not used in dot but introduced in .pic conversion; edge routing in .pic was also worse than dot. The updated workflow specifies directly in dot diagram double boarders for "roo

Re: [ovs-dev] [ovs-discuss] Open vSwitch STT support

2015-02-03 Thread Vasiliy Tolstov
2015-02-03 22:27 GMT+03:00 Pravin Shelar : > I do not have any plans of pushing STT to upstream kernel. I do not > think increased STT usage will help us getting STT upstream in future. > STT is useful tunneling protocol regardless of whether it is upstream > or not and that is motivation of mergi

[ovs-dev] [PATCH v2] ofproto: add support of OFPR_ACTION_SET as packet-in reason for OF1.4+

2015-02-03 Thread Shu Shen
This patch adds support for OFPR_ACTION_SET as the packet-in reason when a Packet-In message is triggered by an output action within an action-set. By default reason code OFPR_ACTION_SET is enabled for async messages when Openflow 1.4+ is used. A test case is included. Signed-off-by: Shu Shen ---

Re: [ovs-dev] [ovs-discuss] Open vSwitch STT support

2015-02-03 Thread John Xiao
Thanks Jesse. Sorry I misunderstood that. On Wed, Feb 4, 2015 at 12:18 PM, Jesse Gross wrote: > I think he just meant the pieces to configure the kernel implementation. > > Realistically, nobody on this list is going to be able to give you a > legal opinion. You should talk to a lawyer to determi

Re: [ovs-dev] [ovs-discuss] Open vSwitch STT support

2015-02-03 Thread Jesse Gross
I think he just meant the pieces to configure the kernel implementation. Realistically, nobody on this list is going to be able to give you a legal opinion. You should talk to a lawyer to determine your rights as far as patents go. On Tue, Feb 3, 2015 at 8:11 PM, John Xiao wrote: > Thanks Jesse!

Re: [ovs-dev] [ovs-discuss] Open vSwitch STT support

2015-02-03 Thread John Xiao
Thanks Jesse! That's true that there is no such patch yet. Pravin just mentioned "I will send out OVS userspace patch on ovs-dev mailing list." in http://marc.info/?l=linux-netdev&m=142257416618642&w=2 On Wed, Feb 4, 2015 at 11:50 AM, Jesse Gross wrote: > Userspace code is generally licensed und

Re: [ovs-dev] [ovs-discuss] Open vSwitch STT support

2015-02-03 Thread Jesse Gross
Userspace code is generally licensed under Apache 2 but I don't think anyone has proposed such patches to date. On Tue, Feb 3, 2015 at 6:07 PM, John Xiao wrote: > Thanks Ben! > > For user space tunneling patches, I guess they will be under Apache > License 2 which also means the patent licenses w

[ovs-dev] (no subject)

2015-02-03 Thread mary yak
-- Kontakt über E-Mail-für sichern und ungesichert Darlehen. leihen Menge aus 5.000€ zu Maximum Menge von 5000.000€. Kontakt über E-Mail. guptasur...@qq.com ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] (no subject)

2015-02-03 Thread mary yak
-- Kontakt über E-Mail-für sichern und ungesichert Darlehen. leihen Menge aus 5.000€ zu Maximum Menge von 5000.000€. Kontakt über E-Mail. guptasur...@qq.com ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [ovs-discuss] Open vSwitch STT support

2015-02-03 Thread John Xiao
Thanks Ben! For user space tunneling patches, I guess they will be under Apache License 2 which also means the patent licenses will be granted by the patches distributor/patent holder (i.e. Nicira). On Wed, Feb 4, 2015 at 12:45 AM, Ben Pfaff wrote: > On Tue, Feb 03, 2015 at 12:12:41PM +0800, Joh

Re: [ovs-dev] [PATCH-V2] ovs-dpctl: Do not report pmd info for 'dpif-netlink' datapath.

2015-02-03 Thread Alex Wang
Thx very much for the review, applied to master, On Tue, Feb 3, 2015 at 5:16 PM, Ben Pfaff wrote: > On Tue, Feb 03, 2015 at 04:39:19PM -0800, Alex Wang wrote: > > In 'ovs-dpctl dump-flows' output, we should only report the pmd > > related info for 'dpif-netdev' datapath. However, current > > im

Re: [ovs-dev] [PATCH 07/13] datapath: Support VXLAN Group Policy extension

2015-02-03 Thread Jesse Gross
On Tue, Feb 3, 2015 at 3:18 PM, Jesse Gross wrote: > On Tue, Feb 3, 2015 at 2:33 PM, Thomas Graf wrote: >> On 02/03/15 at 02:25pm, Pravin Shelar wrote: >>> I agree port will continue to accept non GBP frames but sets >>> TUNNEL_VXLAN_OPT which is odd. Since it is checking extension for the >>> vp

Re: [ovs-dev] [PATCH] ovs-command-completion: Complete on file path by default.

2015-02-03 Thread Alex Wang
On Tue, Feb 3, 2015 at 8:50 AM, Ben Pfaff wrote: > Acked-by: Ben Pfaff > Thanks, I manually tested it, Will keep using it and respond to any future comment, For now, applied to master, Thanks, Alex Wang, ___ dev mailing list dev@openvswitch.org htt

[ovs-dev] [PATCH] netdev-dpdk: Allow changing NON_PMD_CORE_ID for testing purpose.

2015-02-03 Thread Alex Wang
For testing purpose, developers may want to change the NON_PMD_CORE_ID and use a different core for non-pmd threads. Since the netdev-dpdk module is hard-coded to assert the non-pmd threads using core 0, such change will cause abortion of OVS. This commit fixes the assertion and allows changing N

Re: [ovs-dev] [PATCH] ofproto: add support of OFPR_ACTION_SET as packet-in reason for OF1.4+

2015-02-03 Thread Shu Shen
> On Feb 3, 2015, at 3:39 PM, Ben Pfaff wrote: > >> On Mon, Feb 02, 2015 at 04:18:19PM -0800, Shu Shen wrote: >> This patch adds support for OFPR_ACTION_SET as the packet-in reason when >> a Packet-In message is triggered by an output action within an >> action-set. By default reason code OFPR_A

Re: [ovs-dev] [PATCH v2] docs: directly convert dot diagrams into eps for generating PDF

2015-02-03 Thread Shu Shen
Let me think about it - seems there is a need to separate the eps files from install-man target. It's really the dist-docs scripts that needs the eps files. Shu > On Feb 3, 2015, at 3:52 PM, Ben Pfaff wrote: > >> On Fri, Jan 30, 2015 at 04:02:40PM -0800, Shu Shen wrote: >> The previous workflo

Re: [ovs-dev] [PATCH/RFC v2 1/8] Documentation: Add documentation of group selection method property

2015-02-03 Thread Ben Pfaff
On Tue, Feb 3, 2015 at 5:23 PM, Simon Horman wrote: > On Tue, Feb 03, 2015 at 05:15:01PM -0800, Ben Pfaff wrote: >> On Wed, Feb 04, 2015 at 10:01:53AM +0900, Simon Horman wrote: >> > On Tue, Feb 03, 2015 at 03:41:04PM -0800, Ben Pfaff wrote: >> > > On Fri, Jan 30, 2015 at 11:41:49AM +0900, Simon H

Re: [ovs-dev] [PATCH/RFC v2 1/8] Documentation: Add documentation of group selection method property

2015-02-03 Thread Simon Horman
On Tue, Feb 03, 2015 at 05:15:01PM -0800, Ben Pfaff wrote: > On Wed, Feb 04, 2015 at 10:01:53AM +0900, Simon Horman wrote: > > On Tue, Feb 03, 2015 at 03:41:04PM -0800, Ben Pfaff wrote: > > > On Fri, Jan 30, 2015 at 11:41:49AM +0900, Simon Horman wrote: > > > > Signed-off-by: Simon Horman > > > >

Re: [ovs-dev] [PATCH-V2] ovs-dpctl: Do not report pmd info for 'dpif-netlink' datapath.

2015-02-03 Thread Ben Pfaff
On Tue, Feb 03, 2015 at 04:39:19PM -0800, Alex Wang wrote: > In 'ovs-dpctl dump-flows' output, we should only report the pmd > related info for 'dpif-netdev' datapath. However, current > implementation also reports uninitialized pmd info for > 'dpif-netlink' datapath, which is very confusing to us

Re: [ovs-dev] [PATCH/RFC v2 1/8] Documentation: Add documentation of group selection method property

2015-02-03 Thread Ben Pfaff
On Wed, Feb 04, 2015 at 10:01:53AM +0900, Simon Horman wrote: > On Tue, Feb 03, 2015 at 03:41:04PM -0800, Ben Pfaff wrote: > > On Fri, Jan 30, 2015 at 11:41:49AM +0900, Simon Horman wrote: > > > Signed-off-by: Simon Horman > > > > Thanks, I'm happy with this documentation. > > > > I have a quest

Re: [ovs-dev] [PATCH/RFC v2 1/8] Documentation: Add documentation of group selection method property

2015-02-03 Thread Simon Horman
On Tue, Feb 03, 2015 at 03:41:04PM -0800, Ben Pfaff wrote: > On Fri, Jan 30, 2015 at 11:41:49AM +0900, Simon Horman wrote: > > Signed-off-by: Simon Horman > > Thanks, I'm happy with this documentation. > > I have a question about the abbreviation NMX for Netronome. At first > glance, to me it l

[ovs-dev] [PATCH-V2] ovs-dpctl: Do not report pmd info for 'dpif-netlink' datapath.

2015-02-03 Thread Alex Wang
In 'ovs-dpctl dump-flows' output, we should only report the pmd related info for 'dpif-netdev' datapath. However, current implementation also reports uninitialized pmd info for 'dpif-netlink' datapath, which is very confusing to users. This commit fixes it. Signed-off-by: Alex Wang --- PATCH->

Re: [ovs-dev] [PATCH] ovs-dpctl: Do not report pmd info for 'dpif-netlink' datapath.

2015-02-03 Thread Ben Pfaff
On Tue, Feb 3, 2015 at 4:20 PM, Alex Wang wrote: > > > On Tue, Feb 3, 2015 at 2:55 PM, Ben Pfaff wrote: >> >> On Mon, Feb 02, 2015 at 03:03:32PM -0800, Alex Wang wrote: >> > In 'ovs-dpctl dump-flows' output, we should only report the pmd >> > related info for 'dpif-netdev' datapath. However, cur

Re: [ovs-dev] [PATCH] ovs-dpctl: Do not report pmd info for 'dpif-netlink' datapath.

2015-02-03 Thread Alex Wang
On Tue, Feb 3, 2015 at 2:55 PM, Ben Pfaff wrote: > On Mon, Feb 02, 2015 at 03:03:32PM -0800, Alex Wang wrote: > > In 'ovs-dpctl dump-flows' output, we should only report the pmd > > related info for 'dpif-netdev' datapath. However, current > > implementation also reports uninitialized pmd info f

[ovs-dev] hello

2015-02-03 Thread stella johnson
 Hello dear. I know you maybe wondering how i got your email address, do not be astonish about it,I once came across your mail through internet browsing. and i decide to write you message so that we will get to know each other and become closed friend. Your friend Stella.

Re: [ovs-dev] [PATCH 2/2] mcast-snoop: Add support to control Reports forwarding

2015-02-03 Thread Ben Pfaff
On Tue, Jan 20, 2015 at 10:04:01AM -0200, Flavio Leitner wrote: > The RFC4541 section 2.1.1 item 1 allows the snooping switch > to provide an administrative control to allow Report messages > to be flooded to ports not connected to multicast routers. > > Signed-off-by: Flavio Leitner I'm happy w

Re: [ovs-dev] [PATCH 1/2] mcast_snoop: make mcast_fport_bundle generic

2015-02-03 Thread Ben Pfaff
On Tue, Jan 20, 2015 at 01:20:56PM -0200, Flavio Leitner wrote: > The struct mcast_fport_bundle will be used for ports > forwarding Reports too, so make it generic. > > Signed-off-by: Flavio Leitner I apologize that it has taken me a long time to review this patch. As usual, I have been busy; m

Re: [ovs-dev] [PATCH v2] docs: directly convert dot diagrams into eps for generating PDF

2015-02-03 Thread Ben Pfaff
On Fri, Jan 30, 2015 at 04:02:40PM -0800, Shu Shen wrote: > The previous workflow is to convert dot diagrams into .pic format and > embed into manpages; double borders and arrows were not used in dot but > introduced in .pic conversion; edge routing in .pic was also worse than > dot. > > The updat

Re: [ovs-dev] [PATCH/RFC v2 1/8] Documentation: Add documentation of group selection method property

2015-02-03 Thread Ben Pfaff
On Fri, Jan 30, 2015 at 11:41:49AM +0900, Simon Horman wrote: > Signed-off-by: Simon Horman Thanks, I'm happy with this documentation. I have a question about the abbreviation NMX for Netronome. At first glance, to me it looks like a typo for NXM. Is NMX a commonly used short form of Netronome

Re: [ovs-dev] [PATCH] ofproto: add support of OFPR_ACTION_SET as packet-in reason for OF1.4+

2015-02-03 Thread Ben Pfaff
On Mon, Feb 02, 2015 at 04:18:19PM -0800, Shu Shen wrote: > This patch adds support for OFPR_ACTION_SET as the packet-in reason when > a Packet-In message is triggered by an output action within an > action-set. By default reason code OFPR_ACTION_SET is enabled for async > messages when Openflow 1.

Re: [ovs-dev] [PATCH] ofp-util: Issue error when OFPGC_DELETE command includes buckets.

2015-02-03 Thread Ben Pfaff
On Mon, Feb 02, 2015 at 11:57:55AM +0100, Thomas Graf wrote: > On 01/30/15 at 02:24pm, Ben Pfaff wrote: > > An OFPGC_DELETE command deletes a whole group, including all of its > > buckets, and so it doesn't make sense for the command itself to include any > > specification of buckets. > > > > ONF-

Re: [ovs-dev] [PATCH 13/13] ofproto: Add NXM_NX_TUN_GBP_ID and NXM_NX_TUN_GBP_FLAGS

2015-02-03 Thread Ben Pfaff
On Fri, Jan 30, 2015 at 03:36:43PM +0100, Thomas Graf wrote: > From: Madhu Challa > > Introduces two new NXMs to represent VXLAN-GBP [0] fields. > > actions=load:0x10->NXM_NX_TUN_GBP_ID[],NORMAL > tun_gbp_id=0x10,actions=drop > > This enables existing VXLAN tunnels to carry security label >

Re: [ovs-dev] [PATCH 07/13] datapath: Support VXLAN Group Policy extension

2015-02-03 Thread Jesse Gross
On Tue, Feb 3, 2015 at 2:33 PM, Thomas Graf wrote: > On 02/03/15 at 02:25pm, Pravin Shelar wrote: >> I agree port will continue to accept non GBP frames but sets >> TUNNEL_VXLAN_OPT which is odd. Since it is checking extension for the >> vport. >> Why not set TUNNEL_VXLAN_OPT according to received

Re: [ovs-dev] possible issue about sending BFD packet?

2015-02-03 Thread Alex Wang
Hey, Just repeated your config on my VM setup (two ubuntu 12.04 VMs on same ESX host, eth3 directly linked), ~/alex_dev/openvswitch# ovs-vsctl show a57a8953-c9fd-41c2-9cee-6bc57c2da649 Bridge "breth311" Port "breth311" Interface "breth311" type: internal

Re: [ovs-dev] [PATCH 12/13] tunnel: Provide framework for tunnel extensions for VXLAN-GBP and others

2015-02-03 Thread Ben Pfaff
On Fri, Jan 30, 2015 at 03:36:42PM +0100, Thomas Graf wrote: > Supports a new "exts" field in the tunnel configuration which takes a > comma separated list of enabled extensions. > > The only extension supported so far is GBP but this can be used to > enable RCO and possibly others as soon as the

Re: [ovs-dev] [PATCH] NEWS: Mention group support in version 2.1.

2015-02-03 Thread Ben Pfaff
On Mon, Feb 02, 2015 at 10:54:07AM +0100, Thomas Graf wrote: > On 02/01/15 at 01:50pm, Ben Pfaff wrote: > > Someone asked about support and I realized that we forgot to mention it, > > so do so belatedly. > > > > Signed-off-by: Ben Pfaff > > Acked-by: Thomas Graf Thanks, applied to master. ___

Re: [ovs-dev] [PATCH] ovs-dpctl: Do not report pmd info for 'dpif-netlink' datapath.

2015-02-03 Thread Ben Pfaff
On Mon, Feb 02, 2015 at 03:03:32PM -0800, Alex Wang wrote: > In 'ovs-dpctl dump-flows' output, we should only report the pmd > related info for 'dpif-netdev' datapath. However, current > implementation also reports uninitialized pmd info for > 'dpif-netlink' datapath, which is very confusing to us

Re: [ovs-dev] [PATCH] datapath: update exact match lookup hash value to avoid hash collision

2015-02-03 Thread Andy Zhou
Thanks, pushed to master and branch-2.3 > On Feb 3, 2015, at 2:19 PM, Pravin Shelar wrote: > > On Tue, Feb 3, 2015 at 2:09 PM, Andy Zhou wrote: >> Currently, the exact match cache lookup uses 'skb->hash' as an index. >> In most cases, this value will be the same for pre and post >> recirculatio

Re: [ovs-dev] possible issue about sending BFD packet?

2015-02-03 Thread Sabyasachi Sengupta
OK, here is what I have in one of my boxes (the other box has pretty much the same, except for slightly different mac address for the port/bridge): [sabyasse@sabyasg-lnx-99 sabyasse]$ sudo ovs-vsctl show 2677960f-42ff-42f0-b368-0bfbfa7b923d Bridge "br0" Port "br0" Inter

Re: [ovs-dev] [PATCH 07/13] datapath: Support VXLAN Group Policy extension

2015-02-03 Thread Thomas Graf
On 02/03/15 at 02:25pm, Pravin Shelar wrote: > I agree port will continue to accept non GBP frames but sets > TUNNEL_VXLAN_OPT which is odd. Since it is checking extension for the > vport. > Why not set TUNNEL_VXLAN_OPT according to received packet header/metadata? Good point. I will change it to

Re: [ovs-dev] possible issue about sending BFD packet?

2015-02-03 Thread Alex Wang
Hey, On Tue, Feb 3, 2015 at 2:19 PM, Sabyasachi Sengupta < sabyasachi.sengu...@alcatel-lucent.com> wrote: > > Hi, > > I'm trying to set up BFD between two vlans created on different bridges > running on different hosts. I noticed that unless bfd:bfd_remote_dst_mac is > specified while setting up

Re: [ovs-dev] [PATCH 07/13] datapath: Support VXLAN Group Policy extension

2015-02-03 Thread Pravin Shelar
On Tue, Feb 3, 2015 at 1:18 PM, Thomas Graf wrote: > On 02/03/15 at 10:08am, Pravin Shelar wrote: >> On Fri, Jan 30, 2015 at 6:36 AM, Thomas Graf wrote: >> > + flags = TUNNEL_KEY; >> > + vxlan_port = vxlan_vport(vport); >> > + if (vxlan_port->exts & VXLAN_F_GBP) >> > +

Re: [ovs-dev] [PATCH] datapath: update exact match lookup hash value to avoid hash collision

2015-02-03 Thread Pravin Shelar
On Tue, Feb 3, 2015 at 2:09 PM, Andy Zhou wrote: > Currently, the exact match cache lookup uses 'skb->hash' as an index. > In most cases, this value will be the same for pre and post > recirculation lookup, threshing the exact match cache. This patch > avoid this hash collision by using the rehash

[ovs-dev] possible issue about sending BFD packet?

2015-02-03 Thread Sabyasachi Sengupta
Hi, I'm trying to set up BFD between two vlans created on different bridges running on different hosts. I noticed that unless bfd:bfd_remote_dst_mac is specified while setting up the BFD, the packet never leaves the host switch due to "skipping output to input port". Looking at RFC 5880/5881,

[ovs-dev] [PATCH] datapath: update exact match lookup hash value to avoid hash collision

2015-02-03 Thread Andy Zhou
Currently, the exact match cache lookup uses 'skb->hash' as an index. In most cases, this value will be the same for pre and post recirculation lookup, threshing the exact match cache. This patch avoid this hash collision by using the rehashed value, by mixing in in the 'recirc_id', as the lookup i

Re: [ovs-dev] [PATCH 07/13] datapath: Support VXLAN Group Policy extension

2015-02-03 Thread Thomas Graf
On 02/03/15 at 10:08am, Pravin Shelar wrote: > On Fri, Jan 30, 2015 at 6:36 AM, Thomas Graf wrote: > > + flags = TUNNEL_KEY; > > + vxlan_port = vxlan_vport(vport); > > + if (vxlan_port->exts & VXLAN_F_GBP) > > + flags |= TUNNEL_VXLAN_OPT; > > > This does not allow G

Re: [ovs-dev] [PATCH] datapath-windows: accommodate to UFID changes

2015-02-03 Thread Eitan Eliahu
Alin, looks good only minor thing : +rc = STATUS_SUCCESS Is redundant Thanks, Eitan Acked-by: Eitan Eliahu -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Alin Serdean Sent: Tuesday, February 03, 2015 11:25 AM To: dev@openvswitch.org Subject: [ovs

Re: [ovs-dev] [ovs-discuss] Open vSwitch STT support

2015-02-03 Thread Pravin Shelar
On Tue, Feb 3, 2015 at 10:19 AM, John W. Linville wrote: > On Mon, Feb 02, 2015 at 01:34:07PM -0800, Pravin Shelar wrote: >> On Mon, Feb 2, 2015 at 11:20 AM, John W. Linville >> wrote: >> > On Mon, Feb 02, 2015 at 10:55:25AM -0800, Pravin Shelar wrote: >> >> STT patches were posted on netdev mail

[ovs-dev] [PATCH] datapath-windows: accommodate to UFID changes

2015-02-03 Thread Alin Serdean
Current flow commands: new, set, get, del need to respond with a NETLINK error in the case OVS_FLOW_ATTR_KEY is missing. OVS_FLOW_ATTR_KEY is now an optional attribute. Also add OVS_FLOW_ATTR_UFID attribute to the kernel for further use. Signed-off-by: Alin Gabriel Serdean --- datapath-window

Re: [ovs-dev] [PATCH] ofproto-dpif: Revalidate when sFlow probability changes.

2015-02-03 Thread Ben Pfaff
Thanks! Applied to master and branch-2.[310]. On Mon, Feb 02, 2015 at 12:41:48PM -0800, Jarno Rajahalme wrote: > LGTM, > > Acked-by: Jarno Rajahalme > > On Jan 30, 2015, at 1:36 PM, Ben Pfaff wrote: > > > Until now, when the sFlow selection probability changed, OVS failed to > > immediately

Re: [ovs-dev] [ovs-discuss] Open vSwitch STT support

2015-02-03 Thread Nicholas Bastin
On Tue, Feb 3, 2015 at 12:19 PM, John W. Linville wrote: > Thanks for doing that research for me! :-) You don't see any way to > work with Dave M. around his objections? > It seems to be a philosophical objection, which is likely intractable. > Violating an "upstream first" policy seems like y

Re: [ovs-dev] [ovs-discuss] Open vSwitch STT support

2015-02-03 Thread John W. Linville
On Mon, Feb 02, 2015 at 01:34:07PM -0800, Pravin Shelar wrote: > On Mon, Feb 2, 2015 at 11:20 AM, John W. Linville > wrote: > > On Mon, Feb 02, 2015 at 10:55:25AM -0800, Pravin Shelar wrote: > >> STT patches were posted on netdev mailing list, But it was rejected. > >> As policy datapath patches m

[ovs-dev] [connectibity_seq 2/4] connectivity: Log the call stack of connectivity_seq_change().

2015-02-03 Thread Alex Wang
This commit allows users to log the call stack of connectivity_seq_change(). Signed-off-by: Alex Wang --- lib/connectivity.c | 43 +++ 1 file changed, 43 insertions(+) diff --git a/lib/connectivity.c b/lib/connectivity.c index 59f8a39..639224e 100644 --

Re: [ovs-dev] [PATCH 11/13] datapath: Allow building against 3.19.x

2015-02-03 Thread Pravin Shelar
On Fri, Jan 30, 2015 at 6:36 AM, Thomas Graf wrote: > Signed-off-by: Thomas Graf > --- > FAQ.md | 1 + > NEWS | 2 +- > acinclude.m4 | 4 ++-- > 3 files changed, 4 insertions(+), 3 deletions(-) > > diff --git a/FAQ.md b/FAQ.md > index 02fe2d3..2de4936 100644 > --- a/FAQ.md > +++ b/

[ovs-dev] [connectibity_seq 4/4] tunnel: Coverage count the 'tnl_port' reconfiguration.

2015-02-03 Thread Alex Wang
This commit uses coverage counter to monitor the rate of 'struct tnl_port' reconfiguration. Signed-off-by: Alex Wang --- ofproto/tunnel.c |4 1 file changed, 4 insertions(+) diff --git a/ofproto/tunnel.c b/ofproto/tunnel.c index d079a24..722a5cf 100644 --- a/ofproto/tunnel.c +++ b/ofpr

Re: [ovs-dev] [PATCH 10/13] datapath: Account for "netlink: make nlmsg_end() and genlmsg_end() void"

2015-02-03 Thread Pravin Shelar
On Fri, Jan 30, 2015 at 6:36 AM, Thomas Graf wrote: > genlmsg_end() no longer returns an error value. Not a problem as it > never returned an error code anyway. > > Upstream: 053c09 ("netlink: make nlmsg_end() and genlmsg_end() void") > Signed-off-by: Thomas Graf Acked-by: Pravin B Shelar _

Re: [ovs-dev] [PATCH 09/13] datapath: Account for "genetlink: pass only network namespace to genl_has_listeners()"

2015-02-03 Thread Pravin Shelar
On Fri, Jan 30, 2015 at 6:36 AM, Thomas Graf wrote: > Upstream commit: > genetlink: pass only network namespace to genl_has_listeners() > > There's no point to force the caller to know about the internal > genl_sock to use inside struct net, just have them pass the network > namesp

[ovs-dev] [connectibity_seq 1/4] connectivity: Add wrappers to connectivity related operations.

2015-02-03 Thread Alex Wang
This commit refines the connectivity module by defining wrappers for each related operation. Signed-off-by: Alex Wang --- lib/bfd.c |2 +- lib/cfm.c |2 +- lib/connectivity.c| 45 ++--- lib/connectivity.h

[ovs-dev] [connectibity_seq 3/4] connectivity: Coverage count the connectivity_seq changes.

2015-02-03 Thread Alex Wang
This commit uses coverage counter to monitor the changing rate of connectivity_seq. Signed-off-by: Alex Wang --- lib/connectivity.c |4 1 file changed, 4 insertions(+) diff --git a/lib/connectivity.c b/lib/connectivity.c index 639224e..d8defbc 100644 --- a/lib/connectivity.c +++ b/lib/

Re: [ovs-dev] [PATCH 08/13] datapath: Account for "vxlan: Eliminate dependency on UDP socket in transmit path"

2015-02-03 Thread Pravin Shelar
On Fri, Jan 30, 2015 at 6:36 AM, Thomas Graf wrote: > Excludes VXLAN_F_REMCSUM_TX bits as OVS currently doesn't support it. > > Upstream commit: > vxlan: Eliminate dependency on UDP socket in transmit path > > In the vxlan transmit path there is no need to reference the socket > for a

Re: [ovs-dev] [PATCH 07/13] datapath: Support VXLAN Group Policy extension

2015-02-03 Thread Pravin Shelar
On Fri, Jan 30, 2015 at 6:36 AM, Thomas Graf wrote: > Upstream commit: > openvswitch: Support VXLAN Group Policy extension > > Introduces support for the group policy extension to the VXLAN virtual > port. The extension is disabled by default and only enabled if the user > has prov

Re: [ovs-dev] [PATCH 05/13] datapath: Rename GENEVE_TUN_OPTS() to TUN_METADATA_OPTS()

2015-02-03 Thread Pravin Shelar
On Fri, Jan 30, 2015 at 6:36 AM, Thomas Graf wrote: > Backport of upstream commit: > > openvswitch: Rename GENEVE_TUN_OPTS() to TUN_METADATA_OPTS() > > Also factors out Geneve validation code into a new separate function > validate_and_copy_geneve_opts(). > > A subsequent patch wil

Re: [ovs-dev] [PATCH 06/13] datapath: Allow for any level of nesting in flow attributes

2015-02-03 Thread Pravin Shelar
On Fri, Jan 30, 2015 at 6:36 AM, Thomas Graf wrote: > Upstream commit: > openvswitch: Allow for any level of nesting in flow attributes > > nlattr_set() is currently hardcoded to two levels of nesting. This change > introduces struct ovs_len_tbl to define minimal length requirements pl

Re: [ovs-dev] [PATCH 04/13] datapath: Account for "vxlan: add x-netns support"

2015-02-03 Thread Pravin Shelar
On Fri, Jan 30, 2015 at 6:36 AM, Thomas Graf wrote: > Upstream commit: > vxlan: add x-netns support > > This patch allows to switch the netns when packet is encapsulated or > decapsulated. > The vxlan socket is openned into the i/o netns, ie into the netns where > encapsulated

Re: [ovs-dev] [PATCH 03/13] datapath: Account for "vxlan: Group Policy extension"

2015-02-03 Thread Pravin Shelar
On Fri, Jan 30, 2015 at 6:36 AM, Thomas Graf wrote: > Upstream commit: > vxlan: Group Policy extension > > Implements supports for the Group Policy VXLAN extension [0] to provide > a lightweight and simple security label mechanism across network peers > based on VXLAN. The security

Re: [ovs-dev] [PATCH 02/13] datapath: Account for now exposed VXLAN definitions

2015-02-03 Thread Pravin Shelar
On Fri, Jan 30, 2015 at 6:36 AM, Thomas Graf wrote: > This brings the compat version of vxlan_udp_encap_recv() and > vxlan_xmit_skb() in line with upstream commit: > > commit 3bf3947526c1053ddf2523f261395d682718f56c > Author: Tom Herbert > Date: Thu Jan 8 12:31:18 2015 -

Re: [ovs-dev] [PATCH 01/13] datapath: Account for "rename vlan_tx_* helpers since "tx" is misleading there"

2015-02-03 Thread Pravin Shelar
On Fri, Jan 30, 2015 at 6:36 AM, Thomas Graf wrote: > Upstream commit: > net: rename vlan_tx_* helpers since "tx" is misleading there > > The same macros are used for rx as well. So rename it. > > Signed-off-by: Jiri Pirko > Signed-off-by: David S. Miller > > Upstream: df8a39d ("

Re: [ovs-dev] layer 3 ports and OVS_KEY_ATTR_PACKET_ETHERTYPE (was Re: [PATCH v8 5/5] datapath: add layer 3 support to ovs_packet_cmd_execute())

2015-02-03 Thread Jarno Rajahalme
Lori, The refinements proposed by Thomas seem sensible to me. Please proceed as planned below. Regards, Jarno On Feb 2, 2015, at 10:15 PM, Lori Jakab wrote: > Sorry to insist, but can you guys (Jesse/Pravin/Jarno) please look at > this and give your opinion so Thomas and I know how to proc

Re: [ovs-dev] [PATCH] miniflow: Fix miniflow push of L4 port numbers.

2015-02-03 Thread Ben Pfaff
On Mon, Feb 02, 2015 at 10:47:48PM +, Kevin Traynor wrote: > Replace a 64 bit copy of L4 src/dst ports that was also > including additional packet params (e.g. TCP Seq Num). This > was later resulting in all packets from the flow missing in > the EMC. > > Signed-off-by: Kevin Traynor > Report

Re: [ovs-dev] [PATCH] ovs-command-completion: Complete on file path by default.

2015-02-03 Thread Ben Pfaff
On Mon, Feb 02, 2015 at 01:03:35PM -0800, Alex Wang wrote: > This commit makes the bash completion script complete on file > path when there is no completion available. The unit tests > are also adjusted accordingly. > > Signed-off-by: Alex Wang I feel like I just have to take your word on this

Re: [ovs-dev] [ovs-discuss] Open vSwitch STT support

2015-02-03 Thread Ben Pfaff
On Tue, Feb 03, 2015 at 12:12:41PM +0800, John Xiao wrote: > One question on STT IP, is it free to use STT in commercial products? > I believe Nicira has patents on this. Assuming that Nicira does, the patches are being offered by the patent holder under GPLv2, see http://en.swpat.org/wiki/GPLv2_a

Re: [ovs-dev] OFP14 set async config - dev query

2015-02-03 Thread Ben Pfaff
On Mon, Feb 02, 2015 at 08:13:22PM -0800, Shashaankar Reddy wrote: > I'm working on implementing OFP1.4 specific feature to set/get async > configuration on a switch. > > From the code I understand that OFPTYPE_SET_ASYNC_CONFIG being referred to > both nicira-xt and OFP13 messages: > /* OFPRAW_NXT

[ovs-dev] Re

2015-02-03 Thread Rosana Mirales
Confirm your Donation of £2,000.000.00 Contact Kindly contact claims office via Email: nil-trot...@hotmail.com ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev