On Wed, Jun 16, 2021 at 4:57 PM Mark Michelson <[email protected]> wrote: > > For this and patch 1: > > Acked-by: Mark Michelson <[email protected]> > > I have a small question below that may or may not require a change to > the series. If a change is needed, it's so small that it's not worth > having you upload a new version of the patch. Whoever merges this series > can make the change.
Thanks Mark. > > +# Use --dummy-numa if system has low cores > > +m4_define([HOST_HAS_LOW_CORES], [ > > + if test $(nproc) -le 4; then > > Shouldn't this be -lt instead of -le? I agree. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
