Re: [ovs-dev] [PATCH v3 09/41] ofproto: Break out monitor deletion code

2014-06-23 Thread Ben Pfaff
On Mon, Jun 16, 2014 at 11:29:29AM +0900, Simon Horman wrote: > Break out monitor deletion code into a new function > flow_monitor_delete which is paramatised over the id of > the monitor to delete. > > This is in preparation for supporting OpenFlow1.4 flow monitor requests > with delete and modif

[ovs-dev] [PATCH v3 09/41] ofproto: Break out monitor deletion code

2014-06-15 Thread Simon Horman
Break out monitor deletion code into a new function flow_monitor_delete which is paramatised over the id of the monitor to delete. This is in preparation for supporting OpenFlow1.4 flow monitor requests with delete and modify commands. Signed-off-by: Simon Horman --- v2 * No change --- ofproto