Re: [ovs-dev] [ovs-dev, RFC] ovn: support for service function chaining

2017-02-10 Thread Mickey Spiegel
On Thu, Feb 2, 2017 at 3:22 PM, wrote: > From: John McDowall > > This patchset is the first round at having Service Function Chaining > functionality through OVN. The implementation is done entirely > on the northbound side of OVN. It is a bump on the wire implementation, > so no attempt is bein

Re: [ovs-dev] [PATCH 3/3] rhel: Fix ifup and ifdown after DPDK naming change.

2017-02-10 Thread Ben Pfaff
On Sat, Feb 11, 2017 at 12:14:24AM +, Daniele Di Proietto wrote: > On 02/02/2017 12:48, "Ben Pfaff" wrote: > >I don't understand why this uses "set" then $1. Are you concerned that > >BOND_DPDK_DEVARGS might have multiple words and you want to get just the > >first one? > > Now for each inte

Re: [ovs-dev] [PATCH] dpdk: Fixes memory leak in dpdk_init__().

2017-02-10 Thread Daniele Di Proietto
On 10/02/2017 08:46, "Aaron Conole" wrote: >nickcooper-zhangtonghao writes: > >> If users configure the 'vhost-sock-dir' for dpdk, the memory >> allocated by xstrdup(ovs_rundir()) is not freed. This patch >> allows the process_vhost_flags to xstrdup() for val or >> default_val according to

Re: [ovs-dev] [PATCH] rhel: Fix dpdk-devel version and dependencies in fedora packager

2017-02-10 Thread Daniele Di Proietto
2017-02-09 6:47 GMT-08:00 Timothy Redaelli : > Now dpdk-devel >= 16.11 is needed and also libpcap-devel numactl-devel > > Tested on mock with rawhide chroot and Fedora 23 vagrant machine by using the > rawhide dpdk and dpdk-devel packages > > Signed-off-by: Timothy Redaelli Thanks, applied to mas

Re: [ovs-dev] [PATCH] rhel/ifup: support vhost-user client mode

2017-02-10 Thread Daniele Di Proietto
2017-02-10 9:49 GMT-08:00 Aaron Conole : > From: Aaron Conole > > This adds support for ifup to configure client-mode sockets by exposing > two new variables $OVS_PORT_MODE and $OVS_PORT_PATH to the ifcfg > scripts. When OVS_PORT_MODE is set to 'client', the OVS_PORT_PATH will > be passed as the

Re: [ovs-dev] [PATCH 3/3] rhel: Fix ifup and ifdown after DPDK naming change.

2017-02-10 Thread Daniele Di Proietto
On 02/02/2017 12:48, "Ben Pfaff" wrote: >On Tue, Jan 24, 2017 at 06:21:53PM -0800, Daniele Di Proietto wrote: >> Names like dpdk0 and dpdk1 are not enough to identify a DPDK interface. >> We could update README.RHEL.rst and add >> >> OVS_EXTRA='set Interface ${DEVICE} options:dpdk-devargs=0

[ovs-dev] [PATCH] rhel: make openvswitch service start return when ready

2017-02-10 Thread Alan Pevec
In OVS 2.6 openvswitch systemd service was changed to use BindsTo instead of Requires for sub-services but also removed them from After This made main openvswitch service return before sub-services were ready breaking scripts which assumed everything is ready after systemctl start e.g. in OpenStac

[ovs-dev] [PATCH] AUTHORS: Add Mickey Spiegel

2017-02-10 Thread Mickey Spiegel
Signed-off-by: Mickey Spiegel --- AUTHORS.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS.rst b/AUTHORS.rst index b567fcc..3833041 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -207,6 +207,7 @@ Maxime Coquelin maxime.coque...@redhat.com Mehak Mahajan

Re: [ovs-dev] [PATCH branch-2.7 1/1] datapath: maintain correct checksum state in conntrack actions.

2017-02-10 Thread Joe Stringer
On 9 February 2017 at 04:57, Lance Richardson wrote: >> From: "Joe Stringer" >> To: d...@openvswitch.org >> Cc: "Lance Richardson" >> Sent: Wednesday, February 8, 2017 8:14:08 PM >> Subject: [PATCH branch-2.7 1/1] datapath: maintain correct checksum state in >> conntrack actions. >> >> Upstream

[ovs-dev] [PATCH branch-2.7] ovn: Mention distributed NAT in NEWS

2017-02-10 Thread Mickey Spiegel
Signed-off-by: Mickey Spiegel --- NEWS | 10 ++ debian/changelog | 10 ++ 2 files changed, 20 insertions(+) diff --git a/NEWS b/NEWS index 3006f77..89bb026 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,16 @@ v2.7.0 - xx xxx information regarding remote connec

Re: [ovs-dev] [PATCH v3 00/16] port Jiri Benc's L3 patchset to ovs

2017-02-10 Thread Joe Stringer
On 9 February 2017 at 17:45, Yang, Yi Y wrote: > Joe, thank you for explanation, let us push 802.1ad backport patches first, > Eric Garver has acked two of them, I'll rework another one patch he > commented. What Valentine mentioned has no business with 802.1 ad, it is what > we want to conside

Re: [ovs-dev] [PATCH v3 00/16] port Jiri Benc's L3 patchset to ovs

2017-02-10 Thread Joe Stringer
On 10 February 2017 at 12:25, Eric Garver wrote: > On Fri, Feb 10, 2017 at 11:24:58AM -0500, Eric Garver wrote: >> On Tue, Feb 07, 2017 at 02:30:46PM -0800, Joe Stringer wrote: >> > On 7 February 2017 at 09:44, Joe Stringer wrote: >> > > On 6 February 2017 at 16:46, Yang, Yi Y wrote: >> > >> Joe

Re: [ovs-dev] [PATCH v3 00/16] port Jiri Benc's L3 patchset to ovs

2017-02-10 Thread Eric Garver
On Fri, Feb 10, 2017 at 11:24:58AM -0500, Eric Garver wrote: > On Tue, Feb 07, 2017 at 02:30:46PM -0800, Joe Stringer wrote: > > On 7 February 2017 at 09:44, Joe Stringer wrote: > > > On 6 February 2017 at 16:46, Yang, Yi Y wrote: > > >> Joe, I checked current ovs and net-next kernel, obviously s

Re: [ovs-dev] [RFC] rhel/ifup: support vhost-user client mode

2017-02-10 Thread Aaron Conole
Aaron Conole writes: > This adds support for ifup to configure client-mode sockets by exposing > two new variables $OVS_PORT_MODE and $OVS_PORT_PATH to the ifcfg > scripts. When OVS_PORT_MODE is set to 'client', the OVS_PORT_PATH will > be passed as the vhost-server-path option. > > No change is

[ovs-dev] [PATCH] rhel/ifup: support vhost-user client mode

2017-02-10 Thread Aaron Conole
From: Aaron Conole This adds support for ifup to configure client-mode sockets by exposing two new variables $OVS_PORT_MODE and $OVS_PORT_PATH to the ifcfg scripts. When OVS_PORT_MODE is set to 'client', the OVS_PORT_PATH will be passed as the vhost-server-path option. No change is needed to if

Re: [ovs-dev] [PATCH] dpdk: Fixes memory leak in dpdk_init__().

2017-02-10 Thread Aaron Conole
nickcooper-zhangtonghao writes: > If users configure the 'vhost-sock-dir' for dpdk, the memory > allocated by xstrdup(ovs_rundir()) is not freed. This patch > allows the process_vhost_flags to xstrdup() for val or > default_val according to configuration and the caller must > free new_val when it

[ovs-dev] Finanzas para no Financieros

2017-02-10 Thread Programa Integral de Capacitación 2017
Beneficie a todo su equipo durante tres meses, ¡por un precio espectacular! Programa Integral de Capacitación Online indispensable para los responsables de Contabilidad y Finanzas. 12 Conferencias pregrabadas inéditas para capacitar a todo el personal Con este Programa Integral de Capacitación

Re: [ovs-dev] [PATCH v3 00/16] port Jiri Benc's L3 patchset to ovs

2017-02-10 Thread Eric Garver
On Tue, Feb 07, 2017 at 02:30:46PM -0800, Joe Stringer wrote: > On 7 February 2017 at 09:44, Joe Stringer wrote: > > On 6 February 2017 at 16:46, Yang, Yi Y wrote: > >> Joe, I checked current ovs and net-next kernel, obviously some patches > >> from net-next are selectively backported to ovs, bu

Re: [ovs-dev] [PATCH v8] dpif-netdev: Conditional EMC insert

2017-02-10 Thread Kevin Traynor
On 02/10/2017 10:57 AM, Ciara Loftus wrote: > Unconditional insertion of EMC entries results in EMC thrashing at high > numbers of parallel flows. When this occurs, the performance of the EMC > often falls below that of the dpcls classifier, rendering the EMC > practically useless. > > Instead of

Re: [ovs-dev] [PATCH] compat: Remove rpl_dev_queue_xmit() backport.

2017-02-10 Thread Simon Horman
On Thu, Feb 09, 2017 at 04:32:08PM -0800, Joe Stringer wrote: > On 9 February 2017 at 02:20, Simon Horman wrote: > > Hi Joe, > > > > On Wed, Feb 08, 2017 at 04:50:36PM -0800, Joe Stringer wrote: > >> The MPLS portions of this were inadvertently broken in v2.4 due to > >> 433637881ca5 ("datapath: d

Re: [ovs-dev] [PATCH v2 4/4] datapath: backport: openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributes

2017-02-10 Thread Eric Garver
On Mon, Feb 06, 2017 at 08:36:51PM +0800, Yi Yang wrote: > commit 018c1dda5ff1e7bd1fe2d9fd1d0f5b82dc6fc0cd > Author: Eric Garver > Date: Wed Sep 7 12:56:59 2016 -0400 > > Add support for 802.1ad including the ability to push and pop double > tagged vlans. Add support for 802

[ovs-dev] [PATCH 2/2] ovn-northd: Add logical flows to support native DNS

2017-02-10 Thread nusiddiq
From: Numan Siddique OVN implements native DNS resolution which can be used to resolve the internal DNS names belonging to a logical datapath. To support this, the logical ports should be configured with the hostname in the 'Logical_Switch_Port.options:hostname' and an optional fqdn in 'Logical_

[ovs-dev] [PATCH 1/2] ovn-controller: Add 'dns_lkup' action

2017-02-10 Thread nusiddiq
From: Numan Siddique This patch adds a new OVN action 'dns_lkup' to support native DNS. ovn-controller parses this action and adds a NXT_PACKET_IN2 OF flow with 'pause' flag set. A new table 'DNS' is added in the SB DB to look up and resolve the DNS queries. When a valid DNS packet is received b

Re: [ovs-dev] Invitation: OVS-DPDK bi-weekly meeting...

2017-02-10 Thread Kevin Traynor
09 FEB 2016 ATTENDEES: Daniele, Robin, Mark G, Ian, Ciara, Bhanu, FBL, Aaron, Rashid, Jan S, Vinod, Thomas M, Krisztian, Rony + others I didn’t note Next meeting: 2017-02-23, 5-6 GMT AGENDA - OVS 2.7 Status -- Feb. 17, 2017: Release branch-2.7 as version 2.7.0. -- ‘Experimental’ tag removed. Thi

Re: [ovs-dev] who tell ovsdb-server to create listen socket for oven's nb and sb?

2017-02-10 Thread Lance Richardson
> From: "lg.yue" > To: "devovs" > Sent: Friday, February 10, 2017 5:31:00 AM > Subject: [ovs-dev] who tell ovsdb-server to create listen socket for oven's > nb and sb? > > Hi, all: > 1. who tell ovsdb-server to create listen socket for oven's nb and sb? > ovsdb-server --detach --monitor -

[ovs-dev] [PATCH v8] dpif-netdev: Conditional EMC insert

2017-02-10 Thread Ciara Loftus
Unconditional insertion of EMC entries results in EMC thrashing at high numbers of parallel flows. When this occurs, the performance of the EMC often falls below that of the dpcls classifier, rendering the EMC practically useless. Instead of unconditionally inserting entries into the EMC when a mi

[ovs-dev] who tell ovsdb-server to create listen socket for oven's nb and sb?

2017-02-10 Thread lg.yue
Hi, all: 1. who tell ovsdb-server to create listen socket for oven's nb and sb? ovsdb-server --detach --monitor -vconsole:off --log-file=/var/log/openvswitch/ovsdb-server-nb.log --remote=punix:/run/openvswitch/ovnnb_db.sock --pidfile=/run/openvswitch/ovnnb_db.pid --remote=db:OVN_Northbou

[ovs-dev] Belangrijke Mededeling

2017-02-10 Thread Cathrine Stang Schonhowd
De mailbox heeft overschreden de limiet opslag door het e-beheerder ingesteld, en u zult niet in staat zijn om nieuwe berichten te ontvangen, totdat u opnieuw valideren. Om opnieuw validate - >> KLIK HIER