From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1 1/4] baseband/fpga_lte_fec: addition of driver for 4G turbo FEC with PAC N300 FPGA card Date: Sat, 09 Mar 2019 02:24:58 +0100 Message-ID: <5172789.3VQKzHaggZ@xps> References: <1551461010-881-1-git-send-email-eleanor.smith@intel.com> <1551461010-881-2-git-send-email-eleanor.smith@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, ferruh.yigit@intel.com, pablo.de.lara.guarch@intel.com, akhil.goyal@nxp.com, nicolas.scheidecker@intel.com To: "Smith, Eleanor" Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 44DA3F94 for ; Sat, 9 Mar 2019 02:25:02 +0100 (CET) In-Reply-To: <1551461010-881-2-git-send-email-eleanor.smith@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, 01/03/2019 18:23, Smith, Eleanor: > Addition of a FPGA driver for acceleration of 4G turbo encoding and > decoding. > > Signed-off-by: Smith, Eleanor I'm really not comfortable adding a new Intel bbdev driver, while the turbo sw driver cannot be freely compiled. I know some work is in progress in Intel to fix this compilation issue, and I am interested in checking it before proceeding with a new driver. > +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 Is it possible to build this driver with gcc? We cannot accept any maintenance operation if icc is required.