On Mon, Jul 31, 2017 at 01:46:52PM -0700, Andy Zhou wrote: > On Mon, Jul 31, 2017 at 1:02 PM, Ben Pfaff <[email protected]> wrote: > > One of the builds on travis (using jemalloc), as well as all of the builds > > on my own local system, get failures in a couple of tests due to > > uninitialized data seen by the odp_mask_attr_is_wildcard() function. This > > series fixes the problem. > > > > Ben Pfaff (6): > > odp-util: Fix misleading parameter names. > > odp-util: More carefully validate attribute length in > > odp_flow_format(). > > odp-util: Rewrite odp_mask_attr_is_exact(). > > odp-util: Drop special case for OVS_KEY_ATTR_TUNNEL for exact mask > > checks. > > util: New function is_all_byte(). > > odp-util: Make checks for exact or wildcard masks more precise. > > Thanks for fixing the travis build and for improve the readability of > those functions. > > For the whole series, > Acked-by: Andy Zhou <[email protected]>
Thanks a lot. I applied this to master. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
