On Mon, 03 Aug 2015 14:20:02 +0900 Yusuke Iwase <[email protected]> wrote:
> The previous patches are missing the compatibility with Python3. > The following are the additional patches to support Python3 in > ofproto_v1_5_parser.py. > + ofproto_v1_5_parser: Use six.binary_type instead of buffer > + ofproto_v1_5_parser: Use b'str' for binary data > > (Previous Post) > This patches are related to the updates of 'B.18.8 Group command > for selective bucket operation' in OpenFlow 1.5. > > IWASE Yusuke (12): > ofproto_v1_5: Fix a typo > ofproto_v1_5_parser: Add OFPGroupBucketProp support > ofproto_v1_5_parser: Add OFPGroupProp support > ofproto_v1_5_parser: Support OF1.5 OFPGroupMod structure > ofproto_v1_[345]: Fix backward compatibility for OFPGroupDescStats > ofproto_v1_5_parser: Support OF1.5 OFPGroupDescStats structure > packet_data_generator2: Generate OF1.5 GroupMod packets > packet_data: Regen > test_parser: Add expected json representations of OF1.5 GroupMod > test_parser: Add test case for OFP15 group_desc reply > ofproto_v1_5_parser: Use six.binary_type instead of buffer > ofproto_v1_5_parser: Use b'str' for binary data > > ryu/ofproto/ofproto_v1_3.py | 9 +- > ryu/ofproto/ofproto_v1_4.py | 11 +- > ryu/ofproto/ofproto_v1_5.py | 17 +- > ryu/ofproto/ofproto_v1_5_parser.py | 232 > +++++++++++++++------ > .../of15/libofproto-OFP15-group_desc_reply.packet | Bin 0 -> 64 bytes > .../of15/libofproto-OFP15-group_mod.packet | Bin 0 -> 80 bytes > ryu/tests/packet_data_generator2/gen.c | 37 ++++ > .../libofproto-OFP15-group_desc_reply.packet.json | 45 ++++ > .../of15/libofproto-OFP15-group_mod.packet.json | 61 ++++++ > 9 files changed, 334 insertions(+), 78 deletions(-) > create mode 100644 > ryu/tests/packet_data/of15/libofproto-OFP15-group_desc_reply.packet > create mode 100644 > ryu/tests/packet_data/of15/libofproto-OFP15-group_mod.packet > create mode 100644 > ryu/tests/unit/ofproto/json/of15/libofproto-OFP15-group_desc_reply.packet.json > create mode 100644 > ryu/tests/unit/ofproto/json/of15/libofproto-OFP15-group_mod.packet.json Applied, thanks! ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
