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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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] [
29 matches
Mail list logo