From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 6DBB7558B for ; Mon, 27 Jun 2016 17:15:09 +0200 (CEST) Received: by mail-wm0-f45.google.com with SMTP id v199so104542004wmv.0 for ; Mon, 27 Jun 2016 08:15:09 -0700 (PDT) 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:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=44XPSjWS1d/0oni4A6bVOOtwoya9RIpowkGNEnP6x30=; b=JHIbP/8pk0E0hDIZf/YBy5A1ZYVHKCFU9jjZbQjOuHu6PJ/l4iQc45bAV/t1O5ca5R WfOrYxeNXxk8zS1eZsJvKdO7IJWwyG9e18H5EJXkxpKigrzbO7Y+Xn2pW/Pvn72rpCmN ajm9syYpdA2CJwzJghbXbgtEIIybsL98yVkmRdffQ3Az7k9EJgY6maYjCBV8ho95ytNY eFdSaJT1nlzvxIO2V4DJtSvYXI/1ja2hjYsPht5mBjcJgKS1gqd8HHXNCuJhK8xhdCg2 eV/DD5+hcQP8WYaQK10KlYn1wQBwUqUCXaFhTIbvdPo1TTuFXn1pdq4kyypXP57oXGoU bNFA== 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:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=44XPSjWS1d/0oni4A6bVOOtwoya9RIpowkGNEnP6x30=; b=AzweUrcEoLq62614KuehwAWFo+nVg4QDXrXK8Ga9Wwjtdi1KweAKlbyukQFAvJMCuB hY7hjVRE0FOOTVbT9RFr+IGlj2B9tmP86JEBWfPE7pWOi9x7WzKTOJXzQW/J1jVGx6nS oB4U72H2K8SheWwHQAY3kqslfgFkAgeDYoBjc9Pm8HroM1GV46t1nN6c36P2cLJBo7xW LsJljNi0QusE9daveReJxqMy/tmFKsECif5UfbIgkmpJXHm26tUgT7OYsieOW6/FeQo4 yjriPlXJo4LVGA8E4VhVNIKGAm/gN31bvCuHn6BP3fknX1rTD8Xyu/UsBTxkRmvRZSh+ dkzQ== X-Gm-Message-State: ALyK8tJieYCxZylqfjRuCxLeWvKsuDfIeGTYPRWxe8C1WXGPBKZ7goRXh7o8vQ0EWZuBdpf9 X-Received: by 10.28.145.17 with SMTP id t17mr8708735wmd.14.1467040509131; Mon, 27 Jun 2016 08:15:09 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id li10sm5281916wjb.5.2016.06.27.08.15.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Jun 2016 08:15:08 -0700 (PDT) From: Thomas Monjalon To: Panu Matilainen Cc: dev@dpdk.org Date: Mon, 27 Jun 2016 17:15:07 +0200 Message-ID: <1789784.pB5efr2DGc@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1466959325-9426-1-git-send-email-thomas.monjalon@6wind.com> References: <1466959325-9426-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 0/7] fix dependencies X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2016 15:15:09 -0000 > Panu Matilainen (3): > pipeline: fix truncated dependency list > pdump: fix missing dependency on libpthread > mk: check shared library dependencies > > Thomas Monjalon (4): > mk: remove traces of combined library > mk: fix external library link > mk: fix internal dependencies > mk: fix external dependencies of crypto drivers Applied