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

2014-05-27 Thread Simon Horman
On Tue, May 27, 2014 at 09:36:12AM -0700, Ben Pfaff wrote: > 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. > > >

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

2014-05-27 Thread Ben Pfaff
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

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

2014-05-27 Thread Simon Horman
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 cal