Re: [ovs-dev] [PATCH 0/9] RFC: rework code base for third-party linking

2016-02-26 Thread Ben Warren
Hi Ben, > On Feb 26, 2016, at 2:32 PM, Ben Pfaff wrote: > > On Mon, Feb 22, 2016 at 03:46:50PM -0800, b...@skyportsystems.com wrote: >> From: Ben Warren >> >> This patch set is a first stab at making a 'dev' distribution for OpenVswitch >> The goa

Re: [ovs-dev] [ovs-dev, v2, 02/23] Move lib/geneve.h to include/openvswitch directory

2016-03-19 Thread Ben Warren
Hi Ryan, > On Mar 17, 2016, at 7:39 AM, Ryan Moats wrote: > > Original Message > > From: Ben Warren > > > > Signed-off-by: Ben Warren > > --- > > include/openvswitch/automake.mk | 1 + > > include/openvswitch/geneve.h| 63 > >

Re: [ovs-dev] [PATCH v2 04/23] Move contents of lib/list.h to include/openvswitch directory

2016-03-19 Thread Ben Warren
Thanks! I'll resolve and re-post. Sent from my iPhone > On Mar 19, 2016, at 9:51 AM, Ben Pfaff wrote: > >> On Thu, Mar 03, 2016 at 10:20:44AM -0800, b...@skyportsystems.com wrote: >> From: Ben Warren >> >> Most of the list code is properly namespaced

Re: [ovs-dev] [ovs-dev, v2, 09/23] Break tun-metadata.h into private and public parts

2016-03-21 Thread Ben Warren
Hi Ryan, > On Mar 17, 2016, at 10:22 AM, Ryan Moats wrote: > > > From: Ben Warren > > > > Public (struct definitions and some prototypes) go in > > include/openvswitch > > > > Signed-off-by: Ben Warren > > --- > > include/openvswit

Re: [ovs-dev] [PATCH v4 03/22] Rename all functions in list.h with ovs_ prefix

2016-03-25 Thread Ben Warren
> On Mar 25, 2016, at 12:47 PM, Ryan Moats wrote: > > "dev" wrote on 03/22/2016 06:17:34 PM: > > > From: b...@skyportsystems.com > > To: dev@openvswitch.org > > Cc: Ben Warren > > Date: 03/22/2016 06:27 PM > > Subject: [ovs-dev] [PATCH v4

Re: [ovs-dev] [PATCH_v5 06/26] Move BLDASSERT macros to compiler header file

2016-03-31 Thread Ben Warren
> On Mar 30, 2016, at 4:27 PM, Ben Pfaff wrote: > > On Fri, Mar 25, 2016 at 02:10:25PM -0700, b...@skyportsystems.com wrote: >> From: Ben Warren >> >> Signed-off-by: Ben Warren > > I change the commit message to refer to just "build assertions&qu

Re: [ovs-dev] [PATCH_v5 04/26] Move ofp-parse.h to include/openvswitch directory

2016-03-31 Thread Ben Warren
> On Mar 30, 2016, at 4:08 PM, Ben Pfaff wrote: > > On Fri, Mar 25, 2016 at 02:10:23PM -0700, b...@skyportsystems.com wrote: >> From: Ben Warren >> >> Signed-off-by: Ben Warren > > I still don't see why this is valuable given that so few of the data >

Re: [ovs-dev] [PATCH_v5 08/26] Misc cleanup with "util.h" header files

2016-03-31 Thread Ben Warren
> On Mar 30, 2016, at 4:33 PM, Ben Pfaff wrote: > > On Fri, Mar 25, 2016 at 02:10:27PM -0700, b...@skyportsystems.com wrote: >> From: Ben Warren >> >> Removed from redundant #includes and moved some macros to different file >> scope >> >> Signe

[ovs-dev] Using conntrack ALGs other than FTP

2016-04-10 Thread Ben Warren
Hi, I’d like to use ALGs other than FTP (TFTP, and another one that I’m writing) and see several barriers in OVS that appear to be mostly artificial. Here’s my understanding - please correct where necessary: • the command-line parser will only allow “alg=ftp”, and if this is found it encodes FT

Re: [ovs-dev] [PATCH v7 0/3] rework code base for third-party linking

2016-04-14 Thread Ben Warren
> On Apr 14, 2016, at 4:42 PM, Ben Pfaff wrote: > > On Thu, Apr 14, 2016 at 03:20:18PM -0700, b...@skyportsystems.com wrote: >> From: Ben Warren >> >> This patch set is an attempt at making a 'dev' distribution for OpenVswitch >> The goal is to p

[ovs-dev] Creating a libopenvswitch-dev package

2015-12-31 Thread Ben Warren
Hi, We use Go as our system programming language, and interact extensively with ovs-vswitchd. Since we’re also keen on the latest things going into Openvswitch (currently using conntrack and looking forward to NAT), a vanilla Openflow client isn’t very useful - we really need something like ov

Re: [ovs-dev] Creating a libopenvswitch-dev package

2016-01-02 Thread Ben Warren
> On Jan 2, 2016, at 6:27 PM, Ben Pfaff wrote: > > On Thu, Dec 31, 2015 at 03:24:52PM -0800, Ben Warren wrote: >> We use Go as our system programming language, and interact extensively >> with ovs-vswitchd. Since we’re also keen on the latest things going >> into O