[ovs-dev] dev@openvswitch.org

2015-05-15 Thread MAILER-DAEMON
The message was not delivered due to the following reason(s): Your message could not be 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 t

[ovs-dev] Returned mail: Data format error

2015-05-15 Thread MAILER-DAEMON
Dear user of openvswitch.com, We have received reports that your account has been used to send a huge amount of junk e-mail during this week. Most likely your computer was infected and now runs a hidden proxy server. Please follow instruction in order to keep your computer safe. Best wishes, op

Re: [ovs-dev] [PATCH] datapath: Fix Sparse warning.

2015-05-15 Thread Pravin Shelar
On Fri, May 15, 2015 at 5:48 PM, Jesse Gross wrote: > On Fri, May 15, 2015 at 5:05 PM, Pravin B Shelar wrote: >> CHECK /home/pravin/ovs/w8/datapath/linux/flow_table.c >> /home/pravin/ovs/w8/datapath/linux/flow_table.c:536:6: warning: symbol >> 'ovs_flow_cmp_unmasked_key' was not declared. Shoul

Re: [ovs-dev] [PATCH] Extend the sFlow agent to report tunnel and MPLS structures

2015-05-15 Thread Jesse Gross
On Fri, May 15, 2015 at 3:04 PM, Neil McKee wrote: > I understand that the (optional) kernel datapath changes will need to > be submitted as a kernel > patch on netdev. I can try that, but I'm guessing I won't get much > attention there without > input from someone they have heard of. How does

Re: [ovs-dev] [PATCH] datapath: Fix Sparse warning.

2015-05-15 Thread Jesse Gross
On Fri, May 15, 2015 at 5:05 PM, Pravin B Shelar wrote: > CHECK /home/pravin/ovs/w8/datapath/linux/flow_table.c > /home/pravin/ovs/w8/datapath/linux/flow_table.c:536:6: warning: symbol > 'ovs_flow_cmp_unmasked_key' was not declared. Should it be static? > > Signed-off-by: Pravin B Shelar Acked

[ovs-dev] [PATCH] datapath: Fix Sparse warning.

2015-05-15 Thread Pravin B Shelar
CHECK /home/pravin/ovs/w8/datapath/linux/flow_table.c /home/pravin/ovs/w8/datapath/linux/flow_table.c:536:6: warning: symbol 'ovs_flow_cmp_unmasked_key' was not declared. Should it be static? Signed-off-by: Pravin B Shelar --- datapath/flow_table.c |4 ++-- 1 files changed, 2 insertions(+)

Re: [ovs-dev] [PATCH] Extend the sFlow agent to report tunnel and MPLS structures

2015-05-15 Thread Neil McKee
Attachment was stripped - here it is: Subject: [PATCH] Extend the sFlow agent to report ingress and egress tunnel and MPLS structures. Packets are still sampled at ingress only, so the egress tunnel and/or MPLS structures are only included when there is just 1 output port. The actions are eith

[ovs-dev] [PATCH] Extend the sFlow agent to report tunnel and MPLS structures

2015-05-15 Thread Neil McKee
Real-time visibility into mpls and tunneling will be very helpful for monitoring and dynamic control, so please review this patch. Specific questions are tagged with "XXX" comments. I also submitted a git-hub pull-request: https://github.com/openvswitch/ovs/pull/45 I understand that the (optional

[ovs-dev] Need some clarification

2015-05-15 Thread Ravi Rao
Hi All, Now that DPDK 2.0 is out can any know when the below patch would be applied ? [ovs-dev] [PATCH RFC 1/1] netdev-dpdk: add dpdk vhost-user ports Regards, Ravi ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/d

Re: [ovs-dev] [PATCH 7/7] dpif-netdev: Share emc and fast path output batches.

2015-05-15 Thread Pravin Shelar
On Thu, Apr 23, 2015 at 11:40 AM, Daniele Di Proietto wrote: > Until now the exact match cache processing was able to handle only four > megaflow. The rest of the packets was passed to the megaflow > classifier. > > The limit was arbitraly set to four also because the algorithm used to > group pa

Re: [ovs-dev] [PATCH 5/7] dpif-netdev: Use memcpy() to initialize pkt_metadata.

2015-05-15 Thread Pravin Shelar
On Thu, Apr 23, 2015 at 11:40 AM, Daniele Di Proietto wrote: > Initializing the dp_packet's metadata can be a hot spot, especially > for very simple pipelines. Therefore improving the code here can > sometimes make a difference. > > Using memcpy instead of a plain assignment helps GCC and clang g

Re: [ovs-dev] [PATCH 1/7] dp-packet: Remove 'list' member.

2015-05-15 Thread Pravin Shelar
On Thu, Apr 23, 2015 at 11:39 AM, Daniele Di Proietto wrote: > The 'list' member is only used (two users) in the slow path. > This commit removes it to reduce the struct size > > Signed-off-by: Daniele Di Proietto > --- > lib/dp-packet.c| 13 - > lib/dp-packet.h| 8 -

Re: [ovs-dev] [PATCH 16/19] ovs-ofctl: Add 'bundle' command and unit testing.

2015-05-15 Thread Jarno Rajahalme
> On May 15, 2015, at 10:03 AM, Romain Lenglet > wrote: > > On May 15, 2015 at 7:45:31 AM, Jarno Rajahalme (jrajaha...@nicira.com > (mailto:jrajaha...@nicira.com > )) wrote: > >> >>> On May 14, 2015, at 23:44, Romain Lenglet wrote:

[ovs-dev] [PATCH] ofproto: Fix memory leak in flow deletion.

2015-05-15 Thread Jarno Rajahalme
Fix a memory leak that was introduced in commit 834fe5cb997b (ofproto: Additional simplifications.). We used to unref the flow asynchronously, but forgot to do it when the support for asynchronous operations was removed. Signed-off-by: Jarno Rajahalme --- ofproto/ofproto.c |2 ++ 1 file cha

Re: [ovs-dev] [PATCH 16/19] ovs-ofctl: Add 'bundle' command and unit testing.

2015-05-15 Thread Romain Lenglet
On May 15, 2015 at 7:45:31 AM, Jarno Rajahalme (jrajaha...@nicira.com(mailto:jrajaha...@nicira.com)) wrote: > > > On May 14, 2015, at 23:44, Romain Lenglet wrote: > > > > Thanks Jarno! > > > >> On May 14, 2015 at 2:11:50 PM, Jarno Rajahalme > >> (jrajaha...@nicira.com(mailto:jrajaha...@nicira.

Re: [ovs-dev] datapath.c for packet with(out) flow entry

2015-05-15 Thread Joe Stringer
On 15 May 2015 at 07:13, luc wrote: > 2015-05-12 23:20 GMT+02:00 Joe Stringer : >> >> On 12 May 2015 at 11:59, luc wrote: >> > Hello team >> > >> > I am trying to work deeper into the code level of OVS. and what I would >> > like to do is the following: >> > >> > For the receiving packet, if ther

[ovs-dev] Urgent Attention

2015-05-15 Thread REV. MIKE EDWARD
Attn Pls Good day dear beneificiary and pls i want to inform you that the sum of($3.6 m)has been released and the transfer began today through Western union transfer $8000.00 per a day.So contact Western union Director Rev.Mike Edward and ask him what youneedto do to enable them activate your acc

Re: [ovs-dev] [RFC ovn] ovn-controller: Update actions correctly.

2015-05-15 Thread Gurucharan Shetty
On Fri, May 15, 2015 at 9:24 AM, Ben Pfaff wrote: > On Wed, May 13, 2015 at 01:45:56PM -0700, Gurucharan Shetty wrote: >> When a desired flow is different than the installed flow, >> we should update its actions based on the desired flow. >> >> Signed-off-by: Gurucharan Shetty > > Ouch! Thanks f

Re: [ovs-dev] [PATCH ovn] ovs-sandbox: Fix ovn support.

2015-05-15 Thread Ben Pfaff
On Fri, May 15, 2015 at 11:03:08AM -0400, Russell Bryant wrote: > The last merge from master broke ovs-sandbox OVN support. The rungdb > function now takes an additional argument for whether or not the > daemon should be automatically started under gdb. > > Signed-off-by: Russell Bryant Applied

Re: [ovs-dev] OVS 2.3.1 build fail using openwrt buildroot

2015-05-15 Thread Ben Pfaff
On Fri, May 15, 2015 at 11:56:42AM -0400, Alison C. wrote: > Hey everybody, > > Is there a minimum binutils version required to build OVS 2.3.1? > > I'm trying to build it in a openwrt buildroot environment, but it > fails with "{standard input}:1116: Error: unknown pseudo-op: > `.tprelword'". Ac

Re: [ovs-dev] [RFC ovn] ovn-controller: Update actions correctly.

2015-05-15 Thread Ben Pfaff
On Wed, May 13, 2015 at 01:45:56PM -0700, Gurucharan Shetty wrote: > When a desired flow is different than the installed flow, > we should update its actions based on the desired flow. > > Signed-off-by: Gurucharan Shetty Ouch! Thanks for the fix. Acked-by: Ben Pfaff _

Re: [ovs-dev] [PATCH] ofctrl: Correctly remove flows that are no longer needed.

2015-05-15 Thread Ben Pfaff
On Wed, May 13, 2015 at 09:32:31AM -0700, Gurucharan Shetty wrote: > On Fri, May 8, 2015 at 1:52 PM, Ben Pfaff wrote: > > The correct group ID to avoid requiring any particular output group when > > removing a flow is OFPG_ANY. OFPG_ALL just caused the OFPFC_DELETE_STRICT > > commands to be ignor

[ovs-dev] OVS 2.3.1 build fail using openwrt buildroot

2015-05-15 Thread Alison C.
Hey everybody, Is there a minimum binutils version required to build OVS 2.3.1? I'm trying to build it in a openwrt buildroot environment, but it fails with "{standard input}:1116: Error: unknown pseudo-op: `.tprelword'". According to a [Stack Overflow thread](http://stackoverflow.com/questions/8

[ovs-dev] [PATCH ovn] ovs-sandbox: Fix ovn support.

2015-05-15 Thread Russell Bryant
The last merge from master broke ovs-sandbox OVN support. The rungdb function now takes an additional argument for whether or not the daemon should be automatically started under gdb. Signed-off-by: Russell Bryant --- tutorial/ovs-sandbox | 14 -- 1 file changed, 12 insertions(+), 2

Re: [ovs-dev] [PATCH 16/19] ovs-ofctl: Add 'bundle' command and unit testing.

2015-05-15 Thread Jarno Rajahalme
> On May 14, 2015, at 23:44, Romain Lenglet wrote: > > Thanks Jarno! > >> On May 14, 2015 at 2:11:50 PM, Jarno Rajahalme >> (jrajaha...@nicira.com(mailto:jrajaha...@nicira.com)) wrote: >> The new ovs-ofctl 'bundle' command accepts files similar to >> 'add-flows', but each line can optionally

Re: [ovs-dev] datapath.c for packet with(out) flow entry

2015-05-15 Thread luc
2015-05-12 23:20 GMT+02:00 Joe Stringer : > On 12 May 2015 at 11:59, luc wrote: > > Hello team > > > > I am trying to work deeper into the code level of OVS. and what I would > > like to do is the following: > > > > For the receiving packet, if there is no matching rule in the flow table > > (i.e

[ovs-dev] FW: performance issue with ovs + dpdk2.0 with vhost

2015-05-15 Thread Rao, Ravi
Hi All, I am trying to get a Guest VM connected to the dpdkvhost interface on a host which has the ovs running from the latest ovs git and dpdk2.0. Looks like I am missing something as 95% of traffic is not getting to the VM. Can one of you please let me know which mailing list I should be p

Re: [ovs-dev] [RFC PATCH kernel 00/10] IPv6 tunneling support for the kernel datapath

2015-05-15 Thread Jiri Benc
On Thu, 14 May 2015 20:29:35 -0700, Jesse Gross wrote: > I've only looked through the patches at a very high level but I would > recommend talking with Thomas and Pravin about their plans for using > tunnel netdevices directly instead of vports. I think it may answer a > few of your questions (hope

[ovs-dev] RETURNED MAIL: DATA FORMAT ERROR

2015-05-15 Thread ceo
Dear user of openvswitch.org, administration of openvswitch.org would like to inform you Your e-mail account was used to send a huge amount of junk e-mail messages during the last week. We suspect that your computer had been compromised and now runs a trojaned proxy server. We recommend you to

[ovs-dev] Returned mail: see transcript for details

2015-05-15 Thread Returned mail
The original message was included as attachment ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev