On Tue, Sep 03, 2024 at 11:37:16AM +0200, Eelco Chaudron wrote: > The odp_flow_format() function applies a wildcard mask when a > mask for a given key was not present. However, in the context of > installing flows in the datapath, the absence of a mask actually > indicates that the key should be ignored, meaning it should not > be masked at all. > > To address this inconsistency, odp_flow_format() now includes an > option to skip formatting keys that are missing a mask.
Hi Eelco, Would you be able to provide some example output, say as part of the commit message. And, does this warrant a test? > > Signed-off-by: Eelco Chaudron <[email protected]> ... _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
