Re: [Ryu-devel] [PATCH 0/2] nicira_ext: Support Network Service Header match

2018-03-20 Thread FUJITA Tomonori
On Thu,  8 Mar 2018 15:40:22 +0900
IWASE Yusuke  wrote:

> The following patches support the Nicira Extended match for Network Service
> Header (NSH).
> 
> Note: To use NSH match, OVS v2.8 or later is required.
> 
> IWASE Yusuke (2):
>   nicira_ext: Support Network Service Header match
>   nicira_ext: Support DEC_NSH_TTL action
> 
>  doc/source/nicira_ext_ref.rst |  1 +
>  ryu/lib/packet/ether_types.py |  1 +
>  ryu/ofproto/nicira_ext.py | 39 +++
>  ryu/ofproto/nx_actions.py | 36 
>  ryu/ofproto/ofproto_common.py |  1 +
>  ryu/ofproto/oxm_fields.py |  4 
>  6 files changed, 82 insertions(+)

Pushed, thanks.

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel


[Ryu-devel] [PATCH 0/2] nicira_ext: Support Network Service Header match

2018-03-07 Thread IWASE Yusuke
The following patches support the Nicira Extended match for Network Service
Header (NSH).

Note: To use NSH match, OVS v2.8 or later is required.

IWASE Yusuke (2):
  nicira_ext: Support Network Service Header match
  nicira_ext: Support DEC_NSH_TTL action

 doc/source/nicira_ext_ref.rst |  1 +
 ryu/lib/packet/ether_types.py |  1 +
 ryu/ofproto/nicira_ext.py | 39 +++
 ryu/ofproto/nx_actions.py | 36 
 ryu/ofproto/ofproto_common.py |  1 +
 ryu/ofproto/oxm_fields.py |  4 
 6 files changed, 82 insertions(+)

--
2.7.4


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel