On Mon, 12 Jan 2015 21:53:19 +0000
Alan Quillin <[email protected]> wrote:

> Attached are 2 patches for ryu.
> 
> 1. 0001-of_v1_0:-Added-supportfortheNXM_NX_TUN_IPV4_{SRC&DST}[_W]fields
> This add support for the NXM_NX_TUN_IPV4_DST and NXM_NX_TUN_IPV4_SRC headers 
> available in the nicira extension for OF v1.0 described here: 
> http://git.openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob;f=include/openflow/nicira-ext.h.
> 
> 2. 0001-of_v1_0:-Fixed-the-flow-format-logic-to-set-it-correctly-when
> When using the ClsRule class in the ofproto/nx_match module, if you set a 
> register to be used in the match, that part of the match never got written 
> down to the flow.  For instance
> rule = ClsRule()
> rule.set_reg(0, 123)
> you would expect this to create a flow entry that included reg0=123 (using 
> the ofctl dump command that is).  However it did not.  This was due to the 
> fact that the flow format was never set to NXT.  This modifies the logic that 
> returns the flow format to check the reg_bits and if > 0 then set the flow 
> format to NXT.
> 
> 
> If I did not format these correctly, or did not format this email correctly 
> please let me know, this is mt first project that uses this type of change 
> management.

Applied both, thanks a lot!

It would be great if you could follow the followings next time:

https://www.kernel.org/doc/Documentation/SubmittingPatches

7) No MIME, no links, no compression, no attachments.  Just plain text.
12) Sign your work

------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to