Message ID | 1557533163-172544-1-git-send-email-nicolas.chautru@intel.com |
---|---|
Headers | show |
Series |
|
Related | show |
On Fri, 2019-05-10 at 17:05 -0700, Nic Chautru wrote: > This was deferred from 19.05 due to time running out. > Addition of a PMD for 4G FEC encoding and decoding functions for > Intel PAC N300 FPGA. > Extension of PMD based on Intel optimised SW libraries for 5G FEC. > The HW dependency is available now. > > 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!
Hi Luca, Is that fair to consider support meson build in a separate patchset once this one is applied? - Currently even on 19.05 there is no meson build support for the existing baseband driver ("turbo_sw"). - I believe that meson build is still experimental. Default build framework still meant to be make. Thanks and regards , -Nic -----Original Message----- From: Luca Boccassi [mailto:bluca@debian.org] Sent: Monday, May 13, 2019 4:10 AM To: Chautru, Nicolas <nicolas.chautru@intel.com>; dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/5] BBDEV PMD Drivers Extension for 19.08 On Fri, 2019-05-10 at 17:05 -0700, Nic Chautru wrote: > This was deferred from 19.05 due to time running out. > Addition of a PMD for 4G FEC encoding and decoding functions for Intel > PAC N300 FPGA. > Extension of PMD based on Intel optimised SW libraries for 5G FEC. > The HW dependency is available now. > > 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! -- Kind regards, Luca Boccassi
Hi, 14/05/2019 02:07, Chautru, Nicolas: > Hi Luca, > > Is that fair to consider support meson build in a separate patchset once this one is applied? No, any new code must support meson now. > - Currently even on 19.05 there is no meson build support for the existing baseband driver ("turbo_sw"). Yes this driver is a problem. It is still waiting for a freely downloadable dependency, or pending for complete removal. I don't want to consider any new bbdev code until this issue is solved. > - I believe that meson build is still experimental. Default build framework still meant to be make. No, it is changing. Meson is going to be the default. PS: please do not top-post. > From: Luca Boccassi [mailto:bluca@debian.org] > Please add support for building this with Meson. Thanks!