From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 7FC9BA00E6 for ; Wed, 15 May 2019 10:28:21 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 04C234D27; Wed, 15 May 2019 10:28:20 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 5025634F0 for ; Wed, 15 May 2019 10:28:18 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id DD9F12566C; Wed, 15 May 2019 04:28:17 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 15 May 2019 04:28:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=rCWLHC4wWoqZBalqtGIskLvn2H0Fzp+JXaoWUZc5Fbg=; b=Sqz30PR8qAAA +d3Ot4TXhpx1Dq/DbSlgyebCy9dxjdgDFG6Do/Vl9wvhwpoIif/JTgKarBTX6a9X PurznjuGZk54nT54Qgsn28U29TxsKmH4o7a0BMerUp2vUyom0CYJWpRxcCD8HPJR nqxi6NfV0pq2roT1vE78F08EhSktLIo= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=rCWLHC4wWoqZBalqtGIskLvn2H0Fzp+JXaoWUZc5F bg=; b=n3iMhoI6UJ4wCpQlED1sCtPxjTxSY4nfYrQifwZlC1K8jL//ZWc1FmGu8 s/7SAwh/EmbZ3WfOOLj3sk7nY0BC9bukQHu9JSBXxYwOuQkJMzF46OTFZf5hAuAl bu5mWKSiGSe39/GZC/IqkVZ0vIxk2PNvLvTvyK2Seq0+YbwNsMexDiWtxC68ci6M 05xRDvlwLrjFk8YHS5UnMmh12MfTGr77uU4C8zUErBnXpI7BBW3jzMqclwG4JCPG dKK78Hf4qSIOCwmkwa/KMCo7HMoOPXdooFY7S6Do/9eTgSNw3Y/wmwSV6MWboswu UElIW6BennPL9TRt/r6USWOclsd1Q== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrleekgddtiecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucffoh hmrghinhepughpughkrdhorhhgnecukfhppeejjedrudefgedrvddtfedrudekgeenucfr rghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenuc evlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id DCA1580062; Wed, 15 May 2019 04:28:16 -0400 (EDT) From: Thomas Monjalon To: Nicolas Chautru Cc: dev@dpdk.org Date: Wed, 15 May 2019 10:28:15 +0200 Message-ID: <13004103.2lCk1yY3B3@xps> In-Reply-To: <1557863143-174842-2-git-send-email-nicolas.chautru@intel.com> References: <1557533163-172544-1-git-send-email-nicolas.chautru@intel.com> <1557863143-174842-1-git-send-email-nicolas.chautru@intel.com> <1557863143-174842-2-git-send-email-nicolas.chautru@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2 1/5] baseband/fpga_lte_fec: adding driver for FEC on FPGA 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" Message-ID: <20190515082815.pw-eGFZRTmzQla13up6S6pT6Kp9zfLdcnmyq67rXNUc@z> 14/05/2019 21:45, Nicolas Chautru: > +Installation > +-------------- > + > +Section 3 of the DPDK manual provides instuctions on installing and compiling DPDK. The > +default set of bbdev compile flags may be found in config/common_base, where for example > +the flag to build the FPGA LTE FEC device, ``CONFIG_RTE_LIBRTE_PMD_FPGA_LTE_FEC``, is already > +set. It is assumed DPDK has been compiled for an icc 64-bit target using: > + > +.. code-block:: console > + > + make install T=x86_64-native-linuxapp-icc I already said (2 months ago) that requiring icc is not acceptable, but I got no reply: http://mails.dpdk.org/archives/dev/2019-March/126161.html