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 82B5D430AC; Sun, 20 Aug 2023 17:54:40 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0A99240E25; Sun, 20 Aug 2023 17:54:40 +0200 (CEST) Received: from mail-oi1-f172.google.com (mail-oi1-f172.google.com [209.85.167.172]) by mails.dpdk.org (Postfix) with ESMTP id 4B19A40A80 for ; Sun, 20 Aug 2023 17:54:39 +0200 (CEST) Received: by mail-oi1-f172.google.com with SMTP id 5614622812f47-3a7ca8720a0so1936787b6e.2 for ; Sun, 20 Aug 2023 08:54:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20221208.gappssmtp.com; s=20221208; t=1692546878; x=1693151678; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=heBuAHL0FaSsp5IByeJltBPUKhaznx3XV7h9Uyy95t8=; b=04GHtG5akGHtYANLzWFY6iAhUjV0u3x1MmAsAXhegQqSrUlMwkneJ9uZ8u0Y6SC4P9 GViQbjfIOinPdRpbjToMuHlo85gtXXvz+oJBYdPF3WZZAeIiwxioDhGgOIX2OwWf7aVx rh25QAEAcv4vBcEnT/JDZBqJF2rhTpRrcfgeJx40YblkL0/T2nKM2nO16gJP6xSjPzCA nk58jMKcyHetoLW7LkgUoSCn+RO80brYq5OVBARVVvNDRsSqs6kLX7DjZBHemHnCCxVw XkgkbCX20BBshNNngbyyipyEUiqga4DIvIIPF9/CgBSi8aIvJqHgJIiz86WsQ+yijjRw z+/Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692546878; x=1693151678; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=heBuAHL0FaSsp5IByeJltBPUKhaznx3XV7h9Uyy95t8=; b=RSDriS0MJBE++p1sOqq8gGW3dT0y9arMjlsekX/D+hV476lDC4cmKsQjXs+70WxIYW bgae+HJE4qhabjbwE8yE/tEQxb3xxduQEGqptZrQzPn6XkMWHaunZh5y+XcRhz39Wvqp lEs2NDjtqjX3Hw+pWCn2/devHn3ipQspAOd4rhNodqLHnQCYeeEqEdiwENVXPWkIeBaX WKlqJjursMpZaYw/H4No7/xGqwxOYPxr/f/6Xnxyschq0J+/QHWXWB1hHgKDNQ9w5Rj/ A7FdrVPhKg6AQ2AUzmuoz1zj6BS4v/XVCAsO5XciKs1vypyHOqep5PQuvzf2UHbm1xAM qV5g== X-Gm-Message-State: AOJu0YylobhxflX2oMWb3c9KO7gNEzF+SP9pQmV3vYaHybzSzWfCiPoD IgJQG0R8px5CoS4PXL2OMCujJA== X-Google-Smtp-Source: AGHT+IF8Q6z2fkoAjrzZEBqkN0Zp/0VEmsBBRWcvstqSK0xaP3aqzk1TQDcMOF6t8zQTInD+e5pKZg== X-Received: by 2002:a05:6808:1484:b0:3a3:6cb2:d5bf with SMTP id e4-20020a056808148400b003a36cb2d5bfmr7448177oiw.4.1692546878465; Sun, 20 Aug 2023 08:54:38 -0700 (PDT) Received: from hermes.local (204-195-127-207.wavecable.com. [204.195.127.207]) by smtp.gmail.com with ESMTPSA id x17-20020aa79191000000b00682a908949bsm4726963pfa.92.2023.08.20.08.54.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 20 Aug 2023 08:54:38 -0700 (PDT) Date: Sun, 20 Aug 2023 08:54:36 -0700 From: Stephen Hemminger To: Felix Moessbauer Cc: dev@dpdk.org, william.lam@bytedance.com, chrisswindle@microsoft.com, aconole@redhat.com, david.marchand@redhat.com, henning.schild@siemens.com Subject: Re: [RFC PATCH 1/1] Add basic support for code coverage analysis Message-ID: <20230820085436.259809ae@hermes.local> In-Reply-To: <20220906164309.1771502-2-felix.moessbauer@siemens.com> References: <20220906164309.1771502-1-felix.moessbauer@siemens.com> <20220906164309.1771502-2-felix.moessbauer@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 On Tue, 6 Sep 2022 18:43:09 +0200 Felix Moessbauer wrote: > This patch adds basic support to get meaningful > code coverage statistics for some central components. > To keep things simple, we only focus on the parts that are > tested as part of the "fast-tests" suite. > This includes the lib as well as drivers that do not require > special hardware to be tested. > > By providing the gcovr.cfg file in the project root, > modern versions of meson (>=0.63) can pass that information > to gcovr, making it possible to configure the coverage target > of meson. > This enables us to use the default meson coverage infrastructure > and customize it for the needs of the DPDK project. > > Signed-off-by: Felix Moessbauer > Acked-by: William Lam > Acked-by: Chriss Windle Not sure why this patch stalled. Seems ok but the set of drivers seems quite small. Would be good to do it across wider set.