Re: [ovs-dev] RFC: two-week feature freeze on master before branching

2016-07-31 Thread Ben Pfaff
On Mon, Aug 01, 2016 at 12:51:04AM -0500, Justin Pettit wrote: > > > On Jul 29, 2016, at 11:55 PM, Ben Pfaff wrote: > > > > We've done a good job of getting our features into master before > > branching for the 2.6 release on the proposed date of Aug. 1. Thanks, > > everybody.

Re: [ovs-dev] [PATCH] ovs-bugtool: Correct "rmdir" error messages during "make distcheck".

2016-07-31 Thread Weglicki, MichalX
Hello, So in general the problem is that during clean up procedure of distcheck: rmdir: failed to remove ‘/openvswitch-2.5.90/_inst/share/openvswitch/bugtool-plugins/’: Directory not empty rmdir: failed to remove

Re: [ovs-dev] RFC: two-week feature freeze on master before branching

2016-07-31 Thread Justin Pettit
> On Jul 29, 2016, at 11:55 PM, Ben Pfaff wrote: > > We've done a good job of getting our features into master before > branching for the 2.6 release on the proposed date of Aug. 1. Thanks, > everybody. However, I know that some features targeted at 2.6 will be > coming in next

Re: [ovs-dev] [IPv6 v2 09/10] ovn: Add support for link-local addresses.

2016-07-31 Thread Justin Pettit
> On Aug 1, 2016, at 12:17 AM, Ben Pfaff wrote: > > On Mon, Aug 01, 2016 at 12:12:17AM -0500, Justin Pettit wrote: >> >>> On Jul 29, 2016, at 12:46 PM, Ben Pfaff wrote: >>> >>> On Thu, Jul 28, 2016 at 11:26:19PM -0700, Justin Pettit wrote: Every IPv6-enabled

Re: [ovs-dev] [IPv6 v2 10/10] ovn: Add support for IPv6 dynamic bindings.

2016-07-31 Thread Justin Pettit
> On Aug 1, 2016, at 12:18 AM, Ben Pfaff wrote: > > On Mon, Aug 01, 2016 at 12:13:45AM -0500, Justin Pettit wrote: >> >>> On Jul 29, 2016, at 12:53 PM, Ben Pfaff wrote: >>> >>> On Thu, Jul 28, 2016 at 11:26:20PM -0700, Justin Pettit wrote: This commit also

Re: [ovs-dev] [IPv6 v2 10/10] ovn: Add support for IPv6 dynamic bindings.

2016-07-31 Thread Ben Pfaff
On Mon, Aug 01, 2016 at 12:13:45AM -0500, Justin Pettit wrote: > > > On Jul 29, 2016, at 12:53 PM, Ben Pfaff wrote: > > > > On Thu, Jul 28, 2016 at 11:26:20PM -0700, Justin Pettit wrote: > >> This commit also introduces "get_nd" and "put_nd" logical actions. > >> > >>

Re: [ovs-dev] [IPv6 v2 09/10] ovn: Add support for link-local addresses.

2016-07-31 Thread Ben Pfaff
On Mon, Aug 01, 2016 at 12:12:17AM -0500, Justin Pettit wrote: > > > On Jul 29, 2016, at 12:46 PM, Ben Pfaff wrote: > > > > On Thu, Jul 28, 2016 at 11:26:19PM -0700, Justin Pettit wrote: > >> Every IPv6-enabled interface is supposed to have a link-local address > >> available to

Re: [ovs-dev] [IPv6 v2 10/10] ovn: Add support for IPv6 dynamic bindings.

2016-07-31 Thread Justin Pettit
> On Jul 29, 2016, at 12:53 PM, Ben Pfaff wrote: > > On Thu, Jul 28, 2016 at 11:26:20PM -0700, Justin Pettit wrote: >> This commit also introduces "get_nd" and "put_nd" logical actions. >> >> Signed-off-by: Justin Pettit > > struct put_mac_binding might include

Re: [ovs-dev] [IPv6 v2 09/10] ovn: Add support for link-local addresses.

2016-07-31 Thread Justin Pettit
> On Jul 29, 2016, at 12:46 PM, Ben Pfaff wrote: > > On Thu, Jul 28, 2016 at 11:26:19PM -0700, Justin Pettit wrote: >> Every IPv6-enabled interface is supposed to have a link-local address >> available to it. This commit adds a link local interface to each router >> port and

Re: [ovs-dev] [IPv6 v2 08/10] ovn: Don't require clearing inport to hair-pin packets.

2016-07-31 Thread Justin Pettit
> On Jul 29, 2016, at 12:43 PM, Ben Pfaff wrote: > > On Thu, Jul 28, 2016 at 11:26:18PM -0700, Justin Pettit wrote: >> Introduce the "flags.loopback" symbol to allow packets to be sent back >> on their ingress ports. Previously, one needed to clear "inport" to >> hair-pin

Re: [ovs-dev] [IPv6 v2 07/10] ovn-northd: Implement basic IPv6 routing.

2016-07-31 Thread Justin Pettit
> On Jul 29, 2016, at 12:11 PM, Ben Pfaff wrote: > > On Thu, Jul 28, 2016 at 11:26:17PM -0700, Justin Pettit wrote: >> This commit only supports static MAC bindings. A future commit will add >> support for dynamic IPv6/MAC bindings. It has a few other limitations >> described in

Re: [ovs-dev] [IPv6 v2 06/10] ovn-northd.8.xml: Comment out dest unreachable from "IP Routing".

2016-07-31 Thread Justin Pettit
> On Jul 29, 2016, at 11:58 AM, Ben Pfaff wrote: > > On Thu, Jul 28, 2016 at 11:26:16PM -0700, Justin Pettit wrote: >> We don't support generating these flows yet, so comment them out until >> we've added support. >> >> Signed-off-by: Justin Pettit > > Do you

Re: [ovs-dev] [IPv6 v2 05/10] ovn-util: Preallocate address strings.

2016-07-31 Thread Justin Pettit
> On Jul 29, 2016, at 11:58 AM, Ben Pfaff wrote: > > On Thu, Jul 28, 2016 at 11:26:15PM -0700, Justin Pettit wrote: >> Suggested-by: Ben Pfaff >> Signed-off-by: Justin Pettit > >> +ovs_be32 bcast = addr | ~na->mask; >> +inet_ntop(AF_INET,

Re: [ovs-dev] [patch_v1] ovn: Add datapaths of interest filtering (RFC).

2016-07-31 Thread Darrell Ball
On Sat, Jul 30, 2016 at 10:58 AM, Liran Schour wrote: > "dev" wrote on 29/07/2016 11:46:09 AM: > > > From: Darrell Ball > > To: dlu...@gmail.com, d...@openvswitch.com, b...@ovn.org > > Date: 29/07/2016 11:46 AM > > Subject:

Re: [ovs-dev] [IPv6 v2 02/10] packets: Cleanup ND compose functions.

2016-07-31 Thread Ben Pfaff
On Sun, Jul 31, 2016 at 10:28:20PM -0500, Justin Pettit wrote: > > > On Jul 29, 2016, at 11:49 AM, Ben Pfaff wrote: > > > > On Thu, Jul 28, 2016 at 11:26:12PM -0700, Justin Pettit wrote: > >> Rename "compose_nd" and "compose_na" to "compose_nd_ns" and > >> "compose_nd_na",

Re: [ovs-dev] [IPv6 v2 02/10] packets: Cleanup ND compose functions.

2016-07-31 Thread Justin Pettit
> On Jul 29, 2016, at 11:49 AM, Ben Pfaff wrote: > > On Thu, Jul 28, 2016 at 11:26:12PM -0700, Justin Pettit wrote: >> Rename "compose_nd" and "compose_na" to "compose_nd_ns" and >> "compose_nd_na", respecively, to be clearer about their functionality. >> This will also make it

Re: [ovs-dev] Read only versions of the *ctl binaries

2016-07-31 Thread Ryan Moats
Ben Pfaff wrote on 07/31/2016 11:53:15 AM: > From: Ben Pfaff > To: Ryan Moats/Omaha/IBM@IBMUS > Cc: dev@openvswitch.org, Kyle Mestery/Silicon Valley/IBM@IBMUS > Date: 07/31/2016 11:53 AM > Subject: Re: [ovs-dev] Read only versions of the *ctl binaries > > On Sat, Jul

Re: [ovs-dev] [PATCH monitor_cond V11] ovn: implementation of conditional monitoring usage

2016-07-31 Thread Mickey Spiegel
Comments inline with -"dev" wrote: - To: Ben Pfaff From: Liran Schour Sent by: "dev" Date: 07/28/2016 04:49AM Cc: dev@openvswitch.org Subject: [ovs-dev] [PATCH monitor_cond V11] ovn: implementation of conditional monitoring usage

Re: [ovs-dev] Read only versions of the *ctl binaries

2016-07-31 Thread Ben Pfaff
On Sat, Jul 30, 2016 at 09:25:59PM -0500, Ryan Moats wrote: > Ben Pfaff wrote on 07/30/2016 04:06:31 PM: > > > From: Ben Pfaff > > To: Ryan Moats/Omaha/IBM@IBMUS > > Cc: Kyle Mestery/Silicon Valley/IBM@IBMUS, dev@openvswitch.org > > Date: 07/30/2016 04:06 PM > >

[ovs-dev] OVS+DPDK: pci_map_resource(): cannot mmap error

2016-07-31 Thread Kapil Adhikesavalu
Hello, i am getting "EAL: pci_map_resource(): cannot mmap(18, 0x7f504000, 0x8, 0x0): Invalid argument (0x)" when i start ovs-vswitchd. Setup:DL360gen8 CPU:E5-2967 NIC:82599ES 10-Gigabit SFI/SFP+ (2 Port) (PCI: slot0: 04:00.0 04:00.1) Kernel: 4.6.4-201.fc23.x86_64 ixgbe

[ovs-dev] (no subject)

2016-07-31 Thread Post Office
The original message was received at Sun, 31 Jul 2016 15:04:26 +0300 from openvswitch.org [40.114.239.227] - The following addresses had permanent fatal errors - ___ dev mailing list dev@openvswitch.org

[ovs-dev] [PATCH] ovn-nbctl: fix help message for lsp-get/set-addresses

2016-07-31 Thread Han Zhou
Signed-off-by: Han Zhou --- ovn/utilities/ovn-nbctl.8.xml | 10 +- ovn/utilities/ovn-nbctl.c | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ovn/utilities/ovn-nbctl.8.xml b/ovn/utilities/ovn-nbctl.8.xml index 122a114..74e79a3 100644 ---