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 2131BA0550 for ; Mon, 15 Feb 2021 10:12:24 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 151A6160706; Mon, 15 Feb 2021 10:12:24 +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 B042640FDF 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-vk1-f198.google.com (mail-vk1-f198.google.com [209.85.221.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-105-FQZ5Gs8VPtydtQWgJdjnww-1; Mon, 15 Feb 2021 04:12:18 -0500 X-MC-Unique: FQZ5Gs8VPtydtQWgJdjnww-1 Received: by mail-vk1-f198.google.com with SMTP id w145so1090007vke.3 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=Sg2EYJjmZZMDQgLPwjLmT0NI3PIIdg4lE78RDhsGo2x25btnQywbHi1JumzZF1+v4o DihUKS3CaOTEZ/uBz3+F0T0uuUtx7UBMAUJ5XgIB3EFXRjAo1RVVZKNrZ5IqLzNvG06B PGy4kArjBIGSkj/QBKgrv+NHgpDGEhClywu0IwlZfSiMYS2nhihQuPCZmVvhnjEteeut VJ6JdlDvD3uj/rSsik6EOXmL3GFm/D12Ndc/LGm0sRre+cT317YH6F4i5RxbATY7GDD2 GWJVD7fIkiTuc0f3OSvdP24rBjGrDg0wNKHQ2O8O29hNpb0g1V/+DZrFEQSpvy8dRwZF DP5w== X-Gm-Message-State: AOAM531bo2No4bAvtfxQBuMHo+5PqcXg1b9pVF1KsN83eY1IZtCxqEVa fxGiLBIBodnQ8CEdbSu/zSngl/mlCkgOwwmTq6jwbfTAvaig6Mq8JeJKyC2o3U5N4NCrR5CQusV pgeqyp8dW4j7g5rNgzg== X-Received: by 2002:a67:330c:: with SMTP id z12mr3639189vsz.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-ci] [SPDK] Re: [dpdklab] Re: [dpdk-dev] [CI] SPDK compilation failures @ DPDK community lab X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org Sender: "ci" 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