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?

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to