On Thu, Feb 27, 2014 at 02:48:18PM +0900, FUJITA Tomonori wrote: > On Wed, 26 Feb 2014 16:25:59 +0900 > Simon Horman <[email protected]> wrote: > > > Hi, > > > > this adds and implementation of and tests for the following > > OF14 properties: > > > > - port desc optical and experimenter > > - table feature table sync from and experimenter > > - queue stats experimenter > > - port stats optical and experimenter > > - port mode optical and experimenter > > > > > > With this series and its dependency in place > > all OF1.4 properties are implemented and tested. > > > > This series applies cleanly on top of > > "[PATCH v2 0/5] of14: Add role status support" > > > > To aid review this series and its dependencies are available at > > https://github.com/horms/ryu devel/of1.4-properties-v3 > > > > I have made a wiki page to summarise the status of OF1.4 support in Ryu > > https://github.com/horms/ryu/wiki/OpenFlow-V1.4-Coverage > > > > Simon Horman (22): > > of14: Add port desc optical property > > of14: Add optical property to port status unit test > > of14: Add optical property to port desc reply unit test > > of14: Add port desc experimenter property > > of14: Add experimenter property to port status unit test > > of14: Add experimenter property to port desc reply unit test > > of14: Add table feature table sync from property > > of14: Add table feature experimenter property > > of14: Add experimenter property to table features reply unit test > > of14: Add experimenter property to table features request unit test > > of14: Rename QueueProp as QueueStatsProp > > of14: Add queue stats experimenter property > > of14: Add experimenter property to queue stats reply unit test > > of14: Add port stats optical property > > of14: Add optical property to port stats reply unit test > > of14: Add port stats experimenter property > > of14: Add experimenter property to port stats reply unit test > > of14: Remove _PACK_STR from port mod ethernet property > > of14: Add port mod optical property > > of14: Add optical property to port mod reply unit test > > of14: Add port mod experimenter property > > of14: Add experimenter property to port mod reply unit test > > > > ryu/ofproto/ofproto_v1_4_parser.py | 127 > > +++++++++++++++++-- > > .../packet_data/of14/5-22-ofp_port_mod.packet | Bin 40 -> 120 bytes > > .../of14/5-30-ofp_port_stats_reply.packet | Bin 256 -> 360 bytes > > .../of14/5-36-ofp_queue_stats_reply.packet | Bin 160 -> 216 bytes > > .../packet_data/of14/5-37-ofp_port_status.packet | Bin 88 -> 184 bytes > > .../of14/5-52-ofp_port_desc_reply.packet | Bin 160 -> 256 bytes > > .../of14/5-53-ofp_table_features_request.packet | Bin 11072 -> 11128 > > bytes > > .../of14/5-54-ofp_table_features_reply.packet | Bin 11072 -> 11128 > > bytes > > ryu/tests/packet_data_generator/src/x5.erl | 137 > > +++++++++++++++++++-- > > .../json/of14/5-22-ofp_port_mod.packet.json | 38 ++++++ > > .../of14/5-30-ofp_port_stats_reply.packet.json | 46 ++++++- > > .../of14/5-36-ofp_queue_stats_reply.packet.json | 32 ++++- > > .../json/of14/5-37-ofp_port_status.packet.json | 44 ++++++- > > .../json/of14/5-52-ofp_port_desc_reply.packet.json | 44 ++++++- > > .../5-53-ofp_table_features_request.packet.json | 29 ++++- > > .../of14/5-54-ofp_table_features_reply.packet.json | 33 ++++- > > 16 files changed, 507 insertions(+), 23 deletions(-) > > I applied 1-14 patches. I cannot apply 15 cleanly. Can you check the > latest git head?
Sure, I have rebased the remaining patches on top of the latest git head and I will repost them as v4. ------------------------------------------------------------------------------ Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer Customize your own dashboards, set traffic alerts and generate reports. Network behavioral analysis & security monitoring. All-in-one tool. http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
