The following patches include the improvements which is related to OFPMatch. Please note that the one of the following reduces the log messages of unit tests.
IWASE Yusuke (7): ofproto_v1_[45]_parser: Remove unused OFPMatchField ofproto: Refine module import ofproto: Sort out the NX OXMs definition .travis.yml: Suppress the output of unit tests test_parser_ofpmatch: Add test cases for OF1.4 and OF1.5 OXM/OXS: Enable to sort Experimenter oxm_type/oxs_type in Python3 test_parser_ofpmatch: Add tests for Experimenter OXMs .travis.yml | 2 +- ryu/ofproto/nx_match.py | 41 +- ryu/ofproto/ofproto_parser.py | 3 +- ryu/ofproto/ofproto_v1_0_parser.py | 10 +- ryu/ofproto/ofproto_v1_2.py | 10 +- ryu/ofproto/ofproto_v1_2_parser.py | 12 +- ryu/ofproto/ofproto_v1_3.py | 27 +- ryu/ofproto/ofproto_v1_3_parser.py | 18 +- ryu/ofproto/ofproto_v1_4.py | 11 +- ryu/ofproto/ofproto_v1_4_parser.py | 569 +----------------------- ryu/ofproto/ofproto_v1_5.py | 10 +- ryu/ofproto/ofproto_v1_5_parser.py | 582 +------------------------ ryu/ofproto/oxx_fields.py | 1 - ryu/tests/run_tests.py | 2 +- ryu/tests/unit/ofproto/test_parser_ofpmatch.py | 49 ++- tox.ini | 1 + 16 files changed, 141 insertions(+), 1207 deletions(-) -- 1.9.1 ------------------------------------------------------------------------------ Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get real-time metrics from all of your servers, apps and tools in one place. SourceForge users - Click here to start your Free Trial of Datadog now! http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140 _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
