On Thu, 17 Sep 2015 16:25:41 +0900 Yusuke Iwase <[email protected]> wrote:
> 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(-) Looks like nice cleanup and improvement. Thanks! ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
