Re: [dpdk-dev] [PATCH v2 3/3] baseband/fpga_lte_fec: meson support

2019-06-06 Thread Chautru, Nicolas
>-Original Message- >From: Yigit, Ferruh >Sent: Thursday, June 6, 2019 3:16 AM > >On 6/6/2019 9:25 AM, Bruce Richardson wrote: >> On Wed, Jun 05, 2019 at 02:21:00PM -0700, Nicolas Chautru wrote: >>> Adding support for meson build environment for the new BBDEV PMD >>> driver. >>> >>> Signe

Re: [dpdk-dev] [PATCH v2 3/3] baseband/fpga_lte_fec: meson support

2019-06-06 Thread Ferruh Yigit
On 6/6/2019 9:25 AM, Bruce Richardson wrote: > On Wed, Jun 05, 2019 at 02:21:00PM -0700, Nicolas Chautru wrote: >> Adding support for meson build environment >> for the new BBDEV PMD driver. >> >> Signed-off-by: Nicolas Chautru >> --- >> drivers/baseband/fpga_lte_fec/meson.build | 7 +++ >> d

Re: [dpdk-dev] [PATCH v2 3/3] baseband/fpga_lte_fec: meson support

2019-06-06 Thread Bruce Richardson
On Wed, Jun 05, 2019 at 02:21:00PM -0700, Nicolas Chautru wrote: > Adding support for meson build environment > for the new BBDEV PMD driver. > > Signed-off-by: Nicolas Chautru > --- > drivers/baseband/fpga_lte_fec/meson.build | 7 +++ > drivers/baseband/meson.build | 2 +- > 2

[dpdk-dev] [PATCH v2 3/3] baseband/fpga_lte_fec: meson support

2019-06-05 Thread Nicolas Chautru
Adding support for meson build environment for the new BBDEV PMD driver. Signed-off-by: Nicolas Chautru --- drivers/baseband/fpga_lte_fec/meson.build | 7 +++ drivers/baseband/meson.build | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 drivers/baseban