[ovs-dev] [PATCH 15/27] ofp-msgs: Split OFPRAW_OFPST_QUEUE_{REQUEST, REPLY}

Ben Pfaff blp at nicira.com
Wed Aug 29 19:48:55 UTC 2012


On Tue, Aug 21, 2012 at 01:55:47PM +0900, Simon Horman wrote:
> Split OFPRAW_OFPST_QUEUE_{REQUEST,REPLY} into OpenFlow 1.0 and 1.1+
> versions.
> 
> This prepares for encoding and decoding Open Flow 1.1 and 1.2 Queue Stats
> Request and Reply messages.
> 
> Signed-off-by: Simon Horman <horms at verge.net.au>

This patch leaves some bits of code hanging out as no longer general
enough, in particular ofp_print_ofpst_queue_request(),
ofp_print_ofpst_queue_reply(), handle_queue_stats_request(), and
ofctl_queue_stats().  It looks like you correct this in followup
patches, but I'd rather have those changes folded in to make this change
more self-contained.



More information about the dev mailing list