From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f68.google.com (mail-wr1-f68.google.com [209.85.221.68]) by dpdk.org (Postfix) with ESMTP id BAE17201 for ; Sat, 9 Mar 2019 20:34:06 +0100 (CET) Received: by mail-wr1-f68.google.com with SMTP id o17so926612wrw.3 for ; Sat, 09 Mar 2019 11:34:06 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:mime-version; bh=rjiFLFqKOiBVTx40pPbGUKz0kpP7qqblK6rv0aHuZR8=; b=lxN9rzzy7tZOBixZ7ObixJ9SRxZ40tCyOsqztC9aLTWLVuW/9NlmBl3hkhiROJZ9AY 5stRc48r7rAXNgHC6Foc4Jj5fCuBRgriPJN/3lsMfs6hfgCTy5OdKaAa90ZJBlPjrqY0 3lh06wXVhmQSXFXlOCnPLtpF0gCdtCBmciw3smUQGiK3pT9rve6Q5dbEKmtDgDrmtrHx yvZsZLny3ocklSikxrkUdbJj+Of+SCiZEkujP9dkLkDeKHN/+LhwNlaGFhXt4AsZC0po 923NSBVbRcrihv01ZNaKvAudzwTxVwTXTjnCwiSe55Gm/1lrk0k9hYsrxvVtk4xecA1B cSjA== X-Gm-Message-State: APjAAAXT9kG0R/pG/b03zoVlFu+dahAAiEpmWS8utnAXBqdxw8d4Um7o YMwc3IwgMT/q3ch1/n7b/1s= X-Google-Smtp-Source: APXvYqz0X4Dz5/HYpUaed9cqjanSVRwMTtJsl9JYxQT7IiZVS9L/mu0LENbvOp3XOd2aO4Y48uX9lw== X-Received: by 2002:a5d:4608:: with SMTP id t8mr15957415wrq.186.1552160046171; Sat, 09 Mar 2019 11:34:06 -0800 (PST) Received: from localhost ([2a01:4b00:f419:6f00:1528:f887:2e2:a2a3]) by smtp.gmail.com with ESMTPSA id 132sm31035796wmd.27.2019.03.09.11.34.05 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 09 Mar 2019 11:34:05 -0800 (PST) Message-ID: <1552160044.14496.5.camel@debian.org> From: Luca Boccassi To: Rosen Xu , dev@dpdk.org Cc: ferruh.yigit@intel.com, tianfei.zhang@intel.com, dan.wei@intel.com, andy.pei@intel.com, qiming.yang@intel.com, haiyue.wang@intel.com, santos.chen@intel.com, zhang.zhang@intel.com Date: Sat, 09 Mar 2019 19:34:04 +0000 In-Reply-To: <1551338000-120348-6-git-send-email-rosen.xu@intel.com> References: <1551338000-120348-1-git-send-email-rosen.xu@intel.com> <1551338000-120348-6-git-send-email-rosen.xu@intel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.22.6-1+deb9u1 Mime-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v1 05/11] drivers/net/ipn3ke: add IPN3KE PMD driver 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: , X-List-Received-Date: Sat, 09 Mar 2019 19:34:06 -0000 On Thu, 2019-02-28 at 15:13 +0800, Rosen Xu wrote: > Add Intel FPGA Acceleration NIC IPN3KE PMD driver. >=20 > Signed-off-by: Rosen Xu > Signed-off-by: Andy Pei > Signed-off-by: Dan Wei > --- > =C2=A0drivers/net/Makefile=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0 1 + > =C2=A0drivers/net/ipn3ke/Makefile=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2= =A0=C2=A0 33 + > =C2=A0drivers/net/ipn3ke/ipn3ke_ethdev.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0 814 +++++++++ > =C2=A0drivers/net/ipn3ke/ipn3ke_ethdev.h=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0 742 +++++++++ > =C2=A0drivers/net/ipn3ke/ipn3ke_flow.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 | 1407 > ++++++++++++++++ > =C2=A0drivers/net/ipn3ke/ipn3ke_flow.h=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0 104 ++ > =C2=A0drivers/net/ipn3ke/ipn3ke_logs.h=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0 30 + > =C2=A0drivers/net/ipn3ke/ipn3ke_representor.c=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 |=C2=A0 890 ++++++++++ > =C2=A0drivers/net/ipn3ke/ipn3ke_tm.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 | 2217 > +++++++++++++++++++++++++ > =C2=A0drivers/net/ipn3ke/ipn3ke_tm.h=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0 135 ++ > =C2=A0drivers/net/ipn3ke/meson.build=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0 = 9 + > =C2=A0drivers/net/ipn3ke/rte_pmd_ipn3ke_version.map |=C2=A0=C2=A0=C2=A0 4= + > =C2=A012 files changed, 6386 insertions(+) > =C2=A0create mode 100644 drivers/net/ipn3ke/Makefile > =C2=A0create mode 100644 drivers/net/ipn3ke/ipn3ke_ethdev.c > =C2=A0create mode 100644 drivers/net/ipn3ke/ipn3ke_ethdev.h > =C2=A0create mode 100644 drivers/net/ipn3ke/ipn3ke_flow.c > =C2=A0create mode 100644 drivers/net/ipn3ke/ipn3ke_flow.h > =C2=A0create mode 100644 drivers/net/ipn3ke/ipn3ke_logs.h > =C2=A0create mode 100644 drivers/net/ipn3ke/ipn3ke_representor.c > =C2=A0create mode 100644 drivers/net/ipn3ke/ipn3ke_tm.c > =C2=A0create mode 100644 drivers/net/ipn3ke/ipn3ke_tm.h > =C2=A0create mode 100644 drivers/net/ipn3ke/meson.build > =C2=A0create mode 100644 drivers/net/ipn3ke/rte_pmd_ipn3ke_version.map >=20 > diff --git a/drivers/net/Makefile b/drivers/net/Makefile > index 670d7f7..f66263c 100644 > --- a/drivers/net/Makefile > +++ b/drivers/net/Makefile > @@ -32,6 +32,7 @@ DIRS-$(CONFIG_RTE_LIBRTE_FM10K_PMD) +=3D fm10k > =C2=A0DIRS-$(CONFIG_RTE_LIBRTE_I40E_PMD) +=3D i40e > =C2=A0DIRS-$(CONFIG_RTE_LIBRTE_ICE_PMD) +=3D ice > =C2=A0DIRS-$(CONFIG_RTE_LIBRTE_IXGBE_PMD) +=3D ixgbe > +DIRS-$(CONFIG_RTE_LIBRTE_IPN3KE_PMD) +=3D ipn3ke > =C2=A0DIRS-$(CONFIG_RTE_LIBRTE_LIO_PMD) +=3D liquidio > =C2=A0DIRS-$(CONFIG_RTE_LIBRTE_MLX4_PMD) +=3D mlx4 > =C2=A0DIRS-$(CONFIG_RTE_LIBRTE_MLX5_PMD) +=3D mlx5 You need to do the equivalent in drivers/net/meson.build --=20 Kind regards, Luca Boccassi