Hi Ben,

Thanks for the review.

All the comments have been incorporated in Version 3 of the patch.

Thanks
Niti Rohilla

On Tue, Jul 28, 2015 at 8:59 PM, Ben Pfaff <b...@nicira.com> wrote:

> On Tue, Jul 28, 2015 at 05:22:25PM +0530, niti1...@gmail.com wrote:
> > From: Niti Rohilla <niti.rohi...@tcs.com>
> >
> > This patch adds support for Openflow1.4 Group & meter change notification
> > messages. In a multi controller environment, when a controller modifies
> the
> > state of group and meter table, the request that successfully modifies
> this
> > state is forwarded to other controllers. Other controllers are informed
> with
> > the OFPT_REQUESTFORWARD message. Request forwarding is enabled on a per
> > controller channel basis using the Set Asynchronous Configuration
> Message.
> >
> > Signed-off-by: Niti Rohilla <niti.rohi...@tcs.com>
>
> Your function for "re-encoding" requests doesn't actually do it!  It
> only changes the version number.  That won't properly account for
> differences between OF1.4 and later versions of the protocol, for
> example in changes to numbering of OXM fields.
>
> The code needs to use ofputil_*() functions to encode the group_mod and
> meter_mod requests properly for the protocol in use.
>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to