On Thu, Jan 11, 2018 at 11:01:23AM -0800, Justin Pettit wrote:
> Sparse complains with warning: incorrect type in argument 1 (different
> base types) in function parse_odp_userspace_action due to a call to
> htonll(rule_cookie).  The variable is read in host-byte order, so it
> shouldn't have been declared as big-endian.
> 
> Fixes: d39ec23de384 ("ofproto-dpif: Don't slow-path controller actions.")
> Reported-by: Ian Stokes <[email protected]>
> Signed-off-by: Justin Pettit <[email protected]>

For me, this fixes the sparse warning and keeps the unit tests passing.

Acked-by: Ben Pfaff <[email protected]>
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to