Re: [Ryu-devel] [PATCH] ofproto_v1_5: Function to disable EXT-334

2018-03-05 Thread FUJITA Tomonori
On Fri, 23 Feb 2018 12:40:32 +0900 IWASE Yusuke wrote: > Because OVS 2.9.0 does not yet support the OXS(EXT-334), in order to use > ``OFPMP_FLOW_STATS``, ``OFPMP_AGGREGATE_STATS`` and > ``OFPT_FLOW_REMOVED`` messages, we need to use parsers for the OpenFlow > version 1.4. > > This patch adds an

[Ryu-devel] [PATCH] ofproto_v1_5: Function to disable EXT-334

2018-02-22 Thread IWASE Yusuke
Because OVS 2.9.0 does not yet support the OXS(EXT-334), in order to use ``OFPMP_FLOW_STATS``, ``OFPMP_AGGREGATE_STATS`` and ``OFPT_FLOW_REMOVED`` messages, we need to use parsers for the OpenFlow version 1.4. This patch adds an utility function to disable EXT-334 features and to use the OpenFlow