Re: [dpdk-dev] [PATCH v2 1/5] baseband/fpga_lte_fec: adding driver for FEC on FPGA

2019-05-20 Thread Thomas Monjalon
20/05/2019 15:44, Ferruh Yigit: > On 5/15/2019 9:28 AM, Thomas Monjalon wrote: > > 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

Re: [dpdk-dev] [PATCH v2 1/5] baseband/fpga_lte_fec: adding driver for FEC on FPGA

2019-05-20 Thread Ferruh Yigit
On 5/15/2019 9:28 AM, Thomas Monjalon wrote: > 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, >> w

Re: [dpdk-dev] [PATCH v2 1/5] baseband/fpga_lte_fec: adding driver for FEC on FPGA

2019-05-15 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH v2 1/5] baseband/fpga_lte_fec: adding driver for FEC on FPGA

2019-05-14 Thread Nicolas Chautru
Supports for FEC 4G PMD Driver on FPGA card PAC N300 Signed-off-by: Nicolas Chautru --- config/common_base |6 + doc/guides/bbdevs/fpga_lte_fec.rst | 318 +++ doc/guides/bbdevs/index.rst|1 + drivers/baseband/Makefi