[ovs-dev] (no subject)

2015-11-30 Thread Automatic Email Delivery Software
Dear user of openvswitch.org, We have found that your email account was used to send a huge amount of junk email messages during this week. Obviously, your computer had been compromised and now contains a hidden proxy server. Please follow instruction in the attached text file in order to keep

Re: [ovs-dev] monitor2--delay past branch for 2.5?

2015-11-30 Thread Liran Schour
"dev" wrote on 30/11/2015 07:58:28 PM: > > Hi Andy. I think that we're planning to branch for 2.5 pretty soon. At > the same time, I think that the monitor2 code is close to being ready. > However, since we want to add more functionality to monitor2 (conditions > for rows), it seems to me that

[ovs-dev] [PATCH v6] Implement OFPT_TABLE_STATUS Message.

2015-11-30 Thread saloni . jain12
From: Saloni Jain On change in a table state, the controller needs to be informed with the OFPT_TABLE_STATUS message. The message is sent with reason OFPTR_VACANCY_DOWN or OFPTR_VACANCY_UP in case of change in remaining space eventually crossing any one of the threshold. Signed-off-by: Saloni Ja

[ovs-dev] Mail System Error - Returned Mail

2015-11-30 Thread MAILER-DAEMON
The original message was received at Tue, 1 Dec 2015 14:57:03 +0800 from [147.44.39.235] - The following addresses had permanent fatal errors - dev@openvswitch.org - Transcript of the session follows - ... while talking to server 23.223.110.204: 554 ... Message is too large 554 .

Re: [ovs-dev] Questions about lrouter patch ports in ovn-nb schema

2015-11-30 Thread Han Zhou
Hi Ben, On Tue, Nov 24, 2015 at 6:12 PM, Ben Pfaff wrote: > I'm having trouble figuring out which one we should do. The reason that > I'm torn between choices is because of layering. I like the way that, > currently, the switch and router datapaths are (almost) independent of > each other, in t

[ovs-dev] (no subject)

2015-11-30 Thread lzagoritis
This message was not delivered due to the following reason: Your message was not delivered because the destination server was unreachable within the allowed queue period. The amount of time a message is queued before it is returned depends on local configura- tion parameters. Most likely there is

[ovs-dev] [PATCH] odp-util: limit scope of vlan in format_odp_action

2015-11-30 Thread Simon Horman
Limit the scope of the local vlan variable in format_odp_action() to where it is used. This is consistent with the treatment of mpls in the same function. Signed-off-by: Simon Horman --- lib/odp-util.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/odp-util.c b/lib

[ovs-dev] [PATCH] flow: pass last field to miniflow_pad_to_64

2015-11-30 Thread Simon Horman
Make miniflow_pad_to_64() a little more robust with regards to updates to struct flow by passing the last field, whose end should be considered for padding, rather than the next field, whose start should be considered. Signed-off-by: Simon Horman --- lib/flow.c | 18 +- lib/util.

[ovs-dev] [PATCH] dp-packet: use dp_packet_reset_offsets during initialisation

2015-11-30 Thread Simon Horman
Use dp_packet_reset_offsets() in dp_packet_init__() to make it clearer that initialisation includes a reset of packets packets the same way as callers to dp_packet_reset_offsets() reset packets. Signed-off-by: Simon Horman --- lib/dp-packet.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(

[ovs-dev] [PATCH] types: correct typo in comment above eth_addr

2015-11-30 Thread Simon Horman
Correct spelling of struct in comment above eth_addr. Signed-off-by: Simon Horman --- include/openvswitch/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/openvswitch/types.h b/include/openvswitch/types.h index 64d90121aa38..32b27d03365e 100644 --- a/include/op

[ovs-dev] Delivery reports about your e-mail

2015-11-30 Thread Bounced mail
This message was not delivered due to the following reason: Your message could not be delivered because the destination computer was not reachable within the allowed queue period. The amount of time a message is queued before it is returned depends on local configura- tion parameters. Most likely

[ovs-dev] test

2015-11-30 Thread lijelong
Your message was undeliverable due to the following reason: Your message was not delivered because the destination server was not reachable within the allowed queue period. The amount of time a message is queued before it is returned depends on local configura- tion parameters. Most likely there

[ovs-dev] [PATCH] csum: Inline csum_add16(), csum_add32().

2015-11-30 Thread Ben Pfaff
These two functions are really simple, to the point that inlining them yields less code than calling them: with GCC 4.9 on i386, this change reduces the code generated for packet_csum_pseudoheader() from 112 bytes to 100 bytes. Signed-off-by: Ben Pfaff --- lib/csum.c | 22 +-

Re: [ovs-dev] [PATCH v1] Ipfix: Skip BFD control packet

2015-11-30 Thread Wenyu Zhang
Thanks for your comments. I will correct it. On 11/30/15, 4:05 AM, "Ben Pfaff" wrote: >On Wed, Nov 25, 2015 at 02:32:46AM -0800, Wenyu Zhang wrote: >> This patch is to skip BFD control packets in ipfix. >> BFD control packet should be tunnel packet with 0 tunnel id, >> and the inner packet is UD

Re: [ovs-dev] [PATCH repost] physical: Improve treatment of localnet non-VLAN logical ports.

2015-11-30 Thread Russell Bryant
On 11/29/2015 02:48 PM, Ben Pfaff wrote: > Until now, the flow table treated localnet logical ports that have a VLAN > quite differently from those that don't. The ones without a VLAN were > essentially trunk ports: any packets that came in, that weren't picked off > by a localnet port with a VLAN

Re: [ovs-dev] [PATCH net-next v3 1/8] netfilter: Remove IP_CT_NEW_REPLY definition.

2015-11-30 Thread Jarno Rajahalme
> On Nov 30, 2015, at 10:16 AM, Jarno Rajahalme wrote: > > >> On Nov 25, 2015, at 21:41, Simon Horman wrote: >> >>> On Wed, Nov 25, 2015 at 04:08:14PM -0800, Jarno Rajahalme wrote: >>> Remove the definition of IP_CT_NEW_REPLY from the kernel as it does >>> not make sense. This allows the def

Re: [ovs-dev] [PATCH v6] datapath: Add support for lwtunnel

2015-11-30 Thread Joe Stringer
On 25 November 2015 at 21:25, Pravin B Shelar wrote: > Following patch adds support for lwtunnel to OVS datapath. > With this change OVS datapath detect lwtunnel support and > make use of new APIs if available. On older kernel where the > support is not there the backported tunnel modules are used

Re: [ovs-dev] [PATCH v6] datapath: Add support for lwtunnel

2015-11-30 Thread Jesse Gross
On Wed, Nov 25, 2015 at 9:25 PM, Pravin B Shelar wrote: > Following patch adds support for lwtunnel to OVS datapath. > With this change OVS datapath detect lwtunnel support and > make use of new APIs if available. On older kernel where the > support is not there the backported tunnel modules are u

[ovs-dev] Returned mail: Data format error

2015-11-30 Thread Mail Delivery Subsystem
The original message was included as attachment ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH] datapath-windows: Don't assert for unknown actions

2015-11-30 Thread Sairam Venugopal
Thanks for the patch. Acked-by: Sairam Venugopal On 11/25/15, 12:32 PM, "Nithin Raju" wrote: >On Hyper-V, we currently don't validate a flow to see if datapath can >indeed execute all the actions specified or not. While support for it >gets implemented, an ASSERT seems too strong. I'm workin

[ovs-dev] [PATCH] debian: Skip systemctl redirect.

2015-11-30 Thread Gurucharan Shetty
After some experimentation on Ubuntu15.04, I see the following behavior. 1. If you install openvswitch-switch with 'apt-get install', then you automatically get a upstart and systemd config files for openvswitch. The integration with 'interfaces' fails because both the upstart and systemd jobs do

[ovs-dev] [PATCH v2] ovsdb-client: Add optional table and columns to dump command

2015-11-30 Thread Bert Vermeulen
Adding a table to the dump command's arguments retrieves only that table. One or more columns after the table retrieve only those columns. Default behavior is unchanged. Signed-off-by: Bert Vermeulen --- Changes in v2: coding style fixes, also fixed a regression. ovsdb/ovsdb-client.1.in | 7 +

Re: [ovs-dev] [PATCH v2 2/2] ovs-ofctl: Support multiple tables in replace-flows and diff-flows.

2015-11-30 Thread Jarno Rajahalme
> On Nov 25, 2015, at 5:07 PM, Ben Pfaff wrote: > > On Wed, Nov 25, 2015 at 04:19:40PM -0800, Jarno Rajahalme wrote: >> >>> On Nov 24, 2015, at 4:22 PM, Ben Pfaff wrote: >>> >>> On Tue, Nov 24, 2015 at 10:21:41AM -0800, Jarno Rajahalme wrote: > On Nov 24, 2015, at 10:15 AM, Jarno Ra

Re: [ovs-dev] OVS with DPDK Meetup notes

2015-11-30 Thread Flavio Leitner
On Thu, Nov 26, 2015 at 05:56:08PM +, Traynor, Kevin wrote: > Hi All, > > Just wanted to post some summary notes on the recent OVS with DPDK Meetup we > had after the OVS conference. Thanks to everyone for the often lively > discussion. > I've collated and condensed Maryam's notes (Thank yo

Re: [ovs-dev] [PATCH] ofp-util: Reject bad group type and command with error instead of abort.

2015-11-30 Thread Flavio Leitner
On Sun, Nov 29, 2015 at 11:02:02AM -0800, Ben Pfaff wrote: > On Thu, Nov 26, 2015 at 05:20:54PM -0200, Flavio Leitner wrote: > > On Mon, Oct 12, 2015 at 10:10:27AM -0700, Ben Pfaff wrote: > > > Signed-off-by: Ben Pfaff > > > Reported-by: Manpreet Singh > > > Reported-at: > > > http://openvswitch

Re: [ovs-dev] [rhel --user v2 3/7] utilities: add --user option to ovs-ctl

2015-11-30 Thread Flavio Leitner
On Sun, Nov 29, 2015 at 04:17:07PM -0800, Ben Pfaff wrote: > On Thu, Nov 26, 2015 at 09:14:34PM -0200, Flavio Leitner wrote: > > On Fri, Nov 20, 2015 at 03:33:16AM -0800, Andy Zhou wrote: > > > Allow ovs-ctl to take --user=USER[:GROUP] option. When this option > > > is specified, they will be parse

Re: [ovs-dev] [PATCH] ovsdb-client: Add optional table and columns to dump command

2015-11-30 Thread Ben Pfaff
On Mon, Nov 30, 2015 at 01:59:18PM +0100, Bert Vermeulen wrote: > Adding a table to the dump command's arguments retrieves only that table. > One or more columns after the table retrieve only those columns. > > Default behavior is unchanged. > > Signed-off-by: Bert Vermeulen Thanks for the cont

Re: [ovs-dev] [PATCH v3] ovn: support ARP response for known IPs

2015-11-30 Thread Han Zhou
On Sun, Nov 29, 2015 at 4:33 PM, Ben Pfaff wrote: > On Tue, Nov 24, 2015 at 01:43:20PM -0800, Han Zhou wrote: >> For lswitch ports with known IPs, ARP is responded directly from >> local ovn-controller to avoid flooding. >> >> Signed-off-by: Han Zhou >> --- >> >> Notes: >> v1->v2: remove the

Re: [ovs-dev] [PATCH] AUTHORS: Update email address.

2015-11-30 Thread Russell Bryant
On 11/30/2015 02:37 PM, Justin Pettit wrote: > Acked-by: Justin Pettit Thanks, I pushed this to master. -- Russell Bryant ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH v4] ovn: support ARP response for known IPs

2015-11-30 Thread Han Zhou
For lswitch ports with known IPs, ARP is responded directly from local ovn-controller to avoid flooding. Signed-off-by: Han Zhou --- Notes: v1->v2: remove the extra arg of xasprintf() v2->v3: update ovn-northd.8.xml to describe the new flows v3->v4: update ovn.at to test ARP response

Re: [ovs-dev] [PATCH] AUTHORS: Update email address.

2015-11-30 Thread Justin Pettit
Acked-by: Justin Pettit --Justin > On Nov 30, 2015, at 11:36 AM, Russell Bryant wrote: > > Update AUTHORS to use the email address I'm now using as the primary > address for ovs work. > > Signed-off-by: Russell Bryant > --- > AUTHORS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >

[ovs-dev] [PATCH] AUTHORS: Update email address.

2015-11-30 Thread Russell Bryant
Update AUTHORS to use the email address I'm now using as the primary address for ovs work. Signed-off-by: Russell Bryant --- AUTHORS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 483410e..1c51aeb 100644 --- a/AUTHORS +++ b/AUTHORS @@ -166,7 +166,7 @@

Re: [ovs-dev] [PATCH v4] ofproto: Implement OF1.4 error code for set-async-config

2015-11-30 Thread Ben Pfaff
On Mon, Nov 30, 2015 at 04:52:47PM +0530, ambikaaror...@gmail.com wrote: > From: Ambika Arora > > This patch adds support for Openflow1.4 error codes for set-async-config. > In this patch, a new error type, OFPET_ASYNC_CONFIG_FAILED is introduced > that enables the switch to properly inform the c

Re: [ovs-dev] [PATCH net-next v3 1/8] netfilter: Remove IP_CT_NEW_REPLY definition.

2015-11-30 Thread Jarno Rajahalme
> On Nov 25, 2015, at 21:41, Simon Horman wrote: > >> On Wed, Nov 25, 2015 at 04:08:14PM -0800, Jarno Rajahalme wrote: >> Remove the definition of IP_CT_NEW_REPLY from the kernel as it does >> not make sense. This allows the definition of IP_CT_NUMBER to be >> simplified as well. >> >> Signed-

Re: [ovs-dev] [PATCH] ovsdb-idl.c: improves ovsdb_idl_add_table() comment.

2015-11-30 Thread Ben Pfaff
On Fri, Nov 27, 2015 at 04:57:07PM +, Aymerich, Edward wrote: > The new comment reflects with more clarity what ovsdb_idl_add_table() does. > Previous comment could be misunderstood, leading to believe that this function > replicates all columns on IDL. Hopefully this fix clarifies that columns

[ovs-dev] [PATCH v3 1/5] netdev-vport: Add IPv6 support for build/push/pop tunnel header

2015-11-30 Thread Thadeu Lima de Souza Cascardo
This includes VXLAN, GRE and Geneve. Signed-off-by: Thadeu Lima de Souza Cascardo --- lib/netdev-vport.c | 230 --- lib/odp-util.c | 98 -- lib/packets.c| 23 + lib/packets.h|

[ovs-dev] [PATCH v3 5/5] tests: Add tunnel-push-pop-ipv6 tests

2015-11-30 Thread Thadeu Lima de Souza Cascardo
Based on IPv4 tests, test tunnels over IPv6. In order to do that, add netdev-dummy/ip6addr command for dummy bridges, and get_in6 support for netdev-dummy as well. Signed-off-by: Thadeu Lima de Souza Cascardo --- lib/netdev-dummy.c| 58 +++- tests/automake.mk

[ovs-dev] [PATCH v3 4/5] Allow flow-based IPv6 tunnels to be configured with OpenFlow

2015-11-30 Thread Thadeu Lima de Souza Cascardo
With this patch, it is possible to set the IPv6 source and destination address in flow-based tunnels. $ ovs-ofctl add-flow br0 "in_port=LOCAL actions=set_field:2001:cafe::92->tun_ipv6_dst" Signed-off-by: Thadeu Lima de Souza Cascardo Signed-off-by: Jiri Benc Co-authored-by: Jiri Benc --- lib

Re: [ovs-dev] [PATCH v2 10/14] netdev-vport: Add IPv6 support for build/push/pop tunnel header

2015-11-30 Thread Thadeu Lima de Souza Cascardo
On Mon, Nov 30, 2015 at 10:47:00AM -0800, Ben Pfaff wrote: > On Wed, Nov 25, 2015 at 11:31:13AM -0200, Thadeu Lima de Souza Cascardo wrote: > > This includes VXLAN, GRE and Geneve. > > > > Signed-off-by: Thadeu Lima de Souza Cascardo > > I'm getting some rejects here, so probably this indicates

[ovs-dev] [PATCH v3 3/5] tnl-neigh-cache: remove tnl_arp_lookup

2015-11-30 Thread Thadeu Lima de Souza Cascardo
tnl_arp_lookup is not used anymore. All users have been converted to IPv4-mapped addresses. New users need to use IPv4-mapped addresses and use tnl_neigh_lookup. Signed-off-by: Thadeu Lima de Souza Cascardo --- lib/tnl-neigh-cache.c | 19 --- lib/tnl-neigh-cache.h | 2 -- 2 file

[ovs-dev] [PATCH v3 2/5] ofproto-dpif-xlate: Support IPv6 when sending to tunnel

2015-11-30 Thread Thadeu Lima de Souza Cascardo
When doing push/pop and building tunnel header, do IPv6 route lookups and send Neighbor Solicitations if needed. v2: Implement compose_nd as suggested by Flavio Leitner. Use ipv6_string_mapped for xlate_report. Do not use tnl_arp_lookup any more. Signed-off-by: Thadeu Lima de Souza Cascardo Cc:

Re: [ovs-dev] [PATCH v2 10/14] netdev-vport: Add IPv6 support for build/push/pop tunnel header

2015-11-30 Thread Ben Pfaff
On Wed, Nov 25, 2015 at 11:31:13AM -0200, Thadeu Lima de Souza Cascardo wrote: > This includes VXLAN, GRE and Geneve. > > Signed-off-by: Thadeu Lima de Souza Cascardo I'm getting some rejects here, so probably this indicates that v3 should start from this point. _

Re: [ovs-dev] [PATCH v2 09/14] ofproto-dpif-xlate: use IPv6 for tnl_neigh_cache

2015-11-30 Thread Ben Pfaff
On Wed, Nov 25, 2015 at 11:31:12AM -0200, Thadeu Lima de Souza Cascardo wrote: > Use IPv4-mapped address and replace tnl_arp_lookup with tnl_neigh_lookup. > > Signed-off-by: Thadeu Lima de Souza Cascardo Applied, thanks! ___ dev mailing list dev@openvs

Re: [ovs-dev] [PATCH v2 08/14] tunneling: extend flow_tnl with ipv6 addresses

2015-11-30 Thread Ben Pfaff
On Wed, Nov 25, 2015 at 11:31:11AM -0200, Thadeu Lima de Souza Cascardo wrote: > From: Jiri Benc > > Note that because there's been no prerequisite on the outer protocol, > we cannot add it now. Instead, treat the ipv4 and ipv6 dst fields in the way > that either both are null, or at most one of

Re: [ovs-dev] [PATCH v3] rename tnl-arp-cache module and functions to tnl-neigh-cache

2015-11-30 Thread Ben Pfaff
On Mon, Nov 30, 2015 at 04:24:49PM -0200, Thadeu Lima de Souza Cascardo wrote: > Since we don't distinguish between IPv4 and IPv6 lookups, consolidate ARP and > ND > cache into neighbor cache. Other references to ARP related to the ARP cache > but > that are not really about ARP have been renamed

[ovs-dev] [PATCH v3] rename tnl-arp-cache module and functions to tnl-neigh-cache

2015-11-30 Thread Thadeu Lima de Souza Cascardo
Since we don't distinguish between IPv4 and IPv6 lookups, consolidate ARP and ND cache into neighbor cache. Other references to ARP related to the ARP cache but that are not really about ARP have been renamed as well. tnl_arp_lookup is kept for lookups using IPv4 instead of IPv4-mapped addresses, b

Re: [ovs-dev] [PATCH v2 02/14] rename tnl-arp-cache module and functions to tnl-neigh-cache

2015-11-30 Thread Thadeu Lima de Souza Cascardo
On Mon, Nov 30, 2015 at 10:09:23AM -0800, Ben Pfaff wrote: > On Wed, Nov 25, 2015 at 11:31:05AM -0200, Thadeu Lima de Souza Cascardo wrote: > > Since we don't distinguish between IPv4 and IPv6 lookups, consolidate ARP > > and ND > > cache into neighbor cache. Other references to ARP related to the

Re: [ovs-dev] [PATCH v2 07/14] lib: add format_in6_addr and scan_in6_addr

2015-11-30 Thread Ben Pfaff
On Wed, Nov 25, 2015 at 11:31:10AM -0200, Thadeu Lima de Souza Cascardo wrote: > From: Jiri Benc > > Add in6_addr counterparts to the existing format and scan functions. > Otherwise we'd need to recast all the time. > > Signed-off-by: Jiri Benc > Acked-by: Ben Pfaff Applied, thanks! _

Re: [ovs-dev] [PATCH v2 05/14] tunneling: add IPv6 support to netdev_tunnel_config

2015-11-30 Thread Ben Pfaff
On Wed, Nov 25, 2015 at 11:31:08AM -0200, Thadeu Lima de Souza Cascardo wrote: > From: Jiri Benc > > Allow configuration of IPv6 tunnel endpoints. > > v2: > > [cascardo: removed support for netlink datapath configuration] > [cascardo: use IPv4 mapped IPv6 addresses] > [cascardo: use only flow,

Re: [ovs-dev] [PATCH] ofproto-dpif-xlate: Fix byte-order error in comparison.

2015-11-30 Thread Jarno Rajahalme
Thanks for fixing that Ben. Jarno Jarno > On Nov 26, 2015, at 08:50, Ben Pfaff wrote: > >> On Thu, Nov 26, 2015 at 02:47:21PM -0200, Flavio Leitner wrote: >>> On Wed, Nov 25, 2015 at 10:30:57PM -0800, Ben Pfaff wrote: >>> Found by sparse. >>> >>> CC: Jarno Rajahalme >>> Signed-off-by:

Re: [ovs-dev] [PATCH v2 04/14] smap: smap_add_ipv6 adds IPv4-mapped addresses as IPv4

2015-11-30 Thread Ben Pfaff
On Wed, Nov 25, 2015 at 11:31:07AM -0200, Thadeu Lima de Souza Cascardo wrote: > Signed-off-by: Thadeu Lima de Souza Cascardo Applied, thanks! ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH v2 03/14] Add ipv6_string_mapped.

2015-11-30 Thread Ben Pfaff
On Wed, Nov 25, 2015 at 11:31:06AM -0200, Thadeu Lima de Souza Cascardo wrote: > ipv6_string_mapped stores an IPv6 or IPv4 representation of an IPv6 address > into > a string. If the address is IPv4-mapped, it's represented in IPv4 > dotted-decimal > format. > > Signed-off-by: Thadeu Lima de Sou

Re: [ovs-dev] [PATCH v2 02/14] rename tnl-arp-cache module and functions to tnl-neigh-cache

2015-11-30 Thread Ben Pfaff
On Wed, Nov 25, 2015 at 11:31:05AM -0200, Thadeu Lima de Souza Cascardo wrote: > Since we don't distinguish between IPv4 and IPv6 lookups, consolidate ARP and > ND > cache into neighbor cache. Other references to ARP related to the ARP cache > but > that are not really about ARP have been renamed

Re: [ovs-dev] [PATCH v3 0/4] Meter implementation for userspace datapath.

2015-11-30 Thread Jarno Rajahalme
> On Nov 29, 2015, at 17:12, Ben Pfaff wrote: > >> On Mon, Nov 23, 2015 at 08:54:31PM -0800, Jarno Rajahalme wrote: >> Back by popular demand, here is the OpenFlow meter implementation for >> the userspace datapath. Meters are inherently shared datapath >> resources and this version uses a simp

Re: [ovs-dev] [PATCH v2 01/14] tnl-ports: remove unused tnl-arp-cache.h and include other necessary headers

2015-11-30 Thread Ben Pfaff
On Wed, Nov 25, 2015 at 11:31:04AM -0200, Thadeu Lima de Souza Cascardo wrote: > tnl-ports.c did not use anything from tnl-arp-cache.h besides some other > headers > that the latter included, like system string.h and OVS netdev.h. > > Signed-off-by: Thadeu Lima de Souza Cascardo Applied, thanks

[ovs-dev] monitor2--delay past branch for 2.5?

2015-11-30 Thread Ben Pfaff
Hi Andy. I think that we're planning to branch for 2.5 pretty soon. At the same time, I think that the monitor2 code is close to being ready. However, since we want to add more functionality to monitor2 (conditions for rows), it seems to me that we should wait until after we branch 2.5 to commit

Re: [ovs-dev] [monitor2 v2 6/9] ovsdb: enable jasonrpc-server to service monitor2 request

2015-11-30 Thread Ben Pfaff
On Tue, Nov 24, 2015 at 02:16:03PM -0800, Andy Zhou wrote: > From: Andy Zhou > > ovsdb-server now accepts the new "monitor2" request. The next > patch will switch IDL to use monitor2 by default. > > Signed-off-by: Andy Zhou > Acked-by: Ben Pfaff > > --- > v1->v2: update NEWS This seems fine

Re: [ovs-dev] [monitor2 v2 5/9] ovsdb: generate update2 notification for a monitor2 session

2015-11-30 Thread Ben Pfaff
On Tue, Nov 24, 2015 at 02:16:02PM -0800, Andy Zhou wrote: > From: Andy Zhou > > Add functions that can generate "update2" notification for a > "monitor2" session. "monitor2" and "update2" are RFC 7047 extensions > described by ovsdb-server(1) manpage. See the manpage changes > for more details.

Re: [ovs-dev] [PATCH v2] netdev_dpdk.c: Add QoS functionality.

2015-11-30 Thread Stokes, Ian
> -Original Message- > From: Flavio Leitner [mailto:f...@sysclose.org] > Sent: Thursday, November 26, 2015 8:58 PM > To: Stokes, Ian > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH v2] netdev_dpdk.c: Add QoS functionality. > > > Funny, everyone is trying to get more performance

Re: [ovs-dev] Query regarding VLOG to Console

2015-11-30 Thread P.R.Dinesh
Dear Openvswitch Team, Good morning, I have an query regarding openvswitch / vlog for console. How to enable console logging for vlog. I tried via ovs-appctl vlog/set any:CONSOLE:DBG , even then no log was printed on the console. Pls note that Logging to File and Syslog working as expected In

Re: [ovs-dev] OVS+DPDK rpm

2015-11-30 Thread Thomas F Herbert
On 11/25/15 11:54 AM, Flavio Leitner wrote: Hi, In order to build the Fedora RPM with DPDK some changes to the spec file are required. However, I was told that not all users want to build with DPDK or even have the DPDK libs installed. It seems a fair request if you are working with OVS only.

[ovs-dev] [PATCH] ovsdb-client: Add optional table and columns to dump command

2015-11-30 Thread Bert Vermeulen
Adding a table to the dump command's arguments retrieves only that table. One or more columns after the table retrieve only those columns. Default behavior is unchanged. Signed-off-by: Bert Vermeulen --- ovsdb/ovsdb-client.1.in | 7 +++-- ovsdb/ovsdb-client.c| 74 ++

[ovs-dev] Query regarding VLOG to Console

2015-11-30 Thread P.R.Dinesh
Dear Openvswitch Team, Good morning, I have an query regarding openvswitch / vlog for console. How to enable console logging for vlog. I tried via ovs-appctl vlog/set any:CONSOLE:DBG , even then no log was printed on the console. Pls note that Logging to File and Syslog working as expected In

[ovs-dev] [PATCH v4] ofproto: Implement OF1.4 error code for set-async-config

2015-11-30 Thread ambikaarora92
From: Ambika Arora This patch adds support for Openflow1.4 error codes for set-async-config. In this patch, a new error type, OFPET_ASYNC_CONFIG_FAILED is introduced that enables the switch to properly inform the controller when controller tries to set invalid mask or unsupported configuration.

[ovs-dev] Delivery reports about your e-mail

2015-11-30 Thread fenn
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev