On Tue, Mar 24, 2015 at 09:22:07AM -0700, Ben Pfaff wrote: > On Fri, Mar 20, 2015 at 01:50:31PM +0900, Simon Horman wrote: > > Include NTR selection method experimenter group property in > > in group mod request and group desc reply. > > > > NTR selection method > > Signed-off-by: Simon Horman <simon.hor...@netronome.com> > > I'm going to fold this in:
Thanks, for some reason I was unsure which style is preferred. > diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c > index 8204516..a36a1f8 100644 > --- a/ofproto/ofproto.c > +++ b/ofproto/ofproto.c > @@ -5827,7 +5827,7 @@ append_group_desc(struct ofgroup *group, struct > ovs_list *replies) > > gds.group_id = group->group_id; > gds.type = group->type; > - memcpy(&gds.props, &group->props, sizeof gds.props); > + gds.props = group->props; > > ofputil_append_group_desc_reply(&gds, &group->buckets, replies); > } _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev