On Thu, Jan 11, 2018 at 05:58:58PM +0000, Ian Stokes 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). 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]>
Thanks for the fix.
I noticed that one of the tests broke when I applied this, so I found
the problem and sent v2:
https://patchwork.ozlabs.org/patch/859232/
Justin?
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev