[ovs-dev] openvswitch is marked for autoremoval from testing

2014-12-10 Thread Debian testing autoremoval watch
openvswitch 2.3.0+git20140819-2 is marked for autoremoval from testing on 2015-01-15 It is affected by these RC bugs: 771863: openvswitch-switch: Open vSwitch configuration through /etc/network/interfaces does not work ___ dev mailing list dev@openvsw

Re: [ovs-dev] [PATCH] ovs-ofctl: Implementation of eviction on the basis of Importance

2014-12-10 Thread Saloni Jain
Hi Ben/Team, We are working on Vacancy-Events feature and will be contributing the same to openvswitch. Table-desc functionality introduced in Eviction patch "ovs-ofctl: Implementation of eviction on the basis of Importance", requires enhancement for vacancy events(table config property). Ca

Re: [ovs-dev] develop ovs

2014-12-10 Thread Ben Pfaff
[adding back ovs-dev] Here's your error. You added all those files to the git repository but didn't add them to anything to cause them to be distributed. That's a mistake, so the build error reports that. On Thu, Dec 11, 2014 at 08:47:37AM +0800, 孙鹏浩 wrote: > The distribution is missing the fol

Re: [ovs-dev] [PATCH] net: openvswitch: Support masked set actions.

2014-12-10 Thread Jesse Gross
On Wed, Dec 10, 2014 at 12:03 PM, Jarno Rajahalme wrote: > > On Dec 10, 2014, at 11:48 AM, David Miller wrote: > >> From: Jarno Rajahalme >> Date: Tue, 9 Dec 2014 16:10:25 -0800 >> >>> OVS userspace already probes the openvswitch kernel module for >>> OVS_ACTION_ATTR_SET_MASKED support. This p

Re: [ovs-dev] [PATCH] net: openvswitch: Support masked set actions.

2014-12-10 Thread Jesse Gross
On Tue, Dec 9, 2014 at 4:10 PM, Jarno Rajahalme wrote: > diff --git a/net/openvswitch/flow_netlink.c b/net/openvswitch/flow_netlink.c > index df3c7f2..276bb60 100644 > --- a/net/openvswitch/flow_netlink.c > +++ b/net/openvswitch/flow_netlink.c > @@ -2007,6 +2117,18 @@ int ovs_nla_put_actions(const

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

2014-12-10 Thread Lori Jakab
On 12/10/2014 02:45 AM, Jarno Rajahalme wrote: > > On Dec 9, 2014, at 11:06 AM, Lori Jakab wrote: > >> On 11/21/2014 02:20 AM, Jesse Gross wrote: >>> On Thu, Nov 20, 2014 at 4:06 PM, Jarno Rajahalme >>> wrote: On Nov 20, 2014, at 12:18 PM, Jesse Gross wrote: On Thu, Nov 20, 201

Re: [ovs-dev] [PATCH] net: openvswitch: Support masked set actions.

2014-12-10 Thread Jarno Rajahalme
On Dec 10, 2014, at 11:48 AM, David Miller wrote: > From: Jarno Rajahalme > Date: Tue, 9 Dec 2014 16:10:25 -0800 > >> OVS userspace already probes the openvswitch kernel module for >> OVS_ACTION_ATTR_SET_MASKED support. This patch adds the kernel module >> implementation of masked set action

Re: [ovs-dev] [PATCH] net: openvswitch: Support masked set actions.

2014-12-10 Thread David Miller
From: Jarno Rajahalme Date: Tue, 9 Dec 2014 16:10:25 -0800 > OVS userspace already probes the openvswitch kernel module for > OVS_ACTION_ATTR_SET_MASKED support. This patch adds the kernel module > implementation of masked set actions. > > The existing set action sets many fields at once. Whe

Re: [ovs-dev] [PATCH 0/4] datapath: Compatibility to 3.18+

2014-12-10 Thread Thomas Graf
On 12/10/14 at 10:29am, Pravin Shelar wrote: > I was referring to vlan patch series merged to net-next ("sched: > introduce vlan action"). We should backport all relevant patches from > the series at once rather than one at a time. Thanks for the explanation. I understand what you mean now. I'll s

Re: [ovs-dev] [PATCH 3/5] ovs-router: Add "ovs/route/lookup" command

2014-12-10 Thread Pravin Shelar
On Tue, Dec 9, 2014 at 8:35 PM, YAMAMOTO Takashi wrote: >> On Wed, Dec 3, 2014 at 2:31 AM, YAMAMOTO Takashi >> wrote: >>> This command is useful at least for testing. >>> >>> Example output: >>> % ovs-appctl ovs/route/lookup '10.0.0.1' >>> gateway 172.17.0.254 >>> dev wm0 >>> % >

Re: [ovs-dev] [PATCHv11 net-next 2/2] openvswitch: Add support for unique flow IDs.

2014-12-10 Thread Pravin Shelar
On Wed, Dec 10, 2014 at 10:15 AM, Joe Stringer wrote: > On 9 December 2014 at 22:11, Pravin Shelar wrote: >> On Tue, Dec 9, 2014 at 4:25 PM, Joe Stringer wrote: >>> On 9 December 2014 at 10:32, Pravin Shelar wrote: On Tue, Dec 2, 2014 at 6:56 PM, Joe Stringer wrote: > @@ -424,10

Re: [ovs-dev] [PATCH 0/4] datapath: Compatibility to 3.18+

2014-12-10 Thread Pravin Shelar
On Wed, Dec 10, 2014 at 8:47 AM, Thomas Graf wrote: > On 12/09/14 at 05:12pm, Pravin Shelar wrote: >> On Wed, Dec 3, 2014 at 4:02 AM, Thomas Graf wrote: >> > Fixes compilation of datapath for both current net and net-next tree. >> > >> > Thomas Graf (4): >> > datapath: Check if nla_is_last() is

Re: [ovs-dev] [PATCHv11 net-next 2/2] openvswitch: Add support for unique flow IDs.

2014-12-10 Thread Joe Stringer
On 9 December 2014 at 22:11, Pravin Shelar wrote: > On Tue, Dec 9, 2014 at 4:25 PM, Joe Stringer wrote: >> On 9 December 2014 at 10:32, Pravin Shelar wrote: >>> On Tue, Dec 2, 2014 at 6:56 PM, Joe Stringer wrote: @@ -424,10 +475,9 @@ static struct sw_flow *masked_flow_lookup(struct t

Re: [ovs-dev] [PATCH 0/4] datapath: Compatibility to 3.18+

2014-12-10 Thread Thomas Graf
On 12/09/14 at 05:12pm, Pravin Shelar wrote: > On Wed, Dec 3, 2014 at 4:02 AM, Thomas Graf wrote: > > Fixes compilation of datapath for both current net and net-next tree. > > > > Thomas Graf (4): > > datapath: Check if nla_is_last() is available in > > datapath: Mark compatible with kernels

Re: [ovs-dev] develop ovs

2014-12-10 Thread Ben Pfaff
On Wed, Dec 10, 2014 at 12:25:02PM +, sphshine wrote: > I added some file into ofproto and updated the makefile, and also used > VLOG_DEFINE_THIS_MODULE in my file and corresponding header file, > but after make I receive such message: > make[2]: *** [dist-hook-git] error 1 > make[2]:leaving

[ovs-dev] Bug#771863: Bug#771863: Service does not start or parse interfaces correctly, updating severity

2014-12-10 Thread Gurucharan Shetty
My previous reply did not do a good job with the context. It made it look like OVS 2.3.1 handles source or source-directory statements. That is not correct, it does not handle those statements. I haven't looked at what needs to be done to handle those statements. I welcome a patch, preferably sent

Re: [ovs-dev] [PATCH 00/10] Expose vlog and vconn in public headers

2014-12-10 Thread Thomas Graf
On 12/10/14 at 02:05pm, YAMAMOTO Takashi wrote: > > On 12/10/14 at 01:29pm, YAMAMOTO Takashi wrote: > >> can you explain your motivation briefly? > > > > The motivation is to end up with a set of header files that have > > clean namespaces so they can be installed on the system and be > > used in

[ovs-dev] Bug#771863: Bug#771863: openvswitch-switch: Patch update, handle interface files sourced from /etc/network/interfaces

2014-12-10 Thread Gurucharan Shetty
On Tue, Dec 9, 2014 at 12:12 AM, Stig Sandbeck Mathisen wrote: > Package: openvswitch-switch > Version: 2.3.0+git20140819-2 > Followup-For: Bug #771863 > > Dear Maintainer, > > The network_interfaces() function in the /etc/init.d/openvswitch-switch > script also does not handle "source" or "source

Re: [ovs-dev] bug in flow stats for VLAN acceleration?

2014-12-10 Thread Motonori Shindo
Ben and Jesse, Thanks for picking this issue up. Although current behavior is not consistent in VLAN and no-VLAN cases, as far as NetFlow concerns it doesn’t matter in fact because NetFlow only counts L3 packet size anyway. Here’s the story. First, I wanted to fix an issue that OVS currently r

[ovs-dev] develop ovs

2014-12-10 Thread sphshine
I added some file into ofproto and updated the makefile, and also used VLOG_DEFINE_THIS_MODULE in my file and corresponding header file, but after make I receive such message: make[2]: *** [dist-hook-git] error 1 make[2]:leaving directory `/home/wuch/workspace/test_ovs/dev' make[1]: *** [all-recu

[ovs-dev] Bug#763428: Bug#763428: openvswitch-switch: openvswitch doesn't work anymore since kernel 3.16 update

2014-12-10 Thread Laurent GUERBY
Monthly ping :). We're ready to test if there's a potential fix. Thanks in advance, Laurent ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] Bug#771863: Service does not start or parse interfaces correctly, updating severity

2014-12-10 Thread Stig Sandbeck Mathisen
Control: severity -1 serious Hello, Since the service does not start under the new default init, and since it also does not follow includes from /etc/network/interfaces, I would think this justifies a "serious" severity. Updating the severity accordingly. (I feel less bad about bumping severity

[ovs-dev] Processed: Service does not start or parse interfaces correctly, updating severity

2014-12-10 Thread Debian Bug Tracking System
Processing control commands: > severity -1 serious Bug #771863 [openvswitch-switch] openvswitch-switch: Open vSwitch configuration through /etc/network/interfaces does not work Severity set to 'serious' from 'normal' -- 771863: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771863 Debian Bug