From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id E2AEFA32A2 for ; Fri, 25 Oct 2019 10:12:15 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AD1F31E892; Fri, 25 Oct 2019 10:12:15 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id 7B4761D50B for ; Fri, 25 Oct 2019 10:12:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1571991133; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=o7dkwA01LQiNLWC8OAEOraqvpx9e7wBQrkt074f4EUM=; b=dSWh4yRAHKABk9mYYmkXIOsk3dLrTSn4Oc32++EWXuDOja5ezVTgzZSRvOaOBA/7WN0iaF kjJw9AtTT4ThTesq8VetwVhfb+q5o0GmYXx895hMGPU9BYAXAVGertZexTRH2kIfGPriFz 8afPKRrYFLXj/kldZnmbAhPeEA+i1nQ= Received: from mail-ua1-f71.google.com (mail-ua1-f71.google.com [209.85.222.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-365-shuiWAMHO7W6FmXG-jrxyg-1; Fri, 25 Oct 2019 04:12:09 -0400 Received: by mail-ua1-f71.google.com with SMTP id k13so389383uap.9 for ; Fri, 25 Oct 2019 01:12:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=qt9luks5hJWYW/ml+V67IyKJ6OV45Ey2Kavgp7wgkFk=; b=r0SL4CeIUSBmt/6TkUimwQYscTJgE70CHTPySXSaMSFSTdfujJrd821LzhAyoVnvSP I3bIBFbTpxFc/rqoA1acGbeF7dCaVFUpppMYKUZNdLyX+tvEYm59XZS0kiwPGwn9ixI1 2TDKx0cD/LVxgAoBV1y6GeUBnvLo3NENMdCBAfwQ1b/HC9jrX13yWZRSoBSrcl6OelzK w0j7XsYa3HQsPoSfSXjYsrMg/L6T4QSPBCgz+RbSMDyvypHkiW48IDnUTJuergFszp7d C+vG4GyL+ju3Xlt+So3jslIDY0ZZs7SpCCiftZV771lhFZFfVBzlgyChyTcN98/KhOQT JsUQ== X-Gm-Message-State: APjAAAUnx630IGBEnGePAUr5WHnVHGjLadT39ieeZWNP/gsSE4tuRiJU UzKDJvnGAXb7zCsGwwFH922Z34asqarS7IdJdPIg+v2Qllz0HexZHVKC6Bgm7gpyL6BdeWovmU+ NoGzfwI36UirlXjxhI30= X-Received: by 2002:a05:6102:387:: with SMTP id m7mr1264396vsq.105.1571991129313; Fri, 25 Oct 2019 01:12:09 -0700 (PDT) X-Google-Smtp-Source: APXvYqx9mrHHYtlxIqCsCfi8WHMJBEyVoTqcI0c1dtLO94NZQdv51y9zTMHsH8HiYOO7nfqPrCb/LPTgtmnnfLfp6YQ= X-Received: by 2002:a05:6102:387:: with SMTP id m7mr1264381vsq.105.1571991129013; Fri, 25 Oct 2019 01:12:09 -0700 (PDT) MIME-Version: 1.0 References: <20191017094124.16725-1-reshma.pattan@intel.com> <20191017111628.5396-1-reshma.pattan@intel.com> In-Reply-To: <20191017111628.5396-1-reshma.pattan@intel.com> From: David Marchand Date: Fri, 25 Oct 2019 10:11:57 +0200 Message-ID: To: Reshma Pattan Cc: dev , dpdk stable , Nikhil Rao , Chas Williams , Bruce Richardson , Stephen Hemminger X-MC-Unique: shuiWAMHO7W6FmXG-jrxyg-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v2] app/test: fix build when ring PMD is disabled X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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 Thu, Oct 17, 2019 at 1:16 PM Reshma Pattan wro= te: > diff --git a/app/test/meson.build b/app/test/meson.build > index 2c23c6347..e221e44f7 100644 > --- a/app/test/meson.build > +++ b/app/test/meson.build [snip] > @@ -282,7 +269,6 @@ driver_test_names =3D [ > 'eventdev_selftest_octeontx', > 'eventdev_selftest_sw', > 'link_bonding_autotest', > - 'link_bonding_mode4_autotest', This test was in the driver list. > 'link_bonding_rssconf_autotest', > 'rawdev_autotest', > ] > @@ -319,6 +305,20 @@ if dpdk_conf.has('RTE_LIBRTE_BOND_PMD') > endif Interlacing the test names, then inspecting the .c files, I noticed that the event_eth_tx test is missing: > if dpdk_conf.has('RTE_LIBRTE_RING_PMD') > test_deps +=3D 'pmd_ring' > + test_sources +=3D 'test_pmd_ring_perf.c' > + perf_test_names +=3D 'ring_pmd_perf_autotest' > + test_sources +=3D 'test_pmd_ring.c' > + fast_test_names +=3D 'ring_pmd_autotest' > + test_sources +=3D 'test_event_eth_tx_adapter.c' No associated test. > + test_sources +=3D 'sample_packet_forward.c' > + test_sources +=3D 'test_bitratestats.c' > + fast_test_names +=3D 'bitratestats_autotest' > + test_sources +=3D 'test_latencystats.c' > + fast_test_names +=3D 'latencystats_autotest' > + test_sources +=3D 'test_link_bonding_mode4.c' Wrong list name, as I mentioned earlier. > + fast_test_names +=3D 'link_bonding_mode4_autotest' > + test_sources +=3D 'test_pdump.c' > + fast_test_names +=3D 'pdump_autotest' --=20 David Marchand