These patches are related to the updates of 'B.18.3 Extensible Flow
Entry Statistics' EXT-334 in OpenFlow 1.5.
To support OXS was done in previous patches, these patches
introduces OXS into all messages carrying flow entry statistics
and add flow description multipart support.
NOTE: These patches depend on the following patches which are
included in "[PATCH 00/12] Related to 'B.18.8 (EXT-350)' in
OpenFlow 1.5 (Repost)"
+ [PATCH 11/12] ofproto_v1_5_parser: Use six.binary_type instead
of buffer
+ [PATCH 12/12] ofproto_v1_5_parser: Use b'str' for binary data
IWASE Yusuke (4):
ofproto_v1_5_parser: Fix OFPFlowRemoved to use OFPStats
ofproto_v1_5_parser: Fix OFPFlowStats/OFPAggregateStats to use
OFPStats
ofproto_v1_5_parser: Add OFPFlowDesc support
test_parser: Add test case for OXS related messages in OF1.5
ryu/ofproto/ofproto_v1_5.py | 2 +-
ryu/ofproto/ofproto_v1_5_parser.py | 276 ++++++++++++++-------
.../libofproto-OFP15-aggregate_stats_reply.packet | Bin 0 -> 32 bytes
.../of15/libofproto-OFP15-flow_desc_reply.packet | Bin 0 -> 80 bytes
.../of15/libofproto-OFP15-flow_desc_request.packet | Bin 0 -> 64 bytes
.../of15/libofproto-OFP15-flow_removed.packet | Bin 0 -> 56 bytes
.../of15/libofproto-OFP15-flow_stats_reply.packet | Bin 0 -> 56 bytes
...ofproto-OFP15-aggregate_stats_reply.packet.json | 24 ++
.../libofproto-OFP15-flow_desc_reply.packet.json | 57 +++++
.../libofproto-OFP15-flow_desc_request.packet.json | 26 ++
.../of15/libofproto-OFP15-flow_removed.packet.json | 38 +++
.../libofproto-OFP15-flow_stats_reply.packet.json | 44 ++++
12 files changed, 381 insertions(+), 86 deletions(-)
create mode 100644
ryu/tests/packet_data/of15/libofproto-OFP15-aggregate_stats_reply.packet
create mode 100644
ryu/tests/packet_data/of15/libofproto-OFP15-flow_desc_reply.packet
create mode 100644
ryu/tests/packet_data/of15/libofproto-OFP15-flow_desc_request.packet
create mode 100644
ryu/tests/packet_data/of15/libofproto-OFP15-flow_removed.packet
create mode 100644
ryu/tests/packet_data/of15/libofproto-OFP15-flow_stats_reply.packet
create mode 100644
ryu/tests/unit/ofproto/json/of15/libofproto-OFP15-aggregate_stats_reply.packet.json
create mode 100644
ryu/tests/unit/ofproto/json/of15/libofproto-OFP15-flow_desc_reply.packet.json
create mode 100644
ryu/tests/unit/ofproto/json/of15/libofproto-OFP15-flow_desc_request.packet.json
create mode 100644
ryu/tests/unit/ofproto/json/of15/libofproto-OFP15-flow_removed.packet.json
create mode 100644
ryu/tests/unit/ofproto/json/of15/libofproto-OFP15-flow_stats_reply.packet.json
--
1.9.1
------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel