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 CFD12A0542; Thu, 13 Feb 2020 13:16:32 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D4FA41BFA3; Thu, 13 Feb 2020 13:16:31 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id 091501BF9A for ; Thu, 13 Feb 2020 13:16:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581596189; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=KBnVyEvUktphyI99ApU6MSnYk5KJJaNgD8aiybnVtkI=; b=XDDxYOTcfJQTOqRTzuOguvbgJgETUNQ4Fm2j3FmBPXXOZuacTVIu8D27k+hi+ROEvzPv92 QSFD+XN343s/u9MhnMrPUzSyhx8X+AlthBwBq6u9FfMJRIovs7JrdwH5sVtYCL9ltLJNeJ 6btAbo7x7dvcWnjBTfQlqenRWSjzjlA= Received: from mail-ua1-f69.google.com (mail-ua1-f69.google.com [209.85.222.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-407-3IvjvG7yNjSSJns_0hhKpA-1; Thu, 13 Feb 2020 07:16:24 -0500 Received: by mail-ua1-f69.google.com with SMTP id y23so1349468uaq.21 for ; Thu, 13 Feb 2020 04:16:24 -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=0YlSFF15i9+6I3a+dqoLkBf/dZmYqwTXB6K9wlY2cJ4=; b=r0OoyAjMyRx0S/esGmVJtRamQ+n7TGgej1rg34YrQJbgdUpWRzEcbm43a2mrmYI6MT ab+de9/ReetVr5/oCsIS3Q5QqiMWZSbIFkpsMwHIFOEn6VBLgKI/GZawg35hWzGJ2Vjy cQ9QtemN5HiIvP/XvLcUb1TdIwMmj6Ar9nBzyz8fne4XGOmCiQ5nGm5pKyBSP16zLsSP fYufY04fDU4Ser/AI2kCEikJgwhMPA+jkAyAYO+IpmpEBhliO7vX177aem1Ym0vKoaFw dk4TAFtIS3qL8YCbOaDsxNtMUi0QOFzKCND/KflWd0F5dF44OkYR3thEKf/HBODrM1/t /EOQ== X-Gm-Message-State: APjAAAUdb0ehKzVFqee6g5uDvRtxIpITbo0eAmovD5r1UEhBHKw9Ew6A lhj30fabYauIgQKYg+4q1pnIV5EwMqDAUkRgnTb+FjnYZTcS8v2V++yQCTLh1e5clxGhTB7c1DQ gSFJotCZFeS/DORnhYs0= X-Received: by 2002:a67:905:: with SMTP id 5mr15240402vsj.105.1581596184190; Thu, 13 Feb 2020 04:16:24 -0800 (PST) X-Google-Smtp-Source: APXvYqzm66Jgf2qXDXgUhznOUZ5nZOQRPFEt0IE2JYi/w+6sGOIABYqVfLqtt/rMsrDTMPudbhqyYRnNpZ1fxbeMmek= X-Received: by 2002:a67:905:: with SMTP id 5mr15240392vsj.105.1581596183925; Thu, 13 Feb 2020 04:16:23 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: David Marchand Date: Thu, 13 Feb 2020 13:16:12 +0100 Message-ID: To: Hemant Agrawal Cc: Nipun Gupta , dev X-MC-Unique: 3IvjvG7yNjSSJns_0hhKpA-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] Dependency issue between event/dpaa and crypto/dpaa_sec 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 Thu, Feb 13, 2020 at 1:07 PM Hemant Agrawal wro= te: > > I could not find a dependency in the makefiles for this. > > But meson has this dependency. > > > > drivers/event/dpaa/meson.build > > deps +=3D ['pmd_dpaa', 'pmd_dpaa_sec'] > > > > > [Hemant] Makefile do have dependency set, but at a different place. I hav= e done a small change. Please check if you can : I must have missed it then. Can you describe how this dependency is expressed in the makefiles? > > diff --git a/drivers/event/dpaa/Makefile b/drivers/event/dpaa/Makefile > index 2f53efdf9e..093d3a38cf 100644 > --- a/drivers/event/dpaa/Makefile > +++ b/drivers/event/dpaa/Makefile > @@ -21,8 +21,6 @@ CFLAGS +=3D -I$(RTE_SDK)/drivers/bus/dpaa/include/ > CFLAGS +=3D -I$(RTE_SDK)/drivers/mempool/dpaa > CFLAGS +=3D -I$(RTE_SDK)/drivers/common/dpaax > CFLAGS +=3D -I$(RTE_SDK)/lib/librte_eal/common/include > - > -LDLIBS +=3D -lrte_pmd_dpaa_sec > CFLAGS +=3D -I$(RTE_SDK)/drivers/crypto/dpaa_sec > > EXPORT_MAP :=3D rte_pmd_dpaa_event_version.map > @@ -34,6 +32,7 @@ LDLIBS +=3D -lrte_bus_dpaa > LDLIBS +=3D -lrte_mempool_dpaa > LDLIBS +=3D -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring > LDLIBS +=3D -lrte_ethdev -lrte_net -lrte_kvargs > +LDLIBS +=3D -lrte_pmd_dpaa_sec > LDLIBS +=3D -lrte_eventdev -lrte_pmd_dpaa -lrte_bus_vdev > LDLIBS +=3D -lrte_common_dpaax I don't see how this would affect the building order between drivers/event/dpaa and drivers/crypto/dpaa_sec. --=20 David Marchand