Re: [ovs-dev] [PATCH/RFC repost 7/8] ofproto: translate datapath select group action

2014-10-13 Thread Simon Horman
On Mon, Oct 13, 2014 at 01:46:24PM -0700, Ben Pfaff wrote: > On Thu, Oct 09, 2014 at 10:14:36AM +0900, Simon Horman wrote: > > On Fri, Sep 26, 2014 at 04:57:25PM -0700, Ben Pfaff wrote: > > > On Thu, Sep 18, 2014 at 10:55:10AM +0900, Simon Horman wrote: > > > > This patch is a prototype and has sev

Re: [ovs-dev] [PATCH/RFC repost 7/8] ofproto: translate datapath select group action

2014-10-13 Thread Ben Pfaff
On Thu, Oct 09, 2014 at 10:14:36AM +0900, Simon Horman wrote: > On Fri, Sep 26, 2014 at 04:57:25PM -0700, Ben Pfaff wrote: > > On Thu, Sep 18, 2014 at 10:55:10AM +0900, Simon Horman wrote: > > > This patch is a prototype and has several limitations: > > > > > > * It assumes that no actions follow

Re: [ovs-dev] [PATCH/RFC repost 7/8] ofproto: translate datapath select group action

2014-10-08 Thread Simon Horman
On Fri, Sep 26, 2014 at 04:57:25PM -0700, Ben Pfaff wrote: > On Thu, Sep 18, 2014 at 10:55:10AM +0900, Simon Horman wrote: > > This patch is a prototype and has several limitations: > > > > * It assumes that no actions follow a select group action > > because the resulting packet after a select

Re: [ovs-dev] [PATCH/RFC repost 7/8] ofproto: translate datapath select group action

2014-09-26 Thread Ben Pfaff
On Thu, Sep 18, 2014 at 10:55:10AM +0900, Simon Horman wrote: > This patch is a prototype and has several limitations: > > * It assumes that no actions follow a select group action > because the resulting packet after a select group action may > differ depending on the bucket used. It may be p

[ovs-dev] [PATCH/RFC repost 7/8] ofproto: translate datapath select group action

2014-09-17 Thread Simon Horman
This add support for the select group action to ovs-vswtichd. This new feature is currently disabled in xlate_select_group() because ctx->xbridge->dp_select_group is always false. This patch is a prototype and has several limitations: * It assumes that no actions follow a select group action b