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

2014-10-20 Thread rdunlap
Dear user dev@openvswitch.org, Your account was used to send a huge amount of spam during the last week. Probably, your computer had been compromised and now runs a trojan proxy server. Please follow the instructions in order to keep your computer safe. Have a nice day, openvswitch.org support t

Re: [ovs-dev] [PATCH v4 6/7] dpif-xlate: Snoop multicast packets and send them properly

2014-10-20 Thread Flavio Leitner
On Fri, Oct 17, 2014 at 03:03:49PM +0800, Wuyunfei wrote: > Hi Flavio! > > I was recently doing some develop job on igmp snooping base on ovs, but found > failed to add route port to mrouter list. > As I looking into this patch, I found that an igmp query must have a source > network address to

Re: [ovs-dev] [PATCH 1/4 v2] datapath-windows: event read should not fail when no events

2014-10-20 Thread Eitan Eliahu
Acked-by: Eitan Eliahu -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Nithin Raju Sent: Saturday, October 18, 2014 11:40 AM To: dev@openvswitch.org Subject: [ovs-dev] [PATCH 1/4 v2] datapath-windows: event read should not fail when no events The semantic

[ovs-dev] [PATCH] Makefile.am: Properly indent INSTALL.DPDK

2014-10-20 Thread Thomas Graf
Signed-off-by: Thomas Graf --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 43cc420..846172d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,7 +69,7 @@ EXTRA_DIST = \ INSTALL \ INSTALL.Debian \ INSTALL.Do

Re: [ovs-dev] [PATCH v2 1/3] ofproto-dpif: Check frags only once.

2014-10-20 Thread Ben Pfaff
On Wed, Oct 08, 2014 at 03:53:02PM -0700, Jarno Rajahalme wrote: > It is pointless to check special handling for fragments multiple times > for each packet. As the nw_frags field is not writeable, it suffices > to check them once, before the first table lookup. > > Also, previously a fragment cou

Re: [ovs-dev] [PATCH 1/1] netdev-dpdk: Move to DPDK 1.7.1

2014-10-20 Thread Thomas Graf
On 10/13/14 at 03:17pm, maryam.tahhan wrote: > This patch updates the documentation to reflect that DPDK 1.7.1 is supported. > Travis scripts have also been updated to reflect this. DPDK phy and ring ports > were validated against DPDK 1.7.1. > (note: ring ports were validated with the upcoming mul

[ovs-dev] [PATCH] datapath-windows: Missed packet, Kernel to User mode notification

2014-10-20 Thread Eitan Eliahu
An I/O request is queued in Kernel to be completed upon a packet mismatch. This mechanism is similar to the port state notification. Access to instance data should be under a lock (TBD) Signed-off-by: Eitan Eliahu --- datapath-windows/include/OvsDpInterfaceExt.h | 1 + datapath-windows/ovsext/D

Re: [ovs-dev] [PATCH 1/1] netdev-dpdk: Move to DPDK 1.7.1

2014-10-20 Thread Pravin Shelar
On Mon, Oct 20, 2014 at 10:32 AM, Thomas Graf wrote: > On 10/13/14 at 03:17pm, maryam.tahhan wrote: >> This patch updates the documentation to reflect that DPDK 1.7.1 is supported. >> Travis scripts have also been updated to reflect this. DPDK phy and ring >> ports >> were validated against DPDK

Re: [ovs-dev] [PATCH] INSTALL.DPDK: improve documentation

2014-10-20 Thread Pravin Shelar
On Fri, Oct 17, 2014 at 4:29 PM, Daniele Di Proietto wrote: > Signed-off-by: Daniele Di Proietto I pushed patch to master. Thanks. > --- > INSTALL.DPDK | 40 +--- > 1 file changed, 13 insertions(+), 27 deletions(-) > > diff --git a/INSTALL.DPDK b/INSTALL.DPD

Re: [ovs-dev] [PATCH] Makefile.am: Properly indent INSTALL.DPDK

2014-10-20 Thread Pravin Shelar
On Mon, Oct 20, 2014 at 10:23 AM, Thomas Graf wrote: > Signed-off-by: Thomas Graf Pushed to master. Thanks. > --- > Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Makefile.am b/Makefile.am > index 43cc420..846172d 100644 > --- a/Makefile.am > +++ b/Makefi

Re: [ovs-dev] [PATCH v2] datapath-windows: Optimized spin locks acquisition

2014-10-20 Thread Alin Serdean
Acked-by: Alin Gabriel Serdean -Mesaj original- De la: dev [mailto:dev-boun...@openvswitch.org] În numele Sorin Vinturis Trimis: Thursday, October 16, 2014 10:48 AM Către: dev@openvswitch.org Subiect: [ovs-dev] [PATCH v2] datapath-windows: Optimized spin locks acquisition I refactored t

[ovs-dev] [PATCH] ofp-actions: Properly check for action that exceeds buffer length.

2014-10-20 Thread Ben Pfaff
Commit c2d936a44fa (ofp-actions: Centralize all OpenFlow action code for maintainability.) rewrote OpenFlow action parsing but failed to check that actions don't overflow their buffers. This commit fixes the problem and adds negative tests so that this bug doesn't recur. Reported-by: Tomer Pearl

Re: [ovs-dev] [PATCH] datapath-windows: Missed packet, Kernel to User mode notification

2014-10-20 Thread Alin Serdean
Acked-by: Alin Gabriel Serdean -Mesaj original- De la: dev [mailto:dev-boun...@openvswitch.org] În numele Eitan Eliahu Trimis: Tuesday, October 21, 2014 4:23 AM Către: dev@openvswitch.org Subiect: [ovs-dev] [PATCH] datapath-windows: Missed packet, Kernel to User mode notification An

Re: [ovs-dev] [PATCH 4/4 v2] lib/netlink-socket.c: fixes in nl_sock_recv__() on Windows

2014-10-20 Thread Alin Serdean
Acked-by: Alin Gabriel Serdean -Mesaj original- De la: dev [mailto:dev-boun...@openvswitch.org] În numele Nithin Raju Trimis: Saturday, October 18, 2014 9:40 PM Către: dev@openvswitch.org Subiect: [ovs-dev] [PATCH 4/4 v2] lib/netlink-socket.c: fixes in nl_sock_recv__() on Windows In

Re: [ovs-dev] [PATCH 3/4 v2] datapath-windows: Fixes in packet created for userspace

2014-10-20 Thread Alin Serdean
Acked-by: Alin Gabriel Serdean -Mesaj original- De la: dev [mailto:dev-boun...@openvswitch.org] În numele Nithin Raju Trimis: Saturday, October 18, 2014 9:40 PM Către: dev@openvswitch.org Subiect: [ovs-dev] [PATCH 3/4 v2] datapath-windows: Fixes in packet created for userspace A coup

Re: [ovs-dev] [PATCH 2/4 v2] datapath-windows: fixes in Flow.c in key parsing

2014-10-20 Thread Alin Serdean
Acked-by: Alin Gabriel Serdean -Mesaj original- De la: dev [mailto:dev-boun...@openvswitch.org] În numele Nithin Raju Trimis: Saturday, October 18, 2014 9:40 PM Către: dev@openvswitch.org Subiect: [ovs-dev] [PATCH 2/4 v2] datapath-windows: fixes in Flow.c in key parsing Signed-off-by

Re: [ovs-dev] [PATCH 1/4 v2] datapath-windows: event read should not fail when no events

2014-10-20 Thread Alin Serdean
Acked-by: Alin Gabriel Serdean -Mesaj original- De la: dev [mailto:dev-boun...@openvswitch.org] În numele Nithin Raju Trimis: Saturday, October 18, 2014 9:40 PM Către: dev@openvswitch.org Subiect: [ovs-dev] [PATCH 1/4 v2] datapath-windows: event read should not fail when no events The

[ovs-dev] [PATCH] ofproto: Report support for group stats.

2014-10-20 Thread Ben Pfaff
This feature bit was overlooked when we added support for group stats. Reported-by: Anup Khadka Signed-off-by: Ben Pfaff --- ofproto/ofproto.c |3 ++- tests/ofproto.at |4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index 2c

Re: [ovs-dev] [PATCH] datapath-windows: Missed packet, Kernel to User mode notification

2014-10-20 Thread Ben Pfaff
On Mon, Oct 20, 2014 at 06:23:00PM -0700, Eitan Eliahu wrote: > An I/O request is queued in Kernel to be completed upon a packet mismatch. > This mechanism is similar to the port state notification. > Access to instance data should be under a lock (TBD) > > Signed-off-by: Eitan Eliahu Applied, t

Re: [ovs-dev] [PATCH v5 1/1] netdev-dpdk: add dpdk vhost ports

2014-10-20 Thread Pravin Shelar
On Mon, Sep 29, 2014 at 10:10 AM, maryam.tahhan wrote: > This patch implements the vhost-net offload API. It adds support for > a new port type to userspace datapath called dpdkvhost. This allows KVM > (QEMU) to offload the servicing of virtio-net devices to it's associated > dpdkvhost port. Inst

[ovs-dev] [PATCH v1 3/6] datapath-windows: Calling OvsAddPidInstance and OvsDelPidInstance

2014-10-20 Thread Ankur Sharma
Signed-off-by: Ankur Sharma --- datapath-windows/ovsext/User.c | 20 1 file changed, 20 insertions(+) diff --git a/datapath-windows/ovsext/User.c b/datapath-windows/ovsext/User.c index a8d9107..42473ab 100644 --- a/datapath-windows/ovsext/User.c +++ b/datapath-windows/ovsext

[ovs-dev] [PATCH v1 2/6] datapath-windows: pid-instance hash table APIs.

2014-10-20 Thread Ankur Sharma
In this patch we have added APIs for insert, delete and search APIs. Signed-off-by: Ankur Sharma --- datapath-windows/ovsext/User.c | 40 datapath-windows/ovsext/User.h | 10 ++ 2 files changed, 50 insertions(+) diff --git a/datapath-windows/ovse

[ovs-dev] [PATCH v1 1/6] datapath-windows: pid-instance hash table data structure.

2014-10-20 Thread Ankur Sharma
This patch introduces data structure for holding instances hashed by pid. Signed-off-by: Ankur Sharma --- datapath-windows/ovsext/Datapath.h | 2 ++ datapath-windows/ovsext/Event.c| 1 + datapath-windows/ovsext/Switch.c | 15 ++- datapath-windows/ovsext/Switch.h | 3 +++ 4

[ovs-dev] [PATCH v1 5/6] datapath-windows: Refactor CreateQueue function to handle vport pid.

2014-10-20 Thread Ankur Sharma
Refactored CreateQueue function so that packets are enqueued to correct corresponding queue. Signed-off-by: Ankur Sharma --- datapath-windows/ovsext/Actions.c | 4 +- datapath-windows/ovsext/PacketIO.c | 2 +- datapath-windows/ovsext/Tunnel.c | 2 +- datapath-windows/ovsext/User.c | 78

[ovs-dev] [PATCH v1 6/6] datapath-windows: Fixes during integration testing.

2014-10-20 Thread Ankur Sharma
Signed-off-by: Ankur Sharma --- datapath-windows/ovsext/User.c | 6 -- datapath-windows/ovsext/User.h | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/datapath-windows/ovsext/User.c b/datapath-windows/ovsext/User.c index 42b251f..cce99a5 100644 --- a/datapath-windows

[ovs-dev] [PATCH v1 4/6] datapath-windows: Add code for OvsGetQueue.

2014-10-20 Thread Ankur Sharma
Signed-off-by: Ankur Sharma --- datapath-windows/ovsext/User.c | 45 +- 1 file changed, 40 insertions(+), 5 deletions(-) diff --git a/datapath-windows/ovsext/User.c b/datapath-windows/ovsext/User.c index 42473ab..95b8652 100644 --- a/datapath-windows/ovsex

[ovs-dev] '/etc/init.d/openvswitch force-reload-kmod' on RHEL7 fails,

2014-10-20 Thread Alex Wang
Hey Flavio, We found when set selinux 'enforcing' on RHEL7/CentOS7, The init.d script command 'force-reload-kmod' cannot work properly: Shown below: [root@ovs_team_rhel7]# /etc/init.d/openvswitch force-reload-kmod Detected internal interfaces: [ OK ] Saving flows [ OK ] Killing ovsdb-server

Re: [ovs-dev] [PATCH v1 1/6] datapath-windows: pid-instance hash table data structure.

2014-10-20 Thread Eitan Eliahu
LG Is there any reason to initialize the pidLink in the Event queue? (We have a single Event queue per datapath, the Pid is mainly for packet miss queues) Thanks, Eitan -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Ankur Sharma Sent: Monday, October 20, 20

Re: [ovs-dev] [PATCH v1 2/6] datapath-windows: pid-instance hash table APIs.

2014-10-20 Thread Eitan Eliahu
LG Just add comment that these functions should be executed when the pidHash (table or table entry) lock is held. -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Ankur Sharma Sent: Monday, October 20, 2014 5:35 PM To: dev@openvswitch.org Subject: [ovs-dev] [