[ovs-dev] [PATCH 1/4] ofproto: Further factor out handling of port requests

Ben Pfaff blp at nicira.com
Tue May 27 16:36:12 UTC 2014


On Tue, May 27, 2014 at 06:05:36PM +0900, Simon Horman wrote:
> handle_port_request() already provides common code to handle
> both port desc and port stats request messages once they have been decoded
> by using a callback.
> 
> This patch extends this common handling code to also perform decoding
> of both port desc and port stats request messages by using one more callback.
> 
> Signed-off-by: Simon Horman <horms at verge.net.au>

I think that this only makes sense if we're actually support multiple
parts for port requests, and I don't think that makes sense (see patch
4).



More information about the dev mailing list