From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id DAF42A0679 for ; Thu, 28 Mar 2019 13:48:20 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B201F1B1FE; Thu, 28 Mar 2019 13:48:20 +0100 (CET) Received: from mail-ua1-f42.google.com (mail-ua1-f42.google.com [209.85.222.42]) by dpdk.org (Postfix) with ESMTP id 8E9DC1B1FD for ; Thu, 28 Mar 2019 13:48:19 +0100 (CET) Received: by mail-ua1-f42.google.com with SMTP id c13so52723uao.12 for ; Thu, 28 Mar 2019 05:48:19 -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=F3dpdekjidbgQKuy6kevG+CPtD7dvavzA7Xyhwi+KHE=; b=pYwV+MUwpi3kyDBDSYOjkW7vfvroAapalViZ1OotTXSTMYnvhJcueTtA85283XRhtT FQWcqz7RmyovZChUfI3QN5q+03vKXMqnUerXibCBLmnVjddxVD0tn6I3iQ3yBaP5KaMl Iz+MrBhwnHMS2hva1Rv161m19OIWC4lvjZIgD8jdQGguZln4T7Z5bj3rxwp4aLpxUYRg aU3asb60rHT4TBuPUZIjgSXGqnoZuBDk6dL1xmKsLSGicds0EERc8AKOIBuc3evgEuwi JUBN91O+Wqxni/PXngBDl/e9W5NN4Bwh15yyrNOAgMuWosqxVgErTswcSAo6u3jtiqcz rokw== X-Gm-Message-State: APjAAAWO+ftEboDa/gkXS59/U4wOxKkYuCiX3Wz/YFkN9k/F+DGNumaG 2Q4yefRu99UaiEJI3sxraq3gwjYvKJo8AtUUtA5zYA== X-Google-Smtp-Source: APXvYqzlV+/9+iudB56VbxZEocK56G8fsBm0zhTfpx+kichPvY/WgoU2iNvt2jeEUFtj6L5feYndHq71GHan6GQJ7GY= X-Received: by 2002:ab0:1591:: with SMTP id i17mr24737599uae.41.1553777298857; Thu, 28 Mar 2019 05:48:18 -0700 (PDT) MIME-Version: 1.0 References: <8a5c4ea4-11fb-8b9f-830e-c9e7ff4effec@intel.com> In-Reply-To: <8a5c4ea4-11fb-8b9f-830e-c9e7ff4effec@intel.com> From: David Marchand Date: Thu, 28 Mar 2019 13:48:07 +0100 Message-ID: To: Ferruh Yigit , John McNamara Cc: dpdk-dev , "Stokes, Ian" , Thomas Monjalon , Jerin Jacob , "Akhil, Goyal" , Cristian Dumitrescu , Qian Xu , Yongseok Koh , Maxime Coquelin , Qi Zhang , Shahaf Shuler , Pablo de Lara Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] DPDK Release Status Meeting 28/3/2019 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" Message-ID: <20190328124807.iq7yNwKTQ0H0m9aj-hOaljpknG0tQt2bQOpX4ZODbE0@z> On Thu, Mar 28, 2019 at 1:04 PM Ferruh Yigit wrote= : > Coverity > -------- > > * Coverity is back on, John run a new scan with latest code: > https://scan.coverity.com/projects/dpdk-data-plane-development-kit The "components" mappings seem quite old/invalid to me: - we still have the old pmds path =C3=A0 la lib/librte_pmd_XXX - pmd_bond points to an drivers/net/bond/. - pmd_mlx4 points to drivers/net/ixgbe/. And others catches almost everything (400k loc). John, can you fix it? --=20 David Marchand