>> On Thu, 12 Feb 2015 13:52:14 +0900 >> YAMAMOTO Takashi <[email protected]> wrote: >> >>> A motivation of this change is a better modularity. >>> I.e. Make packet lib independent from ofproto. >>> >>> Signed-off-by: YAMAMOTO Takashi <[email protected]> >>> --- >>> ryu/lib/pack_utils.py | 32 +++++++++++++++ >>> ryu/lib/packet/bgp.py | 2 +- >>> ryu/ofproto/nx_actions.py | 2 +- >>> ryu/ofproto/nx_match.py | 13 +++--- >>> ryu/ofproto/ofproto_parser.py | 15 ------- >>> ryu/ofproto/ofproto_v1_0_parser.py | 3 +- >>> ryu/ofproto/ofproto_v1_2_parser.py | 20 ++++----- >>> ryu/ofproto/ofproto_v1_3_parser.py | 31 +++++++------- >>> ryu/ofproto/ofproto_v1_4_parser.py | 32 +++++++-------- >>> ryu/ofproto/oxm_fields.py | 2 +- >>> ryu/tests/unit/lib/test_pack_utils.py | 58 >>> +++++++++++++++++++++++++++ >>> ryu/tests/unit/ofproto/test_ofproto_parser.py | 37 ----------------- >>> ryu/tests/unit/ofproto/test_parser_v12.py | 8 ++-- >>> 13 files changed, 145 insertions(+), 110 deletions(-) >>> create mode 100644 ryu/lib/pack_utils.py >>> create mode 100644 ryu/tests/unit/lib/test_pack_utils.py >> >> Can you update this patch for OF1.5? > > sure, i will.
done. YAMAMOTO Takashi > > YAMAMOTO Takashi ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
