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 5BE10A04C2; Thu, 14 Nov 2019 07:32:25 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8B6443256; Thu, 14 Nov 2019 07:32:22 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id 389782C60 for ; Thu, 14 Nov 2019 07:32:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1573713140; 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=qNntq5FvttRDejCF1SpZOHcyIX2IaC4mamJ1tnCoBTA=; b=QhS4MtuLuW2Xkxyg6ZcRs9LSe2FU3QUF1t1z68nXArWgSJu2GreqroBzy2zn4gquCepktq cxccYPRmE7X17yoKLX2T+WlcvLe8fOOT4WnmZCE9cI8J9aoui/MUXEmnLEAndbNAAfMb2+ dBX2C7xelCN16Uf+yf7wnmR5nF0hqnY= Received: from mail-vk1-f199.google.com (mail-vk1-f199.google.com [209.85.221.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-315-ehihxlgvPjyz4Sv57_dDsg-1; Thu, 14 Nov 2019 01:32:19 -0500 Received: by mail-vk1-f199.google.com with SMTP id v71so2187789vkd.16 for ; Wed, 13 Nov 2019 22:32:19 -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=cDsHvOB2b6y8a3lUOz7Vh9CZ2Vx+nwa3/ELZzF4FVE0=; b=f1NoR/Jf5qYGhVVrCQGscsYMXahxFIuJkYbwdP3jE2Ylu1DnH8ThpcG9w1Gx4xGfyd o/CW8kMLJgWOd2EFMPzYpnXazgHOOnBZKT/8P9Mat2IxvxZWZ2uuW/JhDHuaPYtSwC/H EDT9nMMX6MgdRefjIWI6eA+D41oZZNLTZmyq2Rz3qgKAF2tNiQCvOsMhd+2Es/NHHBB7 TS627OH21uQyMsTob5GdpR69MfU5b55TRoUD0yPp587MhsnBhjNzRrxRf0h9tsHRokQw 2DtzJFwo0bPkzPKhtiaO+ixPjg8KaJyDPToZ5haeOSol48g2ji0rKZvXI6FIQq8yiEeF KBeQ== X-Gm-Message-State: APjAAAUmr0iX2OmZf3U/3zHWmy6861TkrIgmujQogGdLhJQo9sIQGGqs 6nvM9OzYRpXuKSiaQ5BH1qE2QwKtwYhUUUK9k+P9Fy6yvkJS77dLI0kbqfFCWvNDbt3gcC4eOXF SrUNn0CZInE3XcEIUyf0= X-Received: by 2002:ac5:c14a:: with SMTP id e10mr2492258vkk.12.1573713138525; Wed, 13 Nov 2019 22:32:18 -0800 (PST) X-Google-Smtp-Source: APXvYqxpxXYXf7uLqzZm854oSlm9DYpWoIFHd33IIfUMHBuvTi1qUrXp2ijLDTgHRA6wdN0IqdvR7doCDu1PLNrwsfY= X-Received: by 2002:ac5:c14a:: with SMTP id e10mr2492242vkk.12.1573713138175; Wed, 13 Nov 2019 22:32:18 -0800 (PST) MIME-Version: 1.0 References: <20191113004402.31980-1-rahul.r.shah@intel.com> In-Reply-To: <20191113004402.31980-1-rahul.r.shah@intel.com> From: David Marchand Date: Thu, 14 Nov 2019 07:32:07 +0100 Message-ID: To: Rahul Shah Cc: Cristian Dumitrescu , dev X-MC-Unique: ehihxlgvPjyz4Sv57_dDsg-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v3] port: fix library build order dependency 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, Nov 14, 2019 at 1:43 AM Rahul Shah wrote: > > The port library should be built after eventdev library. > > Fixes: 5d92c4e5 ("port: add eventdev port type") > > Signed-off-by: Rahul Shah This patch has been accepted and applied in its v2 form: https://patchwork.dpdk.org/patch/62661/ --=20 David Marchand