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 8822FA3168 for ; Thu, 17 Oct 2019 11:54:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 492581C1FB; Thu, 17 Oct 2019 11:54:56 +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 35E701C1FB for ; Thu, 17 Oct 2019 11:54:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1571306094; 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=TBiQ8nd57JABIRJgmDglGOq/FrNiQfsy5doZ5wAdj3A=; b=gt+rWHwgTABglTwKvB5gYUQYiMS4dqQ/cYGD1CVb9qiB80gBc9yKKi6bH71YmTLG3+G6rB l09kT+ls67ubUQPLy8R/t/OrD5woze88xnFzwJAJPBc8hhLehfc+1ZiPw53PK/XrL/aqXq D2Vdts2WZWlSqe5KIOQf8abW3LqMKsE= Received: from mail-ua1-f70.google.com (mail-ua1-f70.google.com [209.85.222.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-37-hiRKkQmlNsKJx7q8gffWWQ-1; Thu, 17 Oct 2019 05:54:52 -0400 Received: by mail-ua1-f70.google.com with SMTP id z5so304134uae.2 for ; Thu, 17 Oct 2019 02:54:52 -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=SlcG59HtLGXwV9oz56kG9VKdzenAbIfWb4IOSy5zXMs=; b=ZbOw0EM/Q8j8Lp2WF7Abb3Y+piIWmUu+jiOGPC/qHZOXKLnENFhcVtNfLU3Y+It5xX Dv7ded+hEMpJpZ6WhorzkB8/0RxXatuX/rOiqBKTFrLwDNuJGfUSy8Octwx5cMxnyOGE UNgYDhZET6jgRxoHT8gAtLImB7IJUEEAny2wC9F5k9/RC7VFifnBu76E2UjHAOeLJQWt xVH+fTXbGlhwFnWu7+5EPpYdtHje+uL3/PQ/e2ywrJmzLIZ+A9Z/ZGWtLyaDmlGZZVAB mLhz7VKS335Ma6F+ils0Jmy4IlbnrNrk3mjqJ00pabfXs2V9uDrHpSFirj6DvbnvNTcf 7ahw== X-Gm-Message-State: APjAAAVp9We5xcAINs6RT1OSxi3JTMnHWILwDBnGRRIq25PCkuD2q+Jt +j0lf55o7hkG7PCw8sluZTcksiBWIqDgSYcZswGLNj1e679gzvbJCCpktoUkCZBQxNjhfYGV+lv 0v7k4n5NhbI5bL1oDuN2bTjg= X-Received: by 2002:a67:e88b:: with SMTP id x11mr1312974vsn.180.1571306091966; Thu, 17 Oct 2019 02:54:51 -0700 (PDT) X-Google-Smtp-Source: APXvYqybUBiCmwZL93Pp5mKrWwrLp0LILUYM30YlRIEX17Ixd18XFHSxGS5iYKKT9SgLMLcCyfwvyMz91X/YFIMjIpQ= X-Received: by 2002:a67:e88b:: with SMTP id x11mr1312961vsn.180.1571306091678; Thu, 17 Oct 2019 02:54:51 -0700 (PDT) MIME-Version: 1.0 References: <20191017094124.16725-1-reshma.pattan@intel.com> <20191017094124.16725-2-reshma.pattan@intel.com> In-Reply-To: <20191017094124.16725-2-reshma.pattan@intel.com> From: David Marchand Date: Thu, 17 Oct 2019 11:54:40 +0200 Message-ID: To: Reshma Pattan Cc: dev , dpdk stable , Nikhil Rao , Chas Williams , Stephen Hemminger X-MC-Unique: hiRKkQmlNsKJx7q8gffWWQ-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-stable] [PATCH 2/2] app/test: fix meson build when ring PMD is disabled X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Thu, Oct 17, 2019 at 11:41 AM Reshma Pattan wr= ote: > > pdump, latency, bitrate, ring PMD and test_event_eth_tx_adapter > unit tests are dependent on ring PMD, so enable those > tests only when ring PMD is enabled else ignore. > > Fixes: 086eb64db3 ("test/pdump: add unit test for pdump library") > Fixes: fdeb30fa71 ("test/bitrate: add unit tests for bitrate library") > Fixes: 1e3676a06e ("test/latency: add unit tests for latencystats library= ") > Fixes: 46cf97e4bb ("eventdev: add test for eth Tx adapter") > > CC: stable@dpdk.org > CC: Nikhil Rao > CC: Chas Williams > > Reported-by: Stephen Hemminger > Signed-off-by: Reshma Pattan Please squash this with the first patch. Thanks. --=20 David Marchand