Hi, this adds infrastructure and tests for of14: Add table desc request and reply messages as well as adding support for the messages themselves.
To aid review this series is available at https://github.com/horms/ryu devel/of1.4-table-desc Simon Horman (5): of14: Add OFPTableModProp of14: Add OFPTableDesc of14: Add table desc request and reply message support packet_data_generator: of14: Add table desc of14: Add table desc unit tests ryu/ofproto/ofproto_v1_4_parser.py | 167 +++++++++++++++++++++ .../of14/5-61-ofp_table_desc_request.packet | Bin 0 -> 16 bytes .../of14/5-62-ofp_table_desc_reply.packet | Bin 0 -> 120 bytes ryu/tests/packet_data_generator/src/x5.erl | 34 ++++- .../of14/5-61-ofp_table_desc_request.packet.json | 6 + .../of14/5-62-ofp_table_desc_reply.packet.json | 78 ++++++++++ 6 files changed, 284 insertions(+), 1 deletion(-) create mode 100644 ryu/tests/packet_data/of14/5-61-ofp_table_desc_request.packet create mode 100644 ryu/tests/packet_data/of14/5-62-ofp_table_desc_reply.packet create mode 100644 ryu/tests/unit/ofproto/json/of14/5-61-ofp_table_desc_request.packet.json create mode 100644 ryu/tests/unit/ofproto/json/of14/5-62-ofp_table_desc_reply.packet.json -- 1.8.5.2 ------------------------------------------------------------------------------ Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel