Re: [ovs-dev] [PATCH 1/2] jsonrpc: Add function comments.

2015-03-31 Thread Ben Pfaff
On Tue, Mar 31, 2015 at 03:07:32PM -0400, Russell Bryant wrote: > On 03/31/2015 02:29 PM, Ben Pfaff wrote: > > Signed-off-by: Ben Pfaff > > Acked-by: Russell Bryant Thanks for the acks, I applied these to master. > > > +/* Sets the DSCP value used for 's''s connection to 'dscp'. If this is >

Re: [ovs-dev] [PATCH 1/2] jsonrpc: Add function comments.

2015-03-31 Thread Russell Bryant
On 03/31/2015 02:29 PM, Ben Pfaff wrote: > Signed-off-by: Ben Pfaff Acked-by: Russell Bryant > +/* Sets the DSCP value used for 's''s connection to 'dscp'. If this is > + * different from the DSCP value currently in use then the connection is > closed > + * and reconnected. */ > void > -jso