Re: [ovs-dev] [PATCH v3 08/41] ofproto: Use list when handling monitor requests

2014-06-24 Thread Simon Horman
On Mon, Jun 23, 2014 at 05:00:53PM -0700, Ben Pfaff wrote: On Mon, Jun 16, 2014 at 11:29:28AM +0900, Simon Horman wrote: Use a list rather than an array to track monitor requests in handle_flow_monitor_request(). This is in preparation for supporting OpenFlow1.4 flow monitor requests

Re: [ovs-dev] [PATCH v3 08/41] ofproto: Use list when handling monitor requests

2014-06-24 Thread Ben Pfaff
On Tue, Jun 24, 2014 at 05:22:08PM +0900, Simon Horman wrote: On Mon, Jun 23, 2014 at 05:00:53PM -0700, Ben Pfaff wrote: On Mon, Jun 16, 2014 at 11:29:28AM +0900, Simon Horman wrote: Use a list rather than an array to track monitor requests in handle_flow_monitor_request(). This is

Re: [ovs-dev] [PATCH v3 08/41] ofproto: Use list when handling monitor requests

2014-06-24 Thread Ben Pfaff
On Tue, Jun 24, 2014 at 05:22:08PM +0900, Simon Horman wrote: On Mon, Jun 23, 2014 at 05:00:53PM -0700, Ben Pfaff wrote: On Mon, Jun 16, 2014 at 11:29:28AM +0900, Simon Horman wrote: Use a list rather than an array to track monitor requests in handle_flow_monitor_request(). This is

Re: [ovs-dev] [PATCH v3 08/41] ofproto: Use list when handling monitor requests

2014-06-24 Thread Simon Horman
On Tue, Jun 24, 2014 at 07:50:24AM -0700, Ben Pfaff wrote: On Tue, Jun 24, 2014 at 05:22:08PM +0900, Simon Horman wrote: On Mon, Jun 23, 2014 at 05:00:53PM -0700, Ben Pfaff wrote: On Mon, Jun 16, 2014 at 11:29:28AM +0900, Simon Horman wrote: Use a list rather than an array to track

Re: [ovs-dev] [PATCH v3 08/41] ofproto: Use list when handling monitor requests

2014-06-23 Thread Ben Pfaff
On Mon, Jun 16, 2014 at 11:29:28AM +0900, Simon Horman wrote: Use a list rather than an array to track monitor requests in handle_flow_monitor_request(). This is in preparation for supporting OpenFlow1.4 flow monitor requests with delete and modify commands. Signed-off-by: Simon Horman

[ovs-dev] [PATCH v3 08/41] ofproto: Use list when handling monitor requests

2014-06-15 Thread Simon Horman
Use a list rather than an array to track monitor requests in handle_flow_monitor_request(). This is in preparation for supporting OpenFlow1.4 flow monitor requests with delete and modify commands. Signed-off-by: Simon Horman ho...@verge.net.au --- v2 * No change --- ofproto/connmgr.c | 2 ++