From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 37C7AA0C4C; Tue, 5 Oct 2021 16:01:26 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1710141318; Tue, 5 Oct 2021 16:01:26 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id ECDAE40685 for ; Tue, 5 Oct 2021 16:01:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1633442484; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=7cySIpWqzVyWV7Z+GrOUxWj5wMIfG/3vgiWGibYvQ/o=; b=ZynicqLDHRZzAIVmIQD5l6Y/AWZ4x1Jl0+of5XCD7u2LlzPNv5yn+YmDo9/Ku6bzcJr1On oUrP6z4OvXRLP3DWKAQkLxPlHuZigyppNdyhQVgvZQuOAzGETu9Bz9KVS5+Ao6y02ogeHJ pcSGxxpvyV8vKnjfPv49bRVqZqt7Xpg= Received: from mail-lf1-f72.google.com (mail-lf1-f72.google.com [209.85.167.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-169-r3pWf7YxMxGaY8OJPct6Sw-1; Tue, 05 Oct 2021 10:01:21 -0400 X-MC-Unique: r3pWf7YxMxGaY8OJPct6Sw-1 Received: by mail-lf1-f72.google.com with SMTP id d22-20020a0565123d1600b003fd0097d747so16964223lfv.2 for ; Tue, 05 Oct 2021 07:01:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=7cySIpWqzVyWV7Z+GrOUxWj5wMIfG/3vgiWGibYvQ/o=; b=4fO3tDHPD19EUaDo4L0O1L1Sb5U/e6Sofv1sfg/pzo2YDTXlE22gy3GOv2ygFsHk2e JBbImeqQYq6raGn4/J0bwHmH2aI/9pSmoJgPB8JVq7KmTuIMu/uWOmPFlCgaKRWATHaL nWUKLJSeOWx/OwNw+saNS1wLU/PPk0knY5bcTRfK4l3u05ziTcqQscSWtq8x3M8uodi+ Z7J0J8CUB8XBNUd+ZgubP2UoCSjaylBrznQYvA+PVfKfIsp9BUCJcr4BFLEU46AQXlmP AvMIb64IuvgmG5WnqJX6DKS2Lxk1xBs353kWUBcvPIezVJH4zsUS4+BxhnHPLCeOPMJh Smmw== X-Gm-Message-State: AOAM531jZ34lwiv1H1DrlzfiEq5SFRvH/ObdtaEcI5QMx9wUMdbQe6Hs VE5JZ6OlEsHBse+2wZpe7eD85EOtHuHaeb8HKrcy0JBMEVeP5sFdel7h7ZReRtaKZ+pjRR/449i M6ueHVWcn1y6tKhLSMV0= X-Received: by 2002:a05:6512:3f16:: with SMTP id y22mr3640655lfa.499.1633442479259; Tue, 05 Oct 2021 07:01:19 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxFLAqNI+OE/en8vXRUMTHCvbnXuql7u39CRiTsY9jIUuk+lXBlNm/Y44VxqhC/dzJyKF1YxbIKMtCKPkRyab4= X-Received: by 2002:a05:6512:3f16:: with SMTP id y22mr3640576lfa.499.1633442478669; Tue, 05 Oct 2021 07:01:18 -0700 (PDT) MIME-Version: 1.0 References: <20211005123012.264727-1-xuemingl@nvidia.com> <20211005123012.264727-3-xuemingl@nvidia.com> In-Reply-To: <20211005123012.264727-3-xuemingl@nvidia.com> From: David Marchand Date: Tue, 5 Oct 2021 16:01:07 +0200 Message-ID: To: Xueming Li Cc: dev , Thomas Monjalon Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH 3/3] test/devargs: add devargs test cases X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Oct 5, 2021 at 2:31 PM Xueming Li wrote: > diff --git a/app/test/meson.build b/app/test/meson.build > index f144d8b8ed6..c688ba2b70a 100644 > --- a/app/test/meson.build > +++ b/app/test/meson.build > @@ -42,6 +42,7 @@ test_sources = files( > 'test_cryptodev_security_pdcp.c', > 'test_cycles.c', > 'test_debug.c', > + 'test_devargs.c', > 'test_distributor.c', > 'test_distributor_perf.c', > 'test_eal_flags.c', You likely want to add devargs_autotest to fast_tests, else "meson test" (and the CI) won't execute this new test. As for tests referenced in autotest_data.py, I am not sure we really need this, but please update too for consistency. -- David Marchand