[ovs-dev] [PATCH] datapath: Changing ovs_flow_extract parameter from -1 to OVSP_NONE to improve readability.

Jesse Gross jesse at nicira.com
Wed Jul 11 18:29:08 UTC 2012


On Wed, Jul 11, 2012 at 11:03 AM, Zoltan Kiss <zoltan.kiss at citrix.com> wrote:
> This is just a small cosmetic change to express what that value means.
>
> Signed-off-by: Zoltan Kiss <zoltan.kiss at citrix.com>

Your patch doesn't compile because OVSP_NONE is defined only in
userspace, not the kernel.  The actual value doesn't mean anything
though since it gets overwritten in the next line (-1 doesn't mean "no
port", it's "don't care").



More information about the dev mailing list