On Thu, Jan 11, 2018 at 10:26:46AM -0800, Ben Pfaff wrote:
> From: Ian Stokes <[email protected]>
> 
> 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). Rule_cookie variable is already ovs_be64 so fix
> this by removing the call to htonll as there is no need to convert for
> use with put_32aligned_be64().
> 
> CC: Justin Pettit <[email protected]>
> Fixes: d39ec23de384 ("ofproto-dpif: Don't slow-path controller actions.")
> Signed-off-by: Ian Stokes <[email protected]>
> [[email protected] updated parse_odp_userspace_action()]
> Signed-off-by: Ben Pfaff <[email protected]>

Never mind, I forgot to commit before I posted.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to