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 0ACEBA04DE; Fri, 30 Oct 2020 14:36:10 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5A7F0C94C; Fri, 30 Oct 2020 14:36:07 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id 89166C94A for ; Fri, 30 Oct 2020 14:36:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1604064963; 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=lWNl/bPlLABeF2NMFUXor+tXRDXeqHwnxYqC3Vf+NkA=; b=BO30IOQexxU9hegaKjeYzSyMX57XSeq/ask93Hnm9IMuE8Rqs+RgxYcYvfkhxyMgVBVDv8 UivBpNidIB6MEGviJHGGSuowyQL/v2I2SgwLoCDQvlyFCrqeewwR6WlKhy+taKyy7kg+KH P4DUjPx+I04hHAojF28Fcko4UXSX1NU= Received: from mail-vs1-f70.google.com (mail-vs1-f70.google.com [209.85.217.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-127-XtXhmp-HPBG2LR32oO5ezA-1; Fri, 30 Oct 2020 09:36:01 -0400 X-MC-Unique: XtXhmp-HPBG2LR32oO5ezA-1 Received: by mail-vs1-f70.google.com with SMTP id s7so1561001vso.19 for ; Fri, 30 Oct 2020 06:36:01 -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=lWNl/bPlLABeF2NMFUXor+tXRDXeqHwnxYqC3Vf+NkA=; b=LlHL4exx41oIrcH1RU4NnbBxqlzvwcAAvfiv43Lp9sHPg8F+Q00cqdX4WywdRbKKc2 njMouO2KLa9IwOi/WMzCz3Ou0kB+ETneTI9ulZ58nGoJk/JCuf+nlDyCfwY/DWi4xsuD vQg9MvCUGyLtM5xkOZhAClCO8lE7TbkpV8NIXRHJCGgonBfbSYMfYaaDyTQi37PrZjfV FV/jtnmnKDbolwhm4NBHQ42a0rc4+07IN1Udzr3kHElCEX59/xseqCCt67mzjWZsg2jp yi3jgk/O1H8Ncomz62F21WrSE0nCXaro1/w1sDUAWurVAMjIW9QDuV9RKC9XpXc8o+Ci 0jaA== X-Gm-Message-State: AOAM530cFm6+unETm9lp4Yheveb9fEXOL/cqSIsCtm8Jh7XcilHEPXjM 9e2CXz5GAoy1ql3T52e/mmOV/RaAsnRd/fWlIyaOa3zuEziyt5JORmCzWYho2anxIu9tVDvCiiE z4P/7MM6Yqk21Id/ZoSk= X-Received: by 2002:a67:2fca:: with SMTP id v193mr7391840vsv.18.1604064960873; Fri, 30 Oct 2020 06:36:00 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxQ1E5bfOKZIgxW0HeO66ZxbO0rqyLd9X44O2FFdRNTnclXmQ7s9EoOFgmyaLVfp+AZHiRyN5XvHy3xxkg/o/c= X-Received: by 2002:a67:2fca:: with SMTP id v193mr7391822vsv.18.1604064960653; Fri, 30 Oct 2020 06:36:00 -0700 (PDT) MIME-Version: 1.0 References: <20201027171953.887251-1-bruce.richardson@intel.com> In-Reply-To: <20201027171953.887251-1-bruce.richardson@intel.com> From: David Marchand Date: Fri, 30 Oct 2020 14:35:49 +0100 Message-ID: To: Bruce Richardson Cc: dev , Thomas Monjalon 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] [PATCH] examples: fix linking against specific drivers 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 Tue, Oct 27, 2020 at 6:20 PM Bruce Richardson wrote: > > Some example apps rely on driver-specific functionality and link explicitly > against those drivers. These apps need their makefiles updated to take > account of the renaming of the driver libs. > > Fixes: a20b2c01a7a1 ("build: standardize component names and defines") > > Signed-off-by: Bruce Richardson Reviewed-by: David Marchand Applied, thanks Bruce. I think the documentation would also need some fixes as I can see a lot of references to librte_pmd_. -- David Marchand