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 D8AE8A04B5; Thu, 29 Oct 2020 17:31:59 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AA17DCA83; Thu, 29 Oct 2020 17:31:44 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id 232E0377E for ; Thu, 29 Oct 2020 17:31:42 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1603989100; 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=zeN66j5Ve21yLcVvs1nS/E6B2qkka+5L7L/7sFF+DS0=; b=LNuglIfe/AcN9Qd9AEVoQjFOAkYUG+TyIziNXdAaK635lcH4vEvLIcx+HptFyHNHrdBGsF Dc/DjY7VEyZTUw0QItwAmgRUaOq8+I4zWrpr1saV/6W97iMb2xYgq5ZM7jx7NXE94aQtdU R7cpdjyt1zQduAOKbqFVKDUbDyjZ0Lw= 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-296-JQdFnvcIOiqZc5rfSmbEcQ-1; Thu, 29 Oct 2020 12:31:38 -0400 X-MC-Unique: JQdFnvcIOiqZc5rfSmbEcQ-1 Received: by mail-vs1-f70.google.com with SMTP id g5so863092vsg.14 for ; Thu, 29 Oct 2020 09:31:38 -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=zeN66j5Ve21yLcVvs1nS/E6B2qkka+5L7L/7sFF+DS0=; b=AD7/fE1V76Ao4AK2xolAZAV6+WN/cYzB20aQ2kSphaJduvlhWxyLBuXfzo+Uh5fXXa /3bIwlsHgdLLg8AdwlO+DQSOo+g3nYNO7uQ7UYlsHb0+8+dBES1cHkbwBrWu01yM/9nf j3JdC4+/AIFJaiKZV+jRbBxLVGWQz9vfyu0GsWgzqawr1YRxwLVSvubV/yxidXvn2kET JnQYLkQzhnnHzMF90SxHSoHyosQjTGRQhqrXP8EvE7W1fwY/F/HoJ/eQAkKTK0oM0eaH FqRESTijt7reSrs9zrXk0AtpUjsPuQ6AKAfCW0WYf8dKlqajJAE6nq6d/w5fwhxjxAPY 9E3Q== X-Gm-Message-State: AOAM530oQfs/y+r2jZBQrxBng07ap1BjgB4HZQExiE7eigSv/9pkBlzn v+h5N+6H/5lza2+8IyyBh3hzlKwSApLBWUl5uKlfdKfPMEE9vaZGBKDqSv57vBHdhPuycw7tpZP WiAw9MimVaQXzcNteWTg= X-Received: by 2002:a67:2fca:: with SMTP id v193mr4204580vsv.18.1603989097763; Thu, 29 Oct 2020 09:31:37 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyiO8PMbn4MchyGDbuVAGkhQFbE3huSgxQGx7Br9FGGOI3mF6M1URT6wR5aCKwC1qw67Uc2vBZbH777eT7/huk= X-Received: by 2002:a67:2fca:: with SMTP id v193mr4204559vsv.18.1603989097593; Thu, 29 Oct 2020 09:31:37 -0700 (PDT) MIME-Version: 1.0 References: <20201026215755.9133-1-cristian.dumitrescu@intel.com> In-Reply-To: <20201026215755.9133-1-cristian.dumitrescu@intel.com> From: David Marchand Date: Thu, 29 Oct 2020 17:31:26 +0100 Message-ID: To: Cristian Dumitrescu Cc: dev 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/ip_pipeline: fix build with external makefile 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 Mon, Oct 26, 2020 at 10:58 PM Cristian Dumitrescu wrote: > > Fix build with external makefile. > > Fixes: fbc74e66334f ("examples/ip_pipeline: remove infra code") > Signed-off-by: Cristian Dumitrescu Applied, thanks. -- David Marchand