Re: [ovs-dev] [PATCH] ovn-nbctl, ovn-sbctl, ovs-vsctl: Remove gratuitous NULL checks.

2017-05-29 Thread Miguel Angel Ajo Pelayo
Acked-by: Miguel Angel Ajo On Sat, May 27, 2017 at 5:44 AM, Ben Pfaff wrote: > These functions all set txn and do not un-set it within their main > command execution function, so it's gratuitous to check it along this path. > > Found by Coverity. > >

Re: [ovs-dev] [PATCH 3/4] dpif-netdev: Avoid port's reconfiguration on pmd-cpu-mask changes.

2017-05-29 Thread Kevin Traynor
On 05/29/2017 01:22 PM, Ilya Maximets wrote: > On 26.05.2017 20:14, Kevin Traynor wrote: >> On 05/26/2017 03:55 PM, Ilya Maximets wrote: >>> On 10.03.2017 07:27, Daniele Di Proietto wrote: 2017-02-21 6:49 GMT-08:00 Ilya Maximets : > Reconfiguration of HW NICs may

Re: [ovs-dev] [PATCH 3/4] dpif-netdev: Avoid port's reconfiguration on pmd-cpu-mask changes.

2017-05-29 Thread Ilya Maximets
On 29.05.2017 16:26, Kevin Traynor wrote: > On 05/29/2017 01:22 PM, Ilya Maximets wrote: >> On 26.05.2017 20:14, Kevin Traynor wrote: >>> On 05/26/2017 03:55 PM, Ilya Maximets wrote: On 10.03.2017 07:27, Daniele Di Proietto wrote: > 2017-02-21 6:49 GMT-08:00 Ilya Maximets

Re: [ovs-dev] [PATCH] ovn-controller: Fix memory leak in create_br_int().

2017-05-29 Thread Miguel Angel Ajo Pelayo
Acked-By: Miguel Angel Ajo On Sat, May 27, 2017 at 1:17 AM, Ben Pfaff wrote: > Found by Coverity. > > Reported-at: https://scan3.coverity.com/reports.htm#v16889/p10449/ > fileInstanceId=14763066=4305324=180404& > fileStart=251=500 > Signed-off-by: Ben Pfaff

Re: [ovs-dev] [PATCH 3/4] dpif-netdev: Avoid port's reconfiguration on pmd-cpu-mask changes.

2017-05-29 Thread Ilya Maximets
On 26.05.2017 20:14, Kevin Traynor wrote: > On 05/26/2017 03:55 PM, Ilya Maximets wrote: >> On 10.03.2017 07:27, Daniele Di Proietto wrote: >>> 2017-02-21 6:49 GMT-08:00 Ilya Maximets : Reconfiguration of HW NICs may lead to packet drops. In current model all

Re: [ovs-dev] [PATCH v2 1/3] netdev-dpdk: Fix Rx checksum reconfigure.

2017-05-29 Thread Kevin Traynor
On 05/26/2017 03:04 PM, Chandran, Sugesh wrote: > > > Regards > _Sugesh > > >> -Original Message- >> From: Chandran, Sugesh >> Sent: Wednesday, May 17, 2017 10:50 AM >> To: Kevin Traynor >> Cc: d...@openvswitch.org >> Subject: RE: [PATCH v2 1/3] netdev-dpdk: Fix

[ovs-dev] Sage Users List

2017-05-29 Thread diana . johnson
Hi, Would you be interested Sage Users contact information for your marketing campaigns? We also have other technology users like: Oracle users, PeopleSoft users, JD EdwardsÂ’s users, Informatica users, Infor users, Microsoft Dynamics users, Epicor and many more... Below are the few

Re: [ovs-dev] [PATCH 2/2] docs: Document dpdkr ports

2017-05-29 Thread Kevin Traynor
On 05/26/2017 03:12 PM, Stephen Finucane wrote: > I has an idea what these were but that idea was somewhat incorrect and > out-of-date. Add a minimal guide to fill in these gaps, along with a > warning about how useless these things generally are now (yay, > vhost-user). > > Signed-off-by:

Re: [ovs-dev] [PATCH 3/4] dpif-netdev: Avoid port's reconfiguration on pmd-cpu-mask changes.

2017-05-29 Thread Ilya Maximets
On 29.05.2017 18:00, Kevin Traynor wrote: > On 05/29/2017 02:31 PM, Ilya Maximets wrote: >> On 29.05.2017 16:26, Kevin Traynor wrote: >>> On 05/29/2017 01:22 PM, Ilya Maximets wrote: On 26.05.2017 20:14, Kevin Traynor wrote: > On 05/26/2017 03:55 PM, Ilya Maximets wrote: >> On

Re: [ovs-dev] [PATCH RFC 4/4] dpif-netdev: Don't uninit emc on reload.

2017-05-29 Thread Ferriter, Cian
> -Original Message- > From: ovs-dev-boun...@openvswitch.org [mailto:ovs-dev- > boun...@openvswitch.org] On Behalf Of Daniele Di Proietto > Sent: 10 March 2017 04:35 > To: Ilya Maximets > Cc: d...@openvswitch.org; Heetae Ahn > Subject:

Re: [ovs-dev] [PATCH 3/4] dpif-netdev: Avoid port's reconfiguration on pmd-cpu-mask changes.

2017-05-29 Thread Kevin Traynor
On 05/29/2017 02:31 PM, Ilya Maximets wrote: > On 29.05.2017 16:26, Kevin Traynor wrote: >> On 05/29/2017 01:22 PM, Ilya Maximets wrote: >>> On 26.05.2017 20:14, Kevin Traynor wrote: On 05/26/2017 03:55 PM, Ilya Maximets wrote: > On 10.03.2017 07:27, Daniele Di Proietto wrote: >>

Re: [ovs-dev] [PATCH 1/2] docs: Clarify the superiority of dpdkvhostuserclient

2017-05-29 Thread Kevin Traynor
On 05/26/2017 03:12 PM, Stephen Finucane wrote: > Apparently dpdkvhostuser interfaces are inferior to dpdkvhostuserclient. > Explain why. > > Signed-off-by: Stephen Finucane > Cc: Ciara Loftus > Cc: Kevin Traynor > --- > I'd like

Re: [ovs-dev] [PATCH 2/4] dpif-netdev: Incremental addition/deletion of PMD threads.

2017-05-29 Thread Ferriter, Cian
> -Original Message- > From: ovs-dev-boun...@openvswitch.org [mailto:ovs-dev- > boun...@openvswitch.org] On Behalf Of Daniele Di Proietto > Sent: 10 March 2017 04:13 > To: Ilya Maximets > Cc: d...@openvswitch.org; Heetae Ahn > Subject:

[ovs-dev] [PATCH] debian.rst: Clarify that "dpkg" needs manual help with dependencies.

2017-05-29 Thread Ben Pfaff
Reported-by: Mircea Ulinic Signed-off-by: Ben Pfaff --- AUTHORS.rst| 1 + Documentation/intro/install/debian.rst | 14 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index

[ovs-dev] [PATCH 1/3] ovs-router: fix refcnt leak when program terminates.

2017-05-29 Thread Flavio Leitner
Install a handler to flush routes and release devices when the program is terminating. Signed-off-by: Flavio Leitner --- lib/ovs-router.c | 34 ++ 1 file changed, 26 insertions(+), 8 deletions(-) diff --git a/lib/ovs-router.c b/lib/ovs-router.c

[ovs-dev] [PATCH 0/3] Allow restart to keep network configuration

2017-05-29 Thread Flavio Leitner
This patchset changes OVS to allow restarts to preserve bridge's network configuration when using netdev datapath. Flavio Leitner (3): ovs-router: fix refcnt leak when program terminates. netdev-linux: make tap devices persistent. netdev-linux: maintain original device's state

[ovs-dev] Bug#863661: openvswitch: CVE-2017-9264

2017-05-29 Thread Salvatore Bonaccorso
Source: openvswitch Version: 2.6.2~pre+git20161223-3 Severity: important Tags: patch upstream security Hi, the following vulnerability was published for openvswitch. CVE-2017-9264[0]: | In lib/conntrack.c in the firewall implementation in Open vSwitch (OvS) | 2.6.1, there is a buffer over-read

[ovs-dev] Bug#863662: openvswitch: CVE-2017-9265

2017-05-29 Thread Salvatore Bonaccorso
Source: openvswitch Version: 2.6.2~pre+git20161223-3 Severity: normal Tags: upstream patch security Hi, the following vulnerability was published for openvswitch. CVE-2017-9265[0]: | In Open vSwitch (OvS) v2.7.0, there is a buffer over-read while parsing | the group mod OpenFlow message sent

[ovs-dev] Bug#863655: openvswitch: CVE-2017-9263

2017-05-29 Thread Ben Pfaff
notfound 863655 2.3.0+git20140819-1 found 863655 2.6.2~pre+git20161223-3 severity 863655 normal thanks On Mon, May 29, 2017 at 09:44:13PM +0200, Salvatore Bonaccorso wrote: > Source: openvswitch > Version: 2.3.0+git20140819-1 > Severity: important > Tags: security upstream patch > > Hi, > > the

[ovs-dev] Processed: Re: Bug#863655: openvswitch: CVE-2017-9263

2017-05-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > notfound 863655 2.3.0+git20140819-1 Bug #863655 [src:openvswitch] openvswitch: CVE-2017-9263 No longer marked as found in versions openvswitch/2.3.0+git20140819-1. > found 863655 2.6.2~pre+git20161223-3 Bug #863655 [src:openvswitch] openvswitch:

Re: [ovs-dev] [PATCH V9 13/31] netdev-tc-offloads: Implement netdev flow dump api using tc interface

2017-05-29 Thread Roi Dayan
On 28/05/2017 14:59, Roi Dayan wrote: From: Paul Blakey Signed-off-by: Paul Blakey Reviewed-by: Roi Dayan Reviewed-by: Simon Horman --- lib/netdev-tc-offloads.c | 184

Re: [ovs-dev] [PATCH] ovsdb: Check null before deref in ovsdb_monitor_table_condition_update().

2017-05-29 Thread Liran Schour
Thanks, - Liran ovs-dev-boun...@openvswitch.org wrote on 27/05/2017 06:51:15 AM: > From: Ben Pfaff > To: d...@openvswitch.org > Cc: Ben Pfaff > Date: 27/05/2017 06:51 AM > Subject: [ovs-dev] [PATCH] ovsdb: Check null before deref in >

Re: [ovs-dev] [PATCH] ovn-northd: Avoid null deref for missing outport in build_static_route_flow().

2017-05-29 Thread Miguel Angel Ajo Pelayo
Acked-By: Miguel Angel Ajo On Sat, May 27, 2017 at 7:39 AM, Ben Pfaff wrote: > Found by Coverity. > > Reported-at: https://scan3.coverity.com/reports.htm#v16889/p10449/ > fileInstanceId=14763080=4305186=179788 > Signed-off-by: Ben Pfaff > --- >

Re: [ovs-dev] [PATCH] ovn: Fix encoding of large logical output ports for STT.

2017-05-29 Thread Miguel Angel Ajo Pelayo
Acked-By: Miguel Angel Ajo $ cat test.c #include #include void main(void) { printf("uint16_t<<24=%Lx\n", ((uint16_t)0xf123)<<24); printf("uint64_t<<24=%Lx\n", ((uint64_t)0xf123)<<24); } linux: vagrant@gw1 in ~/ovs on $ ./test uint16_t<<24=2300

[ovs-dev] Bug#863661: openvswitch: CVE-2017-9264

2017-05-29 Thread Salvatore Bonaccorso
Hi On Mon, May 29, 2017 at 04:35:30PM -0700, Ben Pfaff wrote: > severity 863661 normal > thanks > > On Mon, May 29, 2017 at 10:14:49PM +0200, Salvatore Bonaccorso wrote: > > Source: openvswitch > > Version: 2.6.2~pre+git20161223-3 > > Severity: important > > Tags: patch upstream security > > >

[ovs-dev] Bug#863655: openvswitch: CVE-2017-9263

2017-05-29 Thread Salvatore Bonaccorso
HI Ben, On Mon, May 29, 2017 at 01:35:58PM -0700, Ben Pfaff wrote: > notfound 863655 2.3.0+git20140819-1 > found 863655 2.6.2~pre+git20161223-3 > severity 863655 normal > thanks > > On Mon, May 29, 2017 at 09:44:13PM +0200, Salvatore Bonaccorso wrote: > > Source: openvswitch > > Version:

[ovs-dev] Processed: Re: Bug#863661: openvswitch: CVE-2017-9264

2017-05-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 863661 normal Bug #863661 [src:openvswitch] openvswitch: CVE-2017-9264 Severity set to 'normal' from 'important' > thanks Stopping processing here. Please contact me if you need assistance. -- 863661: