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 BFBA9A00E6 for ; Mon, 13 May 2019 13:10:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 98C224C9D; Mon, 13 May 2019 13:10:04 +0200 (CEST) Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by dpdk.org (Postfix) with ESMTP id 819FE2BCE for ; Mon, 13 May 2019 13:10:02 +0200 (CEST) Received: by mail-wr1-f67.google.com with SMTP id d9so6394207wrx.0 for ; Mon, 13 May 2019 04:10:02 -0700 (PDT) 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:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=LefXe4ehcZA3bPL0BeXZysgpVKp8rQbOZzsXEuJsWH0=; b=Ixir/ea6eBvAy8llr0PaCl9amVEnR7xwbySvQyoDxBuB1QsqwIsmI7fFb7azZZBqkK wt4WTTZipeISvNmHdsYZFVrdSxMWw3m68rFsfhr4/BB7wFqUi5PaNYpNLB9i95UV6YHm lGHVhaJGJuLAigcJshbxrb5KoWSPhTQkq1lHAigN2k4l5GEkNh4PicoqZ4b8lkxqrXs1 OLgIU8tNLZwAnlOtGoYcVyJxyrY0PEqPXoFu0Q1AlvSKfqye0TG3AWQ6UTG1sCOe9JIL JFL4yspn9d6Vtp8VfQPW43HFY47AtMf88cztVPaZSwmMKhum9+ICCKnEjxbpnIh5d7Bb RFgg== X-Gm-Message-State: APjAAAXFC8cNP2aZPrN5U6Acf8JPoYUNN0OqJGp83yrkzBSaD3ow7D2R nC9nW3DyAJ2YnyV932c9cdo= X-Google-Smtp-Source: APXvYqyvBLbYnmMUaFzKFhWRt75Gh2/7HD3B4cFiaJMDK5tQwIHsGHnGztstG3xub+Xbxi9owXz4og== X-Received: by 2002:a5d:434c:: with SMTP id u12mr18068478wrr.92.1557745802104; Mon, 13 May 2019 04:10:02 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id s3sm22690210wre.97.2019.05.13.04.10.00 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 13 May 2019 04:10:00 -0700 (PDT) Message-ID: <83958e880ccc04d0076fbb2d2eea5586588d36d4.camel@debian.org> From: Luca Boccassi To: Nic Chautru , dev@dpdk.org Date: Mon, 13 May 2019 12:10:00 +0100 In-Reply-To: <1557533163-172544-1-git-send-email-nicolas.chautru@intel.com> References: <1557533163-172544-1-git-send-email-nicolas.chautru@intel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1 MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/5] BBDEV PMD Drivers Extension for 19.08 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: <20190513111000.VsiS2xM9zgM4mm-5hQ7-2bkTzzHvxF6ivHepTGEBBZc@z> On Fri, 2019-05-10 at 17:05 -0700, Nic Chautru wrote: > This was deferred from 19.05 due to time running out.=20 > Addition of a PMD for 4G FEC encoding and decoding functions for > Intel PAC N300 FPGA.=20 > Extension of PMD based on Intel optimised SW libraries for 5G FEC.=20 > The HW dependency is available now. >=20 > Nicolas Chautru (5): > baseband/fpga_lte_fec: addition of driver for 4G turbo FEC with PAC > N300 FPGA card > bbdev : Extension of BBDEV for 5G FEC > baseband/turbo_sw : Extension of turbo_sw for 5G FEC > test-bbdev : Update of bbdec test-app for FPGA and 5G testing > usertools: update to usertool to allow binding of baseband device Hi, Please add support for building this with Meson. Thanks! --=20 Kind regards, Luca Boccassi