[ovs-dev] [PATCH] db-ctl-base: Add {in} and {not-in} set relational operators.

Ben Pfaff blp at ovn.org
Tue Feb 2 21:00:18 UTC 2021


On Tue, Feb 02, 2021 at 05:27:08PM +0100, Ilya Maximets wrote:
> On 11/12/20 12:22 AM, Ben Pfaff wrote:
> > I would have found these useful for the OVN tests.  The {in} operator
> > is the same as {<=}, but it's still useful to have the alternate syntax
> > because most of the time we think of set inclusion separately from
> > set subsets.  The {not-in} operator is different from any existing
> > operator though.
> 
> Comparison operators for set inclusion was always confusing for me.
> Thanks for this change!
> 
> There are 3 things that should be done:
> 1. NEWS entry should moved to Post-v2.15.0 section
> 2. 2.15 replaced with 2.16 in lib/db-ctl-base.xml
> 3. whitespace issues reported by checkpatch fixed
> 
> With above changes:
> Acked-by: Ilya Maximets <i.maximets at ovn.org>

Done and applied.  Thanks!


More information about the dev mailing list