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 8D0EBA054F; Mon, 15 Feb 2021 10:12:23 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0EEF11606FB; Mon, 15 Feb 2021 10:12:23 +0100 (CET) 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 B481D1606FB for ; Mon, 15 Feb 2021 10:12:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1613380340; 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=So+U6H0iAKEPtXeqoqdqIf4KdWzTlZvCcKqh1j7xS9Y=; b=CbQ59K6JyV33OWoseiCao8ulZQ2G4T8QgegyQPrqEEqhrXrL/8erCtYN/+yQoPa/EWs+Y4 Noy/Pk1sht0u0Jz824jSzgUUyenSRZaGP6S8D6Z7zP8QT1hhmXsfSQCFzmbFA+q0D0rkDA 5IVv2VrNxKlosT5mym803DxwuItpT9Y= 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-191-GUk1o0UCP36YURa7vjm9yA-1; Mon, 15 Feb 2021 04:12:18 -0500 X-MC-Unique: GUk1o0UCP36YURa7vjm9yA-1 Received: by mail-ua1-f71.google.com with SMTP id e15so2201109ual.19 for ; Mon, 15 Feb 2021 01:12:17 -0800 (PST) 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=So+U6H0iAKEPtXeqoqdqIf4KdWzTlZvCcKqh1j7xS9Y=; b=imwdjPYdvR3on2zg+dgJrKe1jWZHGbshmwSI+2I0qaoIJ/vj3ihD6ftfTlj3mhnofi oAPohRwG/qrqK0NfXXFuJv/nfuF8+YnYz3Ne6y6b9Dcqw+WobDU30Z+jvZ7CPoneOKbJ P+bZtP4cVnIsdHXTdec7HGPQcSEQmMmAhoBIUG/lcFaJmHClwNJ/Qlit0QaTJeGwj4Oq /4fGhoDwnKnF9DRJ9QbBk+Dsp26xVpbz9yxnrzAvXLFjRShLBj4qwnk5L9u37F8kDFWU WPIgBiZPMSk2QF2lczmRwpaoZ4YF8HqBSKpET+0as9jn04hJVBjiIig6cDrGvmMZ8lh7 xD2Q== X-Gm-Message-State: AOAM532OzHlPFedNwuS6+hIVHrNp0hnlQ9WpsKbj8zwLcI4J/UwBwsKA kzfcAzKxpx1g2WaF9FsKRLSNaiKv+btHZa3jtkxu06p0KYasKkKBoOjcXMQuI5kzlcIg+pfSVtJ f+BlrlLiRZBqlZg4B7F0= X-Received: by 2002:a67:330c:: with SMTP id z12mr3639190vsz.17.1613380337551; Mon, 15 Feb 2021 01:12:17 -0800 (PST) X-Google-Smtp-Source: ABdhPJwNfWatOZR0wDMwY4yA092QtMZOW39K104kDDGe7uyDud9hEALAewcEjjyTNdPeDMtSRiBISO+eWghNM0TNneI= X-Received: by 2002:a67:330c:: with SMTP id z12mr3639182vsz.17.1613380337410; Mon, 15 Feb 2021 01:12:17 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: David Marchand Date: Mon, 15 Feb 2021 10:12:06 +0100 Message-ID: To: Storage Performance Development Kit Cc: Aaron Conole , Brandon Lo , Lincoln Lavoie , "dpdklab@iol.unh.edu" , "ci@dpdk.org" , "dev@dpdk.org" , Thomas Monjalon , Bruce Richardson 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] [SPDK] Re: [dpdklab] Re: [dpdk-ci] [CI] SPDK compilation failures @ DPDK community lab 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 Fri, Feb 12, 2021 at 10:18 AM Zawadzki, Tomasz wrote: > On SPDK side rte_net was included in default compilation with vhost component, but since vhost is disabled in the UNH lab tests with SPDK it showed up as missing. A fix for that is now submitted to SPDK: > https://review.spdk.io/gerrit/c/spdk/spdk/+/6398 > I'll let you know when it makes it's way to the v21.01.x branch. Rather than maintain dpdk internal dependencies on SPDK side, would it be possible to use pkg-config? -- David Marchand