Re: [ovs-dev] [PATCH/RFC 0/9] Group Select: Selection Method Extension

2014-12-11 Thread Ben Pfaff
On Fri, Dec 12, 2014 at 11:40:06AM +0900, Simon Horman wrote: > On Thu, Dec 11, 2014 at 09:48:15AM -0800, Ben Pfaff wrote: > > On Wed, Nov 19, 2014 at 09:44:54AM +0900, Simon Horman wrote: > > > The fields field is an ofp_match structure which includes the fields which > > > should be used as input

Re: [ovs-dev] [PATCH/RFC 0/9] Group Select: Selection Method Extension

2014-12-11 Thread Simon Horman
On Thu, Dec 11, 2014 at 09:48:15AM -0800, Ben Pfaff wrote: > On Wed, Nov 19, 2014 at 09:44:54AM +0900, Simon Horman wrote: > > The fields field is an ofp_match structure which includes the fields which > > should be used as inputs to bucket selection. ofp_match is described in > > Open Flow 1.4 sec

Re: [ovs-dev] [PATCH/RFC 0/9] Group Select: Selection Method Extension

2014-12-11 Thread Ben Pfaff
On Wed, Nov 19, 2014 at 09:44:54AM +0900, Simon Horman wrote: > The fields field is an ofp_match structure which includes the fields which > should be used as inputs to bucket selection. ofp_match is described in > Open Flow 1.4 section 7.2.2 Flow Match Structures. > > Fields must not be specified

Re: [ovs-dev] [PATCH/RFC 0/9] Group Select: Selection Method Extension

2014-11-26 Thread Simon Horman
Thanks Ben, I think I'll hold off on the extra patch for now. Enjoy your holiday. On Wed, Nov 26, 2014 at 07:03:35PM -0800, Ben Pfaff wrote: > I will review this version. If you like, you could send one more patch that > adds the documentation. > > I will probably not review it until next week

Re: [ovs-dev] [PATCH/RFC 0/9] Group Select: Selection Method Extension

2014-11-26 Thread Ben Pfaff
I will review this version. If you like, you could send one more patch that adds the documentation. I will probably not review it until next week because of the Thanksgiving holiday. On November 26, 2014 6:54:16 PM PST, Simon Horman wrote: >On Wed, Nov 26, 2014 at 02:00:07PM -0800, Ben Pfaff

Re: [ovs-dev] [PATCH/RFC 0/9] Group Select: Selection Method Extension

2014-11-26 Thread Simon Horman
On Wed, Nov 26, 2014 at 02:00:07PM -0800, Ben Pfaff wrote: > On Wed, Nov 26, 2014 at 10:37:16AM +0900, Simon Horman wrote: > > On Tue, Nov 25, 2014 at 03:31:50PM -0800, Ben Pfaff wrote: > > > On another note, the description of the extension at the end of this > > > message is useful. Does one of

Re: [ovs-dev] [PATCH/RFC 0/9] Group Select: Selection Method Extension

2014-11-26 Thread Ben Pfaff
On Wed, Nov 26, 2014 at 10:37:16AM +0900, Simon Horman wrote: > On Tue, Nov 25, 2014 at 03:31:50PM -0800, Ben Pfaff wrote: > > On another note, the description of the extension at the end of this > > message is useful. Does one of the patches add it to the tree > > somewhere? > > No, but I'm happ

Re: [ovs-dev] [PATCH/RFC 0/9] Group Select: Selection Method Extension

2014-11-25 Thread Simon Horman
On Tue, Nov 25, 2014 at 03:31:50PM -0800, Ben Pfaff wrote: > On another note, the description of the extension at the end of this > message is useful. Does one of the patches add it to the tree > somewhere? No, but I'm happy to add such a patch. It could go into a header or .c file somewhat but

Re: [ovs-dev] [PATCH/RFC 0/9] Group Select: Selection Method Extension

2014-11-25 Thread Simon Horman
On Tue, Nov 25, 2014 at 03:30:01PM -0800, Ben Pfaff wrote: > On Wed, Nov 19, 2014 at 09:44:54AM +0900, Simon Horman wrote: > > this patch set implements the group select selection method extension that > > I circulated some months ago on the d...@openvswtich.org mailing list. For > > reference a c

Re: [ovs-dev] [PATCH/RFC 0/9] Group Select: Selection Method Extension

2014-11-25 Thread Ben Pfaff
On another note, the description of the extension at the end of this message is useful. Does one of the patches add it to the tree somewhere? ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH/RFC 0/9] Group Select: Selection Method Extension

2014-11-25 Thread Ben Pfaff
On Wed, Nov 19, 2014 at 09:44:54AM +0900, Simon Horman wrote: > this patch set implements the group select selection method extension that > I circulated some months ago on the d...@openvswtich.org mailing list. For > reference a copy of that proposal (updated for the existence of an Open > Flow 1

[ovs-dev] [PATCH/RFC 0/9] Group Select: Selection Method Extension

2014-11-18 Thread Simon Horman
Hi, this patch set implements the group select selection method extension that I circulated some months ago on the d...@openvswtich.org mailing list. For reference a copy of that proposal (updated for the existence of an Open Flow 1.5 draft and several errors found during implementation) is at th