These patches are related to the updates about 'B.18.12 Controller connection status'(EXT-454)(EXT-275) and 'B.18.14 Enable setting all pipeline fields in packet-out' (EXT-427) in OpenFlow 1.5.
If these patches will be merged, Ryu will support all updates which are specified in 'Release Notes' of OpenFlow 1.5.0. IWASE Yusuke (8): ofproto_v1_5_parser: Enable OFPRoleRequest to set short_id ofproto_v1_5_parser: Add OFPControllerStatusProp support ofproto_v1_5_parser: Add OFPControllerStatus support ofproto_v1_5_parser: Add OFPControllerStatusStats support test_parser: Add implemented type for OFPT_CONTROLLER_STATUS test_parser: Add test case for OFP15 controller connection status messages ofproto_v1_5_parser: Enable setting OFPMatch in OFPPacketOut message test_parser: Add test case for OFP15 packet_out ryu/ofproto/ofproto_v1_5.py | 5 +- ryu/ofproto/ofproto_v1_5_parser.py | 262 +++++++++++++++++++-- .../of15/libofproto-OFP15-controller_status.packet | Bin 0 -> 56 bytes ...libofproto-OFP15-controller_status_reply.packet | Bin 0 -> 64 bytes ...bofproto-OFP15-controller_status_request.packet | Bin 0 -> 16 bytes .../of15/libofproto-OFP15-packet_out.packet | Bin 0 -> 52 bytes .../of15/libofproto-OFP15-role_reply.packet | Bin 0 -> 24 bytes .../of15/libofproto-OFP15-role_request.packet | Bin 0 -> 24 bytes .../libofproto-OFP15-controller_status.packet.json | 22 ++ ...proto-OFP15-controller_status_reply.packet.json | 26 ++ ...oto-OFP15-controller_status_request.packet.json | 6 + .../of15/libofproto-OFP15-packet_out.packet.json | 32 +++ .../of15/libofproto-OFP15-role_reply.packet.json | 7 + .../of15/libofproto-OFP15-role_request.packet.json | 7 + ryu/tests/unit/ofproto/test_parser.py | 1 + 15 files changed, 347 insertions(+), 21 deletions(-) create mode 100644 ryu/tests/packet_data/of15/libofproto-OFP15-controller_status.packet create mode 100644 ryu/tests/packet_data/of15/libofproto-OFP15-controller_status_reply.packet create mode 100644 ryu/tests/packet_data/of15/libofproto-OFP15-controller_status_request.packet create mode 100644 ryu/tests/packet_data/of15/libofproto-OFP15-packet_out.packet create mode 100644 ryu/tests/packet_data/of15/libofproto-OFP15-role_reply.packet create mode 100644 ryu/tests/packet_data/of15/libofproto-OFP15-role_request.packet create mode 100644 ryu/tests/unit/ofproto/json/of15/libofproto-OFP15-controller_status.packet.json create mode 100644 ryu/tests/unit/ofproto/json/of15/libofproto-OFP15-controller_status_reply.packet.json create mode 100644 ryu/tests/unit/ofproto/json/of15/libofproto-OFP15-controller_status_request.packet.json create mode 100644 ryu/tests/unit/ofproto/json/of15/libofproto-OFP15-packet_out.packet.json create mode 100644 ryu/tests/unit/ofproto/json/of15/libofproto-OFP15-role_reply.packet.json create mode 100644 ryu/tests/unit/ofproto/json/of15/libofproto-OFP15-role_request.packet.json -- 1.9.1 ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel