Hi, the purpose of this series is to enhance the OF1.4 action and message support of Ryu by correcting some existing support and adding support for a number of messages and actions.
This work is not complete and I plan to post follow-up series to further increase ryu's OF1.4 coverage. These patches were tested using on-wire data generated using "[PATCH/RFC] packet_data_generator: Add OF1.4 support" which has been posted separately. I plan to post a patch to add OF1.4 to ofproto unit tests once the on-wire tests all pass. To aid review this series is available at https://github.com/horms/ryu.git devel/of1.4-actions-and-messages Simon Horman (23): Correct OF1.4 OFP_ACTION_HEADER_PACK_STR Correct OF1.4 OFPMatch JSON serialisation and formatting Add OF1.4 multipart experimenter request and reply message support Add OF1.4 group stats request and reply message support Add OF1.4 desc stats request and reply message support Add OF1.4 OFPMatchField support Add OF1.4 SetField action support Add OF1.4 CopyTtlOut action support Add OF1.4 CopyTtlIn action support Add OF1.4 PopPbb action support Add OF1.4 PushPbb action support Add OF1.4 PopMpls action support Add OF1.4 PushMpls action support Add OF1.4 PopVlan action support Add OF1.4 PushVlan action support Add OF1.4 DecMplsTtl action support Add OF1.4 DecNwTtl action support Add OF1.4 SetNwTtl action support Add OF1.4 echo request and reply message support Add OF1.4 error message support Add OF1.4 experimenter message support Add OF1.4 barrier request and reply message support Add OF1.4 role request and reply message support ryu/ofproto/ofproto_v1_4.py | 11 +- ryu/ofproto/ofproto_v1_4_parser.py | 1633 +++++++++++++++++++++++++++++++++++- 2 files changed, 1641 insertions(+), 3 deletions(-) -- 1.8.4 ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
