Re: [ovs-dev] [PATCH v2 03/47] ofp-errors: Add OFPET_FLOW_MONITOR_FAILED

2014-06-13 Thread Ben Pfaff
On Tue, Jun 10, 2014 at 07:27:07PM +0900, Simon Horman wrote: > Add OFPET_FLOW_MONITOR_FAILED which is added in OpenFLow1.4. > Map the OFPERR_NXBRC_FM_* errors to the corresponding new OpenFlow errors. > > This is a step towards supporting OpenFlow1.4 flow monitors. > > Signed-off-by: Simon Horma

[ovs-dev] [PATCH v2 03/47] ofp-errors: Add OFPET_FLOW_MONITOR_FAILED

2014-06-10 Thread Simon Horman
Add OFPET_FLOW_MONITOR_FAILED which is added in OpenFLow1.4. Map the OFPERR_NXBRC_FM_* errors to the corresponding new OpenFlow errors. This is a step towards supporting OpenFlow1.4 flow monitors. Signed-off-by: Simon Horman --- v2 * No change --- lib/ofp-errors.h | 47 +++