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 36CB3A00BE; Tue, 7 Jul 2020 13:32:24 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 705EE1DDDB; Tue, 7 Jul 2020 13:32:23 +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 8255D1DD61 for ; Tue, 7 Jul 2020 13:32:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1594121542; 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=0v4z/IalJoaJcVZBebQKPVc+Cag6Z3KbvdEebtFrabc=; b=JSSyVsbWDUAi3xl+PRj63tuUSEcJ9ArDZKkaldqgvSOIBJmXDPP60/iX7b0iTco3ClJaWn Taicydth8QtyuMtRTla/ZBBPpYck12mUMpozUikzeuMzYXzTxaulV+Yj5QKABBmtM0t7np 3jit4q6LsUp+EE/RB0ZQAK7ndMBZkME= Received: from mail-ua1-f72.google.com (mail-ua1-f72.google.com [209.85.222.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-373-auiXOGQRMNutYawQQZ4l2w-1; Tue, 07 Jul 2020 07:32:18 -0400 X-MC-Unique: auiXOGQRMNutYawQQZ4l2w-1 Received: by mail-ua1-f72.google.com with SMTP id 75so14347223uai.21 for ; Tue, 07 Jul 2020 04:32:18 -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=0v4z/IalJoaJcVZBebQKPVc+Cag6Z3KbvdEebtFrabc=; b=XiJnl8/6h11jCNMLpo9XBEnuT+yINN+ATXXUkiOH3h2B1tS7LSszkdG9ec/LMSg3Cj YGILvoqGAVJnjlcxD2kGdYompNtIake4BeWB41ww92nrCnuepij/qlrv+8kUa50iv2Mg CisN/TMgcw0D4FPhJ+gLJBdlUx4lnSJI6ieYmEWvBT9TZSfW+FVIj3iuHW2hW5EJKG+a VCWmb9as+EDRPCak4QmxSkW0BW9mTM4OTarrgEQG8EX/1BqU5hWJBVY1ASjEiRioUe01 SbZ244O7YB+iDDVlkuhPF3x9aGcGl7PPRDIOXsazClO14PYVTHaaEkwRZkImZuqoOU3P IsXA== X-Gm-Message-State: AOAM5332Myo22xvX2sAH7BLBXM9/OH7dAgVc92N1QOYvsRM17hHl5Pfx KWR3SKAgZgk9FwwReoh2SnecQFKno9b1wlqa8TfKkFEVm3Ern2JJS7O8psehvCxl2FHTWwICOto nSJ9JHHoRK76BBXCZWEk= X-Received: by 2002:a05:6102:249:: with SMTP id a9mr9739118vsq.198.1594121537860; Tue, 07 Jul 2020 04:32:17 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx7WCdMKHFzJr0QxOsnRCLHWeevtJ2AtbAG738WCPNT3Ifg1cWCa6Dm9Y20u7R1uutgXrHu8WgAmdzvj6m13PY= X-Received: by 2002:a05:6102:249:: with SMTP id a9mr9739113vsq.198.1594121537667; Tue, 07 Jul 2020 04:32:17 -0700 (PDT) MIME-Version: 1.0 References: <18f843ba879918cf02416f428bb810e7ea8cde10.1593623742.git.tredaelli@redhat.com> In-Reply-To: <18f843ba879918cf02416f428bb810e7ea8cde10.1593623742.git.tredaelli@redhat.com> From: David Marchand Date: Tue, 7 Jul 2020 13:32:06 +0200 Message-ID: To: Timothy Redaelli Cc: Bruce Richardson , dev , Van Haaren Harry , dpdk stable 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] [dpdk-stable] [PATCH] app/test: fix rpath for drivers in meson build 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" On Wed, Jul 1, 2020 at 7:26 PM Timothy Redaelli wrote: > This commit fixes the setting of relative rpath on dpdk-test for > drivers ($libdir/dpdk/pmd-$abiver) to the correct absolute rpath > ($prefix$libdir/dpdk/pmd-$abiver) > > Fixes: b5dc795a8a55 ("test: build app with meson as dpdk-test") > Cc: stable@dpdk.org > Signed-off-by: Timothy Redaelli Acked-by: Bruce Richarson Applied, thanks. -- David Marchand