Re: [ovs-dev] [PATCH v3 10/41] ofproto: Handle monitor and delete commands in flow monitor requests

2014-06-26 Thread Ben Pfaff
On Wed, Jun 25, 2014 at 06:22:30PM +0900, Simon Horman wrote: On Mon, Jun 23, 2014 at 05:14:52PM -0700, Ben Pfaff wrote: On Mon, Jun 16, 2014 at 11:29:30AM +0900, Simon Horman wrote: Handle modify and delete commands in OpenFlow1.4 flow monitor requests. These commands are not yet allowed

Re: [ovs-dev] [PATCH v3 10/41] ofproto: Handle monitor and delete commands in flow monitor requests

2014-06-25 Thread Simon Horman
On Mon, Jun 23, 2014 at 05:14:52PM -0700, Ben Pfaff wrote: On Mon, Jun 16, 2014 at 11:29:30AM +0900, Simon Horman wrote: Handle modify and delete commands in OpenFlow1.4 flow monitor requests. These commands are not yet allowed by the decoder which will be updated by a subsequent patch.

Re: [ovs-dev] [PATCH v3 10/41] ofproto: Handle monitor and delete commands in flow monitor requests

2014-06-23 Thread Ben Pfaff
On Mon, Jun 16, 2014 at 11:29:30AM +0900, Simon Horman wrote: Handle modify and delete commands in OpenFlow1.4 flow monitor requests. These commands are not yet allowed by the decoder which will be updated by a subsequent patch. Signed-off-by: Simon Horman ho...@verge.net.au --- v2 * No

[ovs-dev] [PATCH v3 10/41] ofproto: Handle monitor and delete commands in flow monitor requests

2014-06-15 Thread Simon Horman
Handle modify and delete commands in OpenFlow1.4 flow monitor requests. These commands are not yet allowed by the decoder which will be updated by a subsequent patch. Signed-off-by: Simon Horman ho...@verge.net.au --- v2 * No change --- ofproto/ofproto.c | 19 +++ 1 file