On Wed, Jun 1, 2022 at 6:38 PM Kevin Traynor <[email protected]> wrote: > > Test that user configured mempool params have been stored. > > Signed-off-by: Kevin Traynor <[email protected]>
Reviewed-by: David Marchand <[email protected]> > --- > tests/system-dpdk.at | 34 ++++++++++++++++++++++++++++++++++ > 1 file changed, 34 insertions(+) > > diff --git a/tests/system-dpdk.at b/tests/system-dpdk.at > index 7d2715c4a..35c6bd54b 100644 > --- a/tests/system-dpdk.at > +++ b/tests/system-dpdk.at > @@ -13,4 +13,19 @@ m4_define([SYSTEM_DPDK_ALLOWED_LOGS],[ > ]) > > +dnl CHECK_MEMPOOL_PARAM([mtu], [numa], [+line]) > +dnl > +dnl Waits for logs to to indicate that the user has configured a mempool Nit: s/to to/to/ -- David Marchand _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
