[ovs-dev] [PATCH v2] meta-flow: Add MFF_IN_PORT_OXM, a 32-bit in_port.

Ben Pfaff blp at nicira.com
Mon May 20 18:31:02 UTC 2013


On Sun, May 19, 2013 at 03:44:53PM +0300, Jarno Rajahalme wrote:
> This helps get rid of one special case in nx_pull_raw() and allows
> loading of 32-bit values from/to OXM_OF_IN_PORT in NXAST_LEARN actions.
> Previously the 16-bit limit acted the same on both NXM_OF_IN_PORT and
> OXM_OF_IN_PORT, even though OF1.1+ controllers would expect OXM_OF_IN_PORT
> to be 32 bits wide.
> 
> Signed-off-by: Jarno Rajahalme <jarno.rajahalme at nsn.com>

Thanks, I applied this to master.  I noticed a small opportunity for
simplification.  I will send that out as another patch soon.  Please
review it, if you have time.

Thanks,

Ben.



More information about the dev mailing list