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 D5EE7A04DE; Fri, 30 Oct 2020 14:57:20 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5F972C94A; Fri, 30 Oct 2020 14:57:18 +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 E8697C902 for ; Fri, 30 Oct 2020 14:57:15 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1604066234; 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=NtOCinEetuDb1+8KzNy3Sp6UMNpwBmORmDVby9DoOmw=; b=V8ISzhdJ7bovLMq1QhHa/QkpJ2Zl6uBhDOMy4ygSGAS2/sxLP1tKpQCmeiwN3gwMEiFTKm oSRztTi6mcUoEfnNpqvNKRZsIicR3ogFjHlGLDkyU3oduPks347CalUqOoD9p2UPKJ5IxJ SabCW6flRTB5m8HdL4qb9NU6eWbF5pA= Received: from mail-vs1-f69.google.com (mail-vs1-f69.google.com [209.85.217.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-9-N_LpFbluMW24Z5nL5Lutwg-1; Fri, 30 Oct 2020 09:57:10 -0400 X-MC-Unique: N_LpFbluMW24Z5nL5Lutwg-1 Received: by mail-vs1-f69.google.com with SMTP id n126so1570314vsn.22 for ; Fri, 30 Oct 2020 06:57:10 -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=NtOCinEetuDb1+8KzNy3Sp6UMNpwBmORmDVby9DoOmw=; b=l0kkvFYfFHhnrI2xhTaFtNXRwkbo5UjWCDJJ8jjLKX9xzxdD4qicR1T6P33wwnXqRZ OumpPuZ91wP+sCmz90uQNH7u8b6Jjpp3AXspQowPvHPrM2hSwgmsIwQ3cff2eeNHMRTi U/Mf/fVog0YMjPWGrC4S179C8GC7ZREjnmdbUi6vh8mMDcpCZAA0DfHj76eeiOXImnmm C04r+nM4LtrtokniHRQAQ7oeDJsL1VxWm0al27gbqwXcZvPGhrgKtodAZpb4ABPHlFe+ a/VWrmiPoZA9LbjAhKba1jLXKjw+6OZq+A/M4F2lQIxC0cTVw7ELq9DjL/0vhLSWGBkc DMbg== X-Gm-Message-State: AOAM532QR4xLz86JxKXGkJct/sYOh9cuZZNB61bCo4AYXHHH/VOKroFd H8618WVQr+51XOKlHUG5yY7q/ClBiTnmx2zLyFC8mWXtK3iaMGYbV35yBlxwABr98u6YFEFEq12 +nWH5wX7/QdylVD3JqSI= X-Received: by 2002:a67:fd7a:: with SMTP id h26mr7264967vsa.27.1604066229883; Fri, 30 Oct 2020 06:57:09 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxtIlpxU0U+o5lJPlrDkDORlZCcUheEnIVzXm/jy3M/qe0Nst6T1E+qJ/YL0GLsKnFW3UjESqWCrCIGeoL9j7U= X-Received: by 2002:a67:fd7a:: with SMTP id h26mr7264957vsa.27.1604066229618; Fri, 30 Oct 2020 06:57:09 -0700 (PDT) MIME-Version: 1.0 References: <20200814110045.217724-1-bruce.richardson@intel.com> <20201028162702.969509-1-bruce.richardson@intel.com> In-Reply-To: <20201028162702.969509-1-bruce.richardson@intel.com> From: David Marchand Date: Fri, 30 Oct 2020 14:56:53 +0100 Message-ID: To: Bruce Richardson Cc: dev , David Hunt , Radu Nicolau 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 v3 0/3] fixes for example app builds 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, Oct 28, 2020 at 5:27 PM Bruce Richardson wrote: > > While helping prepare some patches for converting the DPDK examples to > build using pkg-config, a number of errors and warnings were encountered in > the example app builds. These patches fix those issues. Series applied, thanks. -- David Marchand