From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44])
 by dpdk.org (Postfix) with ESMTP id 79BD112A8
 for <dev@dpdk.org>; Mon,  7 Dec 2015 23:19:33 +0100 (CET)
Received: by wmvv187 with SMTP id v187so188125489wmv.1
 for <dev@dpdk.org>; Mon, 07 Dec 2015 14:19:33 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:organization:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding
 :content-type; bh=24VxvPfEe6TuNXzseJ5JOtBmR6RAAjtIfqVjSpjOglg=;
 b=bF1gciOvs8K8wHQrmPrqV3J33m0gaQthGDwJpzNafvi7YJaIz4WK0N6tZhWGGT/sCY
 8b7XGbZRx57Sm+5BaPcfo0W1iNKJDLaYo8gJL23AfYLZL540NGTZ4V9G+r8WaJIX50tZ
 4H1Ae96a7JZM9AkL7m9E1iCHFkC/2DXTA/QK9yb/S8UVFNGdbQAg05zBf/m0SkbgWnFy
 9nOOs0HrHS4JgBiVORY1mu2tZ5H+igGP/Uw1kmVBpt/U+t/qfLzDssHKs2Ve0tucv3aB
 O1h9QJqyPJ5M2NiaH0Zx79rL8IeIDkPSuzxWvVfq0SJnkVUFQ/IEZuFhtKb3IyTf4dxy
 yosw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=24VxvPfEe6TuNXzseJ5JOtBmR6RAAjtIfqVjSpjOglg=;
 b=aidu2jhHtKCPdF3O1i515EJ/fBbmDjz7Eq3fUrAOkDKZeBSI6dW5CAu92TB/Bi2OpB
 zUnC5awVRk5RRWBLbE1GQN43XKdMPJuEUCFzUvhrv1xJHshr25nm7G1Av4JqgU8ZmBnS
 4lZzP3ZTWi0vaEZCkGJ239jRv7lRyqg9iD8br9efd/tPuvIwEhQ+ToCPHVg3cd5egtIM
 5cTmUapruBamLpDE9sco2u1NpOl5YIpahEK9zoIaaMh5j9oZOYWASYP7OBkbAM1OS5j+
 hGXSd/SFw4lmju4GOrxcdApA0tHWucce6uiiKrEqj5Fjw97Do0r5Wji1oO8kobqJGUQy
 HpnQ==
X-Gm-Message-State: ALoCoQkU93lR9Rs/yUIet6kZUOP2CNU/e5JJjPLZecw0LXMGONT94pa5JKpapYoZj6PTUtaWgXAkPfW3ogoMgTxPsbgf5FPsHg==
X-Received: by 10.28.100.84 with SMTP id y81mr810562wmb.48.1449526773241;
 Mon, 07 Dec 2015 14:19:33 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id u139sm18492786wmu.22.2015.12.07.14.19.32
 (version=TLSv1/SSLv3 cipher=OTHER);
 Mon, 07 Dec 2015 14:19:32 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Panu Matilainen <pmatilai@redhat.com>
Date: Mon, 07 Dec 2015 23:18:20 +0100
Message-ID: <2057705.NexKGZgrx1@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <f7t1tayjajp.fsf@aconole.bos.csb>
References: <ad61f137b8749b71ca2756b8c4f888309ce44790.1449484596.git.pmatilai@redhat.com>
 <1fa0db8a2358e8afc33cd9d440ac8bd6d302eb56.1449484978.git.pmatilai@redhat.com>
 <f7t1tayjajp.fsf@aconole.bos.csb>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v2] mk: fix external shared library
	dependencies of drivers, round 2
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Dec 2015 22:19:33 -0000

2015-12-07 14:58, Aaron Conole:
> Panu Matilainen <pmatilai@redhat.com> writes:
> > Similar to commit 5f9115e58cc6f304ff4ade694cf5823d32887d1a, but
> > for qat and mpipe drivers. The former did not exist when the
> > previous patch was sent and latter I just missed.
> >
> > Fixes: 5f9115e58cc6 ("mk: fix shared library dependencies of drivers")
> >
> > Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
> 
> Acked-by: Aaron Conole <aconole@redhat.com>

Applied, thanks