On Wed, 10 Jul 2013 12:52:35 +0900 YAMAMOTO Takashi <[email protected]> wrote:
> this set adds a new set of OFPMatch compose/query api for OF1.2/1.3. > a usage example: > https://github.com/yamt/LINC-Switch/commit/5ec3d893308469f9cc80b5696a1eefcfcc94191d Can you document the proposed APIs here? Then developers who are interested in the APIs can comment. > this is after some other sets i posted here. > (see https://github.com/yamt/ryu/tree/stringify28 for > the complete set of changes to osrg/master) > > YAMAMOTO Takashi (7): > of13: new OFPMatch composer api > oxm_fields: make this a little non-OFPXMC_OPENFLOW_BASIC friendly > of13: new match field parser > of13: make OFPMatch support some dict-like ops > of12: new OFPMatch composer api > of12: new match field parser > of12: make OFPMatch support some dict-like ops > > ryu/ofproto/ofproto_v1_2_parser.py | 95 > ++++++++++++++++++++++++++++++++++++-- > ryu/ofproto/ofproto_v1_3_parser.py | 95 > ++++++++++++++++++++++++++++++++++++-- > ryu/ofproto/oxm_fields.py | 74 ++++++++++++++++++++++++++++- > 3 files changed, 256 insertions(+), 8 deletions(-) > > -- > 1.8.1.5 > > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
